234 lines
4.1 KiB
Plaintext
234 lines
4.1 KiB
Plaintext
page{
|
|
background-color: #FAFAFA;
|
|
}
|
|
.container{
|
|
width: 100vw;
|
|
}
|
|
.top_bk{
|
|
position: fixed;
|
|
top: -2230rpx;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 2500rpx;
|
|
height: 2500rpx;
|
|
background-color: #3CC7C0;
|
|
border-radius: 50%;
|
|
z-index: -99;
|
|
}
|
|
.title{
|
|
position: fixed;
|
|
letter-spacing: 3rpx;
|
|
padding-left: 5vw;
|
|
font-size: 35rpx;
|
|
color: #fff;
|
|
background-color: #3CC7C0;
|
|
width: 100%;
|
|
z-index: 999;
|
|
}
|
|
.info_box{
|
|
width: 90vw;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
padding: 20rpx 0;
|
|
flex-direction: column;
|
|
background-color: rgb(255, 255, 255);
|
|
border-radius: 10rpx;
|
|
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
|
|
z-index: 999;
|
|
}
|
|
.info{
|
|
display: flex;
|
|
flex-direction: column;
|
|
z-index: 999;
|
|
}
|
|
.info_top{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
z-index: 999;
|
|
}
|
|
.info_photo{
|
|
margin-left: 20rpx;
|
|
flex: 1;
|
|
z-index: 999;
|
|
}
|
|
.info_content{
|
|
color: #000;
|
|
flex: 2;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
padding-left: 20rpx;
|
|
z-index: 999;
|
|
}
|
|
.info_mobile{
|
|
font-size: 36rpx;
|
|
letter-spacing: 3rpx;
|
|
z-index: 999;
|
|
}
|
|
.info_wenzhen{
|
|
margin: 20rpx 0 0 30rpx;
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
display: flex;
|
|
z-index: 999;
|
|
}
|
|
.info_wenzhen_new{
|
|
flex: 1;
|
|
}
|
|
.info_wenzhen_ing{
|
|
flex: 3;
|
|
}
|
|
.info_shiming{
|
|
flex: 3;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-right: 20rpx;
|
|
}
|
|
.info_shiming_status{
|
|
padding: 15rpx 20rpx 15rpx 20rpx;
|
|
border-radius: 10rpx;
|
|
margin-right: 10rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.info_shiming_status_no{
|
|
background-color: rgb(207, 207, 214);
|
|
}
|
|
.info_shiming_status_yes{
|
|
background-color: #3CC7C0;
|
|
color: #fff;
|
|
}
|
|
.info_note{
|
|
color: rgb(122, 121, 121);
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
text-align: center;
|
|
margin-top: 20rpx;
|
|
}
|
|
.info_note_txt{
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
}
|
|
.info_note_item{
|
|
flex: 3;
|
|
}
|
|
.time{
|
|
flex: 4;
|
|
}
|
|
.info_note_num{
|
|
color: #E34D59;
|
|
font-weight: 600;
|
|
font-size: 36rpx;
|
|
}
|
|
.renzhen{
|
|
width: 90vw;
|
|
margin: 30rpx auto;
|
|
display: flex;
|
|
}
|
|
.renzheng_left{
|
|
flex: 1;
|
|
background-color: #E0FFFE;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20rpx 0;
|
|
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
|
|
}
|
|
.renzheng_right{
|
|
flex: 1;
|
|
background-color: #FFF5E0;
|
|
margin-left: 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
|
|
}
|
|
.renzheng_content_left{
|
|
flex: 2;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 0 0rpx 0 20rpx;
|
|
}
|
|
.renzheng_content_name{
|
|
font-size: 34rpx;
|
|
}
|
|
.renzheng_content_status{
|
|
margin-top: 20rpx;
|
|
}
|
|
.renzheng_content_right{
|
|
flex: 1;
|
|
}
|
|
.renzheng_content_right_img{
|
|
width: 100%;
|
|
}
|
|
.ad{
|
|
padding: 20rpx 20rpx 0 20rpx;
|
|
width: calc(90vw - 40rpx);
|
|
height: 150rpx;
|
|
margin: 0 auto;
|
|
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
|
|
border-radius: 10rpx;
|
|
background-color: rgb(255, 255, 255);
|
|
|
|
}
|
|
.t-swiper-nav--bottom {
|
|
bottom: -24rpx !important;
|
|
}
|
|
.t-swiper-nav__dots-item {
|
|
background: var(--td-swiper-nav-dot-color, var(--td-font-white-2, rgb(107, 106, 106))) !important;
|
|
}
|
|
.t-swiper-nav__dots-item--active {
|
|
background-color: var(--td-swiper-nav-dot-active-color, var(--td-font-white-1, #3CC7C0)) !important;
|
|
}
|
|
.fun_box{
|
|
width: 90vw;
|
|
margin: 30rpx auto 0 auto;
|
|
padding: 30rpx 0;
|
|
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-evenly;
|
|
border-radius: 10rpx;
|
|
background-color: #fff;
|
|
}
|
|
.fun_box_item{
|
|
width: 40vw;
|
|
height: 110rpx;
|
|
background-color: #FAFAFA;
|
|
border-radius: 10rpx;
|
|
margin: 10rpx 0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.fun_box_item_img{
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.fun_box_item_txt{
|
|
flex: 2.5;
|
|
font-size: 34rpx;
|
|
color: #333333;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
display: flex;
|
|
}
|
|
.t-class-cancel{
|
|
color: #3CC7C0 !important;
|
|
}
|
|
.dialog{
|
|
width: 50%;
|
|
text-align: center;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
}
|
|
.dialog_cancel_btn{
|
|
border-top: 1px solid #E9E9E9;
|
|
border-right: 1px solid #E9E9E9;
|
|
}
|
|
.dialog_confirm_btn{
|
|
border-top: 1px solid #E9E9E9;
|
|
color: #3CC7C0;
|
|
}
|
|
.t-button__content{
|
|
color: #3CC7C0 !important;
|
|
} |