You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
134 lines
2.7 KiB
134 lines
2.7 KiB
/* subpages/heart/pages/myApply/myApply.wxss */
|
|
page {
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
background: #f7f7f7;
|
|
}
|
|
.apply-list {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.apply-list .apply-img {
|
|
position: absolute;
|
|
right: -10rpx;
|
|
top: 16rpx;
|
|
}
|
|
.apply-list .apply-img image {
|
|
width: 176rpx;
|
|
height: 76rpx;
|
|
}
|
|
.apply-list .apply-item {
|
|
width: 100%;
|
|
background-color: white;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
padding: 20rpx 30rpx;
|
|
margin-top: 16rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.apply-list .text-item {
|
|
/* height: 220rpx; */
|
|
}
|
|
.apply-list .apply-item .item-title {
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.apply-list .apply-item .item-title .must {
|
|
color: #ff0000;
|
|
}
|
|
.apply-list .apply-item .item-content {
|
|
width: 100%;
|
|
height: 70rpx;
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
box-sizing: border-box;
|
|
padding: 0 25rpx;
|
|
background: #f6f8f8;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.apply-list .apply-item .text-content {
|
|
font-weight: 400;
|
|
height: 200rpx;
|
|
padding-top: 10rpx;
|
|
padding-bottom: 10rpx;
|
|
border-radius: 0%;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.submit {
|
|
width: 592rpx;
|
|
height: 116rpx;
|
|
position: relative;
|
|
margin: 78rpx auto 0rpx;
|
|
}
|
|
.submit .submit-bk {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
z-index: -1;
|
|
}
|
|
.submit .submit-text {
|
|
font-size: 34rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.time-group {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
.time-group .select-time {
|
|
width: 304rpx;
|
|
height: 50rpx;
|
|
/* background: #F7F7F7; */
|
|
border-radius: 25rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
}
|
|
.time-group .select-time image {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
opacity: 0.76;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
/* wux-picker start */
|
|
.item-content .select {
|
|
color: #7A7A7A;
|
|
font-size: 30rpx;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.item-content .trigger {
|
|
width: 0;
|
|
height: 0;
|
|
border: 10rpx solid transparent;
|
|
border-top: 12rpx solid #c2c2c2;
|
|
position: relative;
|
|
top: 6rpx;
|
|
}
|
|
/* wux-picker end */
|