79 lines
1.4 KiB
Plaintext
79 lines
1.4 KiB
Plaintext
/* packageF/timeAppointment/timeAppointmentMy/timeAppointmentMy.wxss */
|
|
|
|
|
|
view,text{
|
|
box-sizing: border-box;
|
|
}
|
|
.list {
|
|
margin: 0 20rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 10rpx;
|
|
margin-top: -67rpx;
|
|
padding: 46rpx 32rpx;
|
|
}
|
|
.list .lis:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.list .lis {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 32rpx;
|
|
}
|
|
.list .lis .right .icon-advertise-next {
|
|
font-size: 32rpx;
|
|
}
|
|
.list .lis .left {
|
|
font-size: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.list .lis .left .icon-fontclass-anliku {
|
|
color: #fc8200;
|
|
margin-right: 13rpx;
|
|
font-size: 41rpx;
|
|
}
|
|
.list .lis .left .icon-fontclass-shangpindingdan {
|
|
color: #14a8ff;
|
|
font-size: 41rpx;
|
|
margin-right: 13rpx;
|
|
}
|
|
.list .lis .left .icon-fx_haoyou {
|
|
margin-right: 13rpx;
|
|
color: #ff2c41;
|
|
font-size: 41rpx;
|
|
}
|
|
|
|
.head {
|
|
width: 100%;
|
|
height: 260rpx;
|
|
background-image: linear-gradient(180deg, #ed3836 0%, #f5502b 38%, #fc6720 100%);
|
|
border-radius: 0 0 50rpx 50rpx;
|
|
padding: 52rpx 0 0 50rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.head .user {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
.head .user .img {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
background-color: #000000;
|
|
border: solid 2rpx #ffffff;
|
|
border-radius: 100%;
|
|
margin-right: 37rpx;
|
|
}
|
|
.head .user .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 100%;
|
|
}
|
|
.head .user .name {
|
|
font-size: 32rpx;
|
|
color: #ffffff;
|
|
}
|
|
|
|
|