water_xcx/pages/o-site/o-site.wxss

203 lines
3.5 KiB
Plaintext
Raw Normal View History

2025-04-15 15:44:51 +08:00
/* pages/o-site/o-site.wxss */
page {
background-color: white;
}
.t-navbar__content {
background-color: #0052d9!important;
}
.left-icon-back {
font-size: 40rpx !important;
color: white!important;
}
.nav-title {
font-size: 28rpx !important;
color: white!important;
}
.t-list {
background-color: #0052d9!important;
padding: 30rpx 30rpx 60rpx;
}
.t-item {
background-color: white;
border-radius: 16rpx;
padding: 30rpx;
}
.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;
}