haomingming 807698b89f 优化
2023-05-09 15:04:05 +08:00

254 lines
4.5 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;
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;
margin-left: 20rpx;
height: 50rpx;
}
.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 {
width: calc(92vw - 40rpx);
border-radius: 10rpx;
margin: 0 auto;
background-color: #fff;
padding: 20rpx 20rpx 0 20rpx;
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
.swiper{
height:168rpx;
}
.swiper-item .swiperimg{
width:100%;
border-radius: 10rpx;
height:110rpx;
}
.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{
position: relative;
}
.dialog_cancel_btn::before {
content: ' ';
position: absolute;
box-sizing: border-box;
top: 0;
left: 0;
border-top: 2px solid var(--td-border-color, #e7e7e7);
border-right: 2px solid var(--td-border-color, #e7e7e7);
transform: scale(0.5);
transform-origin: 0 0;
width: 200%;
height: 200%;
border-radius: 0;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.dialog_confirm_btn{
border-top: 1px solid #E9E9E9;
color: #3CC7C0;
}
.t-button__content{
color: #3CC7C0 !important;
}
.t-dialog__button--text:before {
border-top: 2px solid #E9E9E9 !important;
border-left: 2px solid var(--td-border-color, #E9E9E9);
border-top-color: #E9E9E9 !important;
}