epmet 工作端 小程序
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.

137 lines
2.5 KiB

.qz-container {
padding: 20rpx;
}
page {
background: #f7f7f7;
}
.screen {
display: flex;
justify-content: space-between;
background: #fff;
padding: 18rpx 22rpx;
}
.picker {
width: 181rpx;
height: 56rpx;
background: rgba(58, 128, 231, 0.16);
border: 1px solid #3A80E7;
border-radius: 28rpx;
font-size: 30rpx;
font-weight: 500;
color: #3A80E7;
line-height: 56rpx;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 30rpx;
box-sizing: border-box;
}
.picker text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.picker-type image,
.picker image {
width: 24rpx;
height: 24rpx;
}
.picker-type {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 30rpx;
box-sizing: border-box;
width: 217rpx;
height: 56rpx;
background: rgba(193, 193, 193, 0.16);
border: 1px solid #DBDBDB;
border-radius: 28rpx;
font-size: 30rpx;
font-weight: 500;
color: #C1C1C1;
line-height: 56rpx;
text-align: center;
margin-left: 20rpx;
}
.btn {
width: 120rpx;
height: 56rpx;
line-height: 56rpx;
background: #3A80E7;
border-radius: 28rpx;
font-size: 28rpx;
font-weight: 500;
color: #FFFFFF;
text-align: center;
margin-left: 20rpx;
}
.qz-list {
border-radius: 20rpx;
background: #FFFFFF;
padding: 30rpx 30rpx 0;
}
.qz-list .qz-item {
border-bottom: 1px solid #EAEAEA;
padding-bottom: 40rpx;
margin-bottom: 40rpx;
}
.qz-list .qz-item .user-info .address {
font-size: 28rpx;
font-weight: 400;
color: #666666;
}
.qz-list .qz-item .user-info .name {
font-size: 32rpx;
font-weight: 500;
color: #333333;
}
.qz-list .qz-item .user-info {
display: flex;
align-items: center;
justify-content: space-between;
}
.num-list {
display: flex;
width: 100%;
justify-content: space-between;
margin-top: 38rpx;
}
.num-list .num-item {
position: relative;
}
.num-list .num-item:after {
content: '';
display: block;
position: absolute;
right: -30rpx;
top: calc(50% - 34rpx);
width: 1rpx;
height: 68rpx;
background: #C1C1C1;
opacity: 0.66;
}
.num-list .num-item:last-child:after {
display: none;
}
.num-list .num-item .txt {
font-size: 28rpx;
font-weight: 500;
color: #999999;
}
.num-list .num-item .num {
font-size: 42rpx;
font-weight: bold;
color: #FF783C;
margin-top: 30rpx;
}