纸通宝小程序
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.
 

110 lines
1.6 KiB

/* pages/order/index.wxss */
.tower-swiper .tower-item {
transform: scale(calc(0.5 + var(--index) / 10));
margin-left: calc(var(--left) * 100rpx - 150rpx);
z-index: var(--index);
}
.mt-5 {
margin-top: 5rpx;
}
.mt-30 {
margin-top: 30rpx;
}
.mt-15 {
margin-top: 15rpx;
}
.ft-left {
float: left
}
.ft-right {
float: right
}
.mg-left {
margin-left: 15rpx;
}
.mg-right {
margin-right: 15rpx;
}
.min-height {
min-height: 160rpx;
}
.bottom-min-height {
min-height: 250rpx;
}
.bottom-button {
border-radius: 1000rpx;
}
.ftweight600 {
font-weight: 600
}
.cu-form-group1 {
background-color: var(--white);
padding-right: 32rpx;
display: flex;
font-size: 28rpx;
align-items: center;
min-height: 80rpx;
justify-content: space-between;
}
.cu-form-group2 {
background-color: var(--white);
padding: 1rpx 30rpx;
display: flex;
align-items: center;
min-height: 80rpx;
justify-content: space-between;
}
.item-label {
font-size: 28rpx;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: rgba(0, 0, 0, 1);
line-height: 17px;
}
.item-val {
font-size: 26rpx;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: rgba(255, 164, 28, 1);
line-height: 17px;
}
.col-title {
font-size: 14px;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
height: 80rpx;
text-align: center;
line-height: 80rpx;
color: rgba(51, 51, 51, 1);
}
.scroll-view_H{
white-space: nowrap;
}
.wux-divider {
display: block;
height: 2rpx;
width: 1680rpx;
clear: both;
border-top: 2rpx solid #e8e8e8
}