113 lines
1.9 KiB
Plaintext
113 lines
1.9 KiB
Plaintext
/* 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;
|
|
}
|
|
|
|
.dispatch-head {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.dispatch-head text {
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
color: #2C2F36;
|
|
}
|
|
|
|
.t-item text.time {
|
|
font-size: 24rpx;
|
|
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;
|
|
}
|
|
.dispatch-deal1 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.dispatch-deal text {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.t-item .t-button--size-l {
|
|
height: 60rpx!important;
|
|
line-height: 60rpx!important;
|
|
}
|
|
|
|
.foot {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background-color: white;
|
|
padding: 30rpx 30rpx 60rpx;
|
|
}
|
|
|
|
.foot .t-button--size-l {
|
|
width: 100%;
|
|
}
|
|
|
|
.dispatch-deal1 .t-button--base {
|
|
height: 48rpx!important;
|
|
line-height: 48rpx!important;
|
|
font-size: 24rpx!important;
|
|
padding-left: 20rpx!important;
|
|
padding-right: 20rpx!important;
|
|
}
|
|
|
|
.dispatch-deal1 .t-button--primary {
|
|
border: 1rpx solid #ecf3ff!important;
|
|
background-color: #ecf3ff!important;
|
|
color: #0052d9!important;
|
|
}
|
|
|
|
|
|
|
|
|