yuminge-app/yun-min-program-plugin-master/packageE/others/cloudwarehouse/pickUp/pickUp.wxss

100 lines
1.8 KiB
Plaintext

/* packageE/others/cloudwarehouse/pickUp/pickUp.wxss */
#pickup {
background: #fff;
overflow: hidden;
min-height: 100vh;
}
#pickup .btn {
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
margin-top: 76.992rpx;
}
#pickup .btn .fcbtn {
width: 180.992rpx;
height: 60rpx;
background-color: #f14e4e;
border-radius: 30.016rpx;
font-size: 26.016rpx;
line-height: 60rpx;
color: #fff;
text-align: center;
}
#pickup .btn .kd {
width: 180.992rpx;
height: 60rpx;
background-color: #fcbb4b;
border-radius: 30.016rpx;
font-size: 26.016rpx;
color: #fff;
line-height: 60rpx;
text-align: center;
}
#pickup .btn .ztd {
width: 180.992rpx;
height: 60rpx;
background-color: #509bfc;
border-radius: 30.016rpx;
line-height: 60rpx;
font-size: 26.016rpx;
color: #fff;
text-align: center;
}
#pickup .pickdetail {
margin: 0 auto;
margin-top: 60px;
width: 650.016rpx;
height: 823.008rpx;
background-color: #fff4f4;
border-radius: 20rpx;
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
}
#pickup .pickdetail .kuc {
width: 560rpx;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 36.992rpx;
}
#pickup .pickdetail .kuc .ku {
font-size: 24rpx;
color: #333;
line-height: 36rpx;
}
#pickup .pickdetail .pto {
width: 560rpx;
height: 559.008rpx;
background-color: #e7e7e7;
border-radius: 20rpx;
margin-top: 44rpx;
}
#pickup .pickdetail .pto image {
width: 100%;
height: 100%;
border-radius: 20rpx;
}
#pickup .pickdetail .title {
width: 560rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
font-size: 30.016rpx;
margin-top: 30.016rpx;
text-align: left;
}