water_xcx/pages/t-dispatch/t-dispatch.wxss

126 lines
2.1 KiB
Plaintext
Raw Normal View History

2025-04-15 15:44:51 +08:00
/* pages/t-dispatch/t-dispatch.wxss */
page {
background-color: #F4F8FB;
}
.t-dropdown-menu__bar {
height: 116rpx!important;
}
.t-dropdown-menu view.t-dropdown-menu__item {
border-radius: 16rpx;
margin: 20rpx 30rpx;
display: flex;
justify-content: space-between;
background-color: rgba(44, 47, 54, 0.05);
}
.t-list {
padding-bottom: 210rpx;
}
.t-item {
margin: 30rpx 30rpx 0;
background-color: white;
border-radius: 16rpx;
padding: 30rpx;
}
.t-item-null {
width: 100%;
text-align: center;
padding-top: 200rpx;
}
.t-item text {
display: block;
line-height: 1.6;
font-size: 28rpx;
}
.dispatch-head {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15rpx;
}
.dispatch-head text {
font-size: 32rpx;
font-weight: 600;
color: #2C2F36;
}
.t-item text.time {
font-size: 28rpx;
color: rgba(44, 47, 54, 0.60);
margin-bottom: 15rpx;
}
.t-item text.content {
font-size: 28rpx;
margin-bottom: 30rpx;
padding-bottom: 30rpx;
border-bottom: 1rpx solid #E5E5E5;
}
.dispatch-deal {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10rpx;
}
.dispatch-deal1 {
display: flex;
align-items: center;
margin-bottom: 10rpx;
}
.dispatch-deal text {
font-size: 28rpx;
}
.t-item .t-button--size-l {
height: 48rpx!important;
line-height: 48rpx!important;
}
.foot {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: white;
padding: 30rpx 30rpx 60rpx;
}
.foot .t-button--size-l {
width: 100%;
}
.t-button--size-s {
height: 56rpx!important;
line-height: 56rpx!important;
}
.t-button--base {
padding: 0 16rpx!important;
}
.t-button--size-l .t-button__icon {
font-size: 32rpx!important;
}
.t-button--size-l .t-button__loading + .t-button__content:not(:empty),
.t-button--size-l .t-button__icon + .t-button__content:not(:empty) {
margin-left: 4rpx!important;
}
.dispatch-deal t-count-down {
width: calc(100% - 230rpx);
}
.t-button--base {
font-size: 24rpx!important;
}