289 lines
4.8 KiB
Plaintext
289 lines
4.8 KiB
Plaintext
|
/* pages/s-remould/s-remould.wxss */
|
||
|
page {
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.t-collapse-panel__content{
|
||
|
padding: 16rpx !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
.t-list {
|
||
|
background-color: #0052d9!important;
|
||
|
padding: 30rpx 30rpx 60rpx;
|
||
|
}
|
||
|
|
||
|
.t-item {
|
||
|
background-color: white;
|
||
|
border-radius: 16rpx;
|
||
|
padding: 30rpx;
|
||
|
}
|
||
|
.placeholder {
|
||
|
color: rgba(0, 0, 0, 0.26);
|
||
|
line-height: 96rpx;
|
||
|
height: 96rpx !important;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.dialog-content{
|
||
|
|
||
|
|
||
|
}
|
||
|
.input-outer{
|
||
|
background-color: #f3f3f3;
|
||
|
padding-top: 12px;
|
||
|
padding-bottom: 12px;
|
||
|
text-align: left;
|
||
|
margin-top: 32rpx;
|
||
|
border-radius: 8rpx;
|
||
|
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.wrapper {
|
||
|
margin-bottom: 32rpx;
|
||
|
}
|
||
|
.input-user{
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
max-height: 310rpx;
|
||
|
overflow-y: scroll;
|
||
|
|
||
|
}
|
||
|
.userItem{
|
||
|
margin-top: 20rpx;
|
||
|
width: 20%;
|
||
|
text-align: center;
|
||
|
|
||
|
}
|
||
|
.userDel{
|
||
|
color: red;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.userImg{
|
||
|
width: 90%;
|
||
|
background-color: #f3f3f3;
|
||
|
height: 0;
|
||
|
position: relative;
|
||
|
padding-top: 90%;
|
||
|
text-align: center;
|
||
|
border-radius: 50%;
|
||
|
margin-left: 5%;
|
||
|
}
|
||
|
.imgName{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
display: grid;
|
||
|
align-items: center;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
}
|
||
|
.userName{
|
||
|
font-size: 24rpx;
|
||
|
color: #888;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
display: block;
|
||
|
|
||
|
}
|
||
|
.t-input {
|
||
|
|
||
|
background:transparent !important;
|
||
|
padding: 0 24rpx !important;
|
||
|
}
|
||
|
|
||
|
.addStation{
|
||
|
background-color: rgb(0, 82, 217);
|
||
|
color:#fff;
|
||
|
font-size: 26rpx;
|
||
|
padding: 5rpx 15rpx;
|
||
|
border-radius: 10rpx;
|
||
|
display: inline;
|
||
|
}
|
||
|
.delstation{
|
||
|
background-color: #e34d59;
|
||
|
margin-right: 10rpx;
|
||
|
}
|
||
|
.placeholder {
|
||
|
color: rgba(0, 0, 0, 0.4);
|
||
|
line-height: 96rpx;
|
||
|
}
|
||
|
.t-item text {
|
||
|
display: block;
|
||
|
line-height: 1.6;
|
||
|
}
|
||
|
|
||
|
.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: 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-deal text {
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
|
||
|
.c-list {
|
||
|
background-color: white;
|
||
|
margin-top: -30rpx;
|
||
|
border-radius: 16rpx 16rpx 0 0;
|
||
|
}
|
||
|
|
||
|
.c-list-head {
|
||
|
display: block;
|
||
|
padding-left: 10rpx;
|
||
|
border-left: 6rpx solid #3D6DF0;
|
||
|
line-height: 1;
|
||
|
font-weight: 600;
|
||
|
font-size: 32rpx;
|
||
|
margin-bottom: 60rpx;
|
||
|
margin-top: 30rpx;
|
||
|
}
|
||
|
|
||
|
.c-item {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
padding-bottom: 30rpx;
|
||
|
margin-bottom: 30rpx;
|
||
|
border-bottom: 1rpx solid #E5E5E5;
|
||
|
}
|
||
|
|
||
|
.site-base {
|
||
|
display: flex;
|
||
|
justify-content: flex-start;
|
||
|
align-items: flex-start;
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
|
||
|
.site-base .t-upload {
|
||
|
width: 540rpx;
|
||
|
}
|
||
|
|
||
|
.site-base:last-child {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.site-head {
|
||
|
font-size: 28rpx;
|
||
|
width: 150rpx;
|
||
|
}
|
||
|
|
||
|
.box {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.t-radio {
|
||
|
padding: 0!important;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.t-radio__btn {
|
||
|
width: 40rpx!important;
|
||
|
height: 40rpx!important;
|
||
|
font-size: 40rpx!important;
|
||
|
}
|
||
|
|
||
|
.t-radio__icon--left {
|
||
|
margin-right: 0!important;
|
||
|
}
|
||
|
|
||
|
.site-base t-radio-group {
|
||
|
display: flex;
|
||
|
justify-content: flex-start;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.foot {
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
background-color: white;
|
||
|
padding: 30rpx 30rpx 60rpx;
|
||
|
}
|
||
|
|
||
|
.foot .t-button--size-l {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.t-dropdown-menu__item {
|
||
|
background-color: #0052d9;
|
||
|
}
|
||
|
|
||
|
.t-dropdown-menu__title,
|
||
|
.t-dropdown-menu__icon .t-icon {
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.t-step--horizontal .t-steps-item--process .t-steps-item__icon-number {
|
||
|
background-color: white!important;
|
||
|
color: #0052d9!important;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
.t-step--horizontal .t-steps-item--process .t-steps-item__title {
|
||
|
color: white!important;
|
||
|
}
|
||
|
|
||
|
.t-step--horizontal .t-steps-item--default .t-steps-item__title,
|
||
|
.t-step--horizontal .t-steps-item--default .t-steps-item__description {
|
||
|
color: rgba(255, 255, 255, 0.36)!important;
|
||
|
}
|
||
|
|
||
|
.t-step--horizontal .t-steps-item--finish .t-steps-item__title {
|
||
|
color: #d6e5ff!important;
|
||
|
}
|
||
|
|
||
|
.t-step--horizontal .t-steps-item--default .t-steps-item__icon-number {
|
||
|
color: #999!important;
|
||
|
}
|
||
|
|
||
|
.t-grid__content {
|
||
|
margin: 0!important;
|
||
|
}
|
||
|
|
||
|
.t-grid-item__wrapper {
|
||
|
padding: 0!important;
|
||
|
}
|
||
|
|
||
|
.t-grid-item {
|
||
|
width: auto!important;
|
||
|
}
|
||
|
|
||
|
.t-dropdown-menu__bar::after {
|
||
|
border-bottom: 1px solid #6ba3ff!important;
|
||
|
}
|