water_xcx/pages/t-site/t-site.wxss

208 lines
3.1 KiB
Plaintext
Raw Permalink Normal View History

2025-04-15 15:44:51 +08:00
/* pages/t-site/t-task.site */
page {
background-color: white;
}
.container {
padding-bottom: 130rpx;
}
.t-navbar__content {
background-color: #3D6DF0!important;
}
.left-icon-back {
font-size: 40rpx !important;
color: white!important;
}
.nav-title {
font-size: 28rpx !important;
color: white!important;
}
.h-site {
background-color: #3D6DF0;
padding: 30rpx;
}
.h-site-list {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding-bottom: 30rpx;
border-bottom: 1rpx solid #FFFFFF;
}
.h-site-list:last-child {
padding-bottom: 0;
border-bottom: none;
}
.h-site-icon {
display: flex;
justify-content: flex-start;
align-items: center;
}
.h-site-icon image {
width: 52rpx;
height: 52rpx;
}
.h-site-icon text {
font-size: 32rpx;
color: white;
margin-left: 20rpx;
}
.h-site-list .site-item {
width: 690rpx;
display: flex;
justify-content: flex-start;
margin-top: 30rpx;
}
.h-site-list .site-item text {
font-size: 28rpx;
color: white;
}
.box {
display: flex;
justify-content: space-between;
background-color: #fff;
}
.t-radio__border {
border-bottom: none!important;
}
.t-grid-item {
width: 33.33%!important;
}
.t-grid__content {
margin: 0!important;
}
.t-grid-item__wrapper {
padding: 0!important;
}
.h-content {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10rpx;
}
.h-content text {
font-size: 32rpx;
font-weight: bold;
color: #2C2F36;
}
.t-radio{
padding: 0!important;
margin-left: 30rpx;
}
.t-radio__title {
font-size: 28rpx;
}
.t-radio__icon--left {
margin-right: 10rpx!important;
}
.t-radio__content {
margin-right: 0!important;
}
.t-input {
padding: 0!important;
}
.t-input--bordered::after {
border-bottom: none!important;
}
.c-content {
padding-bottom: 30rpx;
}
.content-base {
display: flex;
justify-content: flex-start;
align-items: flex-start;
padding: 15rpx 0;
}
.content-base text:first-child,
.content-base text:last-child {
font-size: 28rpx;
}
.content-base text:first-child {
width: 100rpx;
}
.content-base text:last-child {
color: rgba(44, 47, 54, 0.60);
}
.content-base .wrapper {
width: calc(100% - 120rpx);
}
.content-base t-upload {
width: calc(100% - 120rpx);
}
.step {
display: flex;
justify-content: space-between;
padding: 30rpx;
}
.step .line {
width: 48rpx;
}
.step .t-content {
width: calc(100% - 60rpx);
}
.t-content .content {
margin-bottom: 30rpx;
}
.round {
width: 48rpx;
height: 48rpx;
border-radius: 24rpx;
background-color: #3D6DF0;
color: white;
line-height: 48rpx;
text-align: center;
font-size: 24rpx;
}
.l-line {
width: 2rpx;
height: 496rpx;
background-color: #3D6DF0;
margin: auto;
}
.f-site {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: white;
padding: 30rpx 30rpx 90rpx;
box-shadow: 0 -8rpx 16rpx rgba(217, 217, 217, 0.20);
}