|
|
|
|
@import "./assets/iconfont-weapp/iconfont-weapp-icon.wxss";
|
|
|
|
|
@import "./assets/iconfont/iconfont.wxss";
|
|
|
|
|
|
|
|
|
|
page {
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background: #f5f5f5;
|
|
|
|
|
--color-ysd: #00b666;
|
|
|
|
|
--color-hover: #ebfaf4;
|
|
|
|
|
--color-be: #ff4400;
|
|
|
|
|
--color-f40: #ff4400;
|
|
|
|
|
--color-027: #ff4400;
|
|
|
|
|
}
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
display: none;
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.weui-cells {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
.ysd-basebg-color {
|
|
|
|
|
background-color: var(--color-f40) !important;
|
|
|
|
|
}
|
|
|
|
|
.ysd-base-color {
|
|
|
|
|
color: var(--color-ysd) !important;
|
|
|
|
|
}
|
|
|
|
|
.color-f40 {
|
|
|
|
|
color: var(--color-f40) !important;
|
|
|
|
|
}
|
|
|
|
|
.br8 {
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
|
|
|
|
.dil {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dib {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fl {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fr {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clb {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
.tl {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tr {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
.rotate90{
|
|
|
|
|
transform: rotate(90deg);
|
|
|
|
|
}
|
|
|
|
|
.tc,
|
|
|
|
|
.center {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f14 {
|
|
|
|
|
font-size: 14px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f14s {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ml8 {
|
|
|
|
|
margin-left: 8px;
|
|
|
|
|
}
|
|
|
|
|
.ml24 {
|
|
|
|
|
margin-left: 24px;
|
|
|
|
|
}
|
|
|
|
|
.m16 {
|
|
|
|
|
margin: 16px;
|
|
|
|
|
}
|
|
|
|
|
.m0 {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
.m016 {
|
|
|
|
|
margin: 0 16px;
|
|
|
|
|
}
|
|
|
|
|
.m010 {
|
|
|
|
|
margin: 0 10px;
|
|
|
|
|
}
|
|
|
|
|
.m160 {
|
|
|
|
|
margin: 16px 0;
|
|
|
|
|
}
|
|
|
|
|
.mr4 {
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
.mr8 {
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
}
|
|
|
|
|
.mr12 {
|
|
|
|
|
margin-right: 12px;
|
|
|
|
|
}
|
|
|
|
|
.mt8 {
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mb8 {
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mb4 {
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
}
|
|
|
|
|
.mb2 {
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
.p0 {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
.pr16 {
|
|
|
|
|
padding-right: 16px;
|
|
|
|
|
}
|
|
|
|
|
.pl4{
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
.pl16 {
|
|
|
|
|
padding-left: 16px;
|
|
|
|
|
}
|
|
|
|
|
.pl32 {
|
|
|
|
|
padding-left: 32px;
|
|
|
|
|
}
|
|
|
|
|
.pr32 {
|
|
|
|
|
padding-right: 32px;
|
|
|
|
|
}
|
|
|
|
|
.pb12 {
|
|
|
|
|
padding-bottom: 12px;
|
|
|
|
|
}
|
|
|
|
|
.pb4 {
|
|
|
|
|
padding-bottom: 4px;
|
|
|
|
|
}
|
|
|
|
|
.p08 {
|
|
|
|
|
padding: 0 8px;
|
|
|
|
|
}
|
|
|
|
|
.p012 {
|
|
|
|
|
padding: 0 12px !important;
|
|
|
|
|
}
|
|
|
|
|
.p016 {
|
|
|
|
|
padding: 0 16px;
|
|
|
|
|
}
|
|
|
|
|
.mt6 {
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
}
|
|
|
|
|
.mt2 {
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
}
|
|
|
|
|
.p160 {
|
|
|
|
|
padding: 16px 0;
|
|
|
|
|
}
|
|
|
|
|
.p1612 {
|
|
|
|
|
padding: 16px 12px;
|
|
|
|
|
}
|
|
|
|
|
.pb10 {
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
.ml10 {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
.ml12 {
|
|
|
|
|
margin-left: 12px;
|
|
|
|
|
}
|
|
|
|
|
.mr10 {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
.ml6 {
|
|
|
|
|
margin-left: 6px;
|
|
|
|
|
}
|
|
|
|
|
.ml4 {
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
.mr6 {
|
|
|
|
|
margin-right: 6px;
|
|
|
|
|
}
|
|
|
|
|
.mr14 {
|
|
|
|
|
margin-right: 14px;
|
|
|
|
|
}
|
|
|
|
|
.ml14 {
|
|
|
|
|
margin-left: 14px;
|
|
|
|
|
}
|
|
|
|
|
.mb32 {
|
|
|
|
|
margin-bottom: 32px;
|
|
|
|
|
}
|
|
|
|
|
.mt2 {
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
}
|
|
|
|
|
.mt10 {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mb10 {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
.mb12 {
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
}
|
|
|
|
|
.mb6 {
|
|
|
|
|
margin-bottom: 6px;
|
|
|
|
|
}
|
|
|
|
|
.mb16 {
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pl8 {
|
|
|
|
|
padding-left: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pr8 {
|
|
|
|
|
padding-right: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pt8 {
|
|
|
|
|
padding-top: 8px;
|
|
|
|
|
}
|
|
|
|
|
.pt12 {
|
|
|
|
|
padding-top: 12px;
|
|
|
|
|
}
|
|
|
|
|
.pb8 {
|
|
|
|
|
padding-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p16 {
|
|
|
|
|
padding: 16px;
|
|
|
|
|
}
|
|
|
|
|
.border1 {
|
|
|
|
|
border: 1px solid #eee;
|
|
|
|
|
}
|
|
|
|
|
.bb1 {
|
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.br1 {
|
|
|
|
|
border-right: 1px solid #eee;
|
|
|
|
|
}
|
|
|
|
|
.bt1 {
|
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
|
}
|
|
|
|
|
.bl1 {
|
|
|
|
|
border-left: 1px solid #eee;
|
|
|
|
|
}
|
|
|
|
|
.bbd1 {
|
|
|
|
|
border-bottom: 1px dotted #eee;
|
|
|
|
|
}
|
|
|
|
|
.brd1 {
|
|
|
|
|
border-right: 1px dotted #eee;
|
|
|
|
|
}
|
|
|
|
|
.btd1 {
|
|
|
|
|
border-top: 1px dotted #eee;
|
|
|
|
|
}
|
|
|
|
|
.bld1 {
|
|
|
|
|
border-left: 1px dotted #eee;
|
|
|
|
|
}
|
|
|
|
|
.f6 {
|
|
|
|
|
font-size: 6px;
|
|
|
|
|
}
|
|
|
|
|
.f10 {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f11 {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.va-center {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.db {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.display-flex {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.tac {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.flex-1 {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
.bgcf {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.c085 {
|
|
|
|
|
color: rgba(0, 0, 0, 0.85);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cf085 {
|
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.c065 {
|
|
|
|
|
color: rgba(0, 0, 0, 0.65);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.c3 {
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p10 {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.c045 {
|
|
|
|
|
color: rgba(0, 0, 0, 0.45);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cgreen {
|
|
|
|
|
color: #39bc8b;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.c025 {
|
|
|
|
|
color: rgba(0, 0, 0, 0.25);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.am-icon.c015 {
|
|
|
|
|
color: rgba(0, 0, 0, 0.15);
|
|
|
|
|
}
|
|
|
|
|
.pr0 {
|
|
|
|
|
padding-right: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
.pl0 {
|
|
|
|
|
padding-left: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
.pb0 {
|
|
|
|
|
padding-bottom: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
.pt0 {
|
|
|
|
|
padding-top: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pl20 {
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
.pr10 {
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
.pl10 {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pr20 {
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pb20 {
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ml20 {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mr20 {
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt20 {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt24 {
|
|
|
|
|
margin-top: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt32 {
|
|
|
|
|
margin-top: 32px !important;
|
|
|
|
|
}
|
|
|
|
|
.mb24 {
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
}
|
|
|
|
|
.f11 {
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f12 {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
.f15 {
|
|
|
|
|
font-size: 15px !important;
|
|
|
|
|
}
|
|
|
|
|
.f16 {
|
|
|
|
|
font-size: 16px !important;
|
|
|
|
|
}
|
|
|
|
|
.f17 {
|
|
|
|
|
font-size: 17px !important;
|
|
|
|
|
}
|
|
|
|
|
.f22 {
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
}
|
|
|
|
|
.f24 {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
}
|
|
|
|
|
.f26 {
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
}
|
|
|
|
|
.f28 {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
}
|
|
|
|
|
.mt4 {
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt5 {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f18 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f20 {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
.f28 {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
}
|
|
|
|
|
.p1620 {
|
|
|
|
|
padding: 16px 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p020 {
|
|
|
|
|
padding: 0px 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p200 {
|
|
|
|
|
padding: 20px 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lineT {
|
|
|
|
|
height: 1rpx;
|
|
|
|
|
width: calc(100vw - 40px);
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p1020 {
|
|
|
|
|
padding: 16px 16px 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pen {
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pea {
|
|
|
|
|
pointer-events: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p1016 {
|
|
|
|
|
padding: 10px 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p20 {
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
|
|
|
|
.p24 {
|
|
|
|
|
padding: 24px;
|
|
|
|
|
}
|
|
|
|
|
.c633 {
|
|
|
|
|
color: var(--color-f40);
|
|
|
|
|
}
|
|
|
|
|
.c6 {
|
|
|
|
|
color: #666666 !important;
|
|
|
|
|
}
|
|
|
|
|
.c9 {
|
|
|
|
|
color: #999999 !important;
|
|
|
|
|
}
|
|
|
|
|
.cbc {
|
|
|
|
|
color: #ccc !important;
|
|
|
|
|
}
|
|
|
|
|
.cf40 {
|
|
|
|
|
color: var(--color-ysd) !important;
|
|
|
|
|
}
|
|
|
|
|
.tar {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
.tal {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
.por {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.poa {
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
.tagsLi {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #888;
|
|
|
|
|
background: #f1f1f1;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
padding: 0 4px 0px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
margin-right: 6px;
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 1px;
|
|
|
|
|
}
|
|
|
|
|
.ticon {
|
|
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
|
background-size: 100%;
|
|
|
|
|
}
|
|
|
|
|
.wsn {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
.tagsLi.spli {
|
|
|
|
|
color: var(--color-ysd);
|
|
|
|
|
background-color: rgba(234, 67, 58, 0.2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f00,
|
|
|
|
|
.cf00 {
|
|
|
|
|
color: var(--color-ysd) !important;
|
|
|
|
|
}
|
|
|
|
|
.cfred {
|
|
|
|
|
color: #ff1000;
|
|
|
|
|
}
|
|
|
|
|
.cf {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.pr {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* .tagsLi.spli{
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
background-color: var(--color-ysd);
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
|
|
.sbLine {
|
|
|
|
|
height: 1px;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.08);
|
|
|
|
|
/* margin-left: 20px; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ahover {
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.08);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h2 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: rgba(0, 0, 0, 0.85);
|
|
|
|
|
line-height: 1;
|
|
|
|
|
/* margin-top:12px; */
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lh1 {
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
.lh12 {
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
}
|
|
|
|
|
.w70 {
|
|
|
|
|
/* width: 100px; */
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-align: right;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fw500 {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fw400 {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.w70 + .c085 {
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
/* white-space: pre-line; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fwb {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* .wspl {
|
|
|
|
|
white-space: pre-line;
|
|
|
|
|
} */
|
|
|
|
|
button.weui-btn_primary::after {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button[type="primary"] {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: var(--color-ysd);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button-hover[type="primary"] {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
/* opacity: 0.8; */
|
|
|
|
|
background-color: var(--color-ysd) !important;
|
|
|
|
|
}
|
|
|
|
|
/* .login-hover {
|
|
|
|
|
opacity: 0.8 !important;
|
|
|
|
|
} */
|
|
|
|
|
button[disabled][type="primary"] {
|
|
|
|
|
background-color: #c0deff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.am-button-ghost {
|
|
|
|
|
padding: 8px !important;
|
|
|
|
|
color: #1f6bbf !important;
|
|
|
|
|
box-shadow: inset 0 0 0 1px #1f6bbf !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.am-button-primary {
|
|
|
|
|
padding: 8px !important;
|
|
|
|
|
background-color: #1f6bbf !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.w180 {
|
|
|
|
|
width: 184px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
line-height: 42px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tImage {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
margin-right: 6px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
/* border: 1rpx solid #ddd; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.row-extra.c025 {
|
|
|
|
|
color: rgba(0, 0, 0, 0.25);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page-description {
|
|
|
|
|
margin-bottom: 32rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page-section {
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page-section-title {
|
|
|
|
|
padding: 16rpx 32rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page-section-demo {
|
|
|
|
|
padding: 32rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
margin-top: 20rpx;
|
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bc_blue {
|
|
|
|
|
background-color: #49a9ee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bc_red {
|
|
|
|
|
background-color: #f04134;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bc_yellow {
|
|
|
|
|
background-color: #ffbf00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bc_green {
|
|
|
|
|
background-color: #00a854;
|
|
|
|
|
}
|
|
|
|
|
.inherit_c {
|
|
|
|
|
color: inherit !important;
|
|
|
|
|
}
|
|
|
|
|
.form-row {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 0 20px;
|
|
|
|
|
height: 44px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-row-label {
|
|
|
|
|
width: 50px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #666666;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-row-content {
|
|
|
|
|
flex: 1;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
background: #f4f4f4;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-line {
|
|
|
|
|
height: 1px;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.08);
|
|
|
|
|
margin-left: 16px;
|
|
|
|
|
/*margin-left: 30rpx;*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f13 {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.row-title.f14 {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inlineBlock .am-loading-wrap {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.am-list-content-title {
|
|
|
|
|
font-size: 14px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inlineBlock {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rightIcon {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-right: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rightIcon:after {
|
|
|
|
|
content: " ";
|
|
|
|
|
width: 12px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
-webkit-mask-position: 0 0;
|
|
|
|
|
mask-position: 0 0;
|
|
|
|
|
-webkit-mask-repeat: no-repeat;
|
|
|
|
|
mask-repeat: no-repeat;
|
|
|
|
|
-webkit-mask-size: 100%;
|
|
|
|
|
mask-size: 100%;
|
|
|
|
|
background-color: currentColor;
|
|
|
|
|
color: var(--weui-FG-2);
|
|
|
|
|
-webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
|
|
|
|
|
mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin-top: -12px;
|
|
|
|
|
-webkit-mask-position-x: 0px;
|
|
|
|
|
-webkit-mask-position-y: 0px;
|
|
|
|
|
-webkit-mask-repeat-x: no-repeat;
|
|
|
|
|
-webkit-mask-repeat-y: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.mt10 {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
.mt16 {
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mb16 {
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
}
|
|
|
|
|
.ml4 {
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
.mb8 {
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pb8 {
|
|
|
|
|
padding-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bgf {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.weui-cells {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
.wx-border-tb {
|
|
|
|
|
border-top: 1px solid #f3f3f3;
|
|
|
|
|
border-bottom: 1px solid #f3f3f3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.userImg {
|
|
|
|
|
width: 120rpx;
|
|
|
|
|
height: 120rpx;
|
|
|
|
|
/* border-radius: 4px; */
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button::after {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.v-center {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.vsb {
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-flow: column;
|
|
|
|
|
}
|
|
|
|
|
.fsa {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.fss {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: start;
|
|
|
|
|
}
|
|
|
|
|
.fsc {
|
|
|
|
|
display: flex;
|
|
|
|
|
/* flex-direction: column; */
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jobTitle {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: rgba(0, 0, 0, 0.85);
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
flex: 1;
|
|
|
|
|
max-width: 240px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[data-title*="null"] {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-poptips {
|
|
|
|
|
transform: translateY(-40px);
|
|
|
|
|
transition: all 0.5s;
|
|
|
|
|
padding: 0 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-poptips.ui-poptipsTop {
|
|
|
|
|
transform: translateY(0px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-poptips {
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 99999999;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-poptips-cnt {
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-poptips {
|
|
|
|
|
transform: translateY(-40px);
|
|
|
|
|
transition: all 0.5s;
|
|
|
|
|
padding: 0 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-poptips.ui-poptipsTop {
|
|
|
|
|
transform: translateY(0px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-weixuanzhong {
|
|
|
|
|
color: #888;
|
|
|
|
|
padding-right: 8px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-xuanzhong {
|
|
|
|
|
color: var(--color-ysd);
|
|
|
|
|
padding-right: 8px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.radioText {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: rgba(0, 0, 0, 0.65);
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.userName {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #333333;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.time {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #919191;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ava {
|
|
|
|
|
width: 44px;
|
|
|
|
|
height: 44px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
margin-right: 6px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sm {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: #333333;
|
|
|
|
|
line-height: 44px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.oneP {
|
|
|
|
|
display: flex;
|
|
|
|
|
/* padding-bottom: 12px;
|
|
|
|
|
padding-top: 16px; */
|
|
|
|
|
padding-bottom: 16px;
|
|
|
|
|
padding-top: 16px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border-bottom: 1px solid #f3f3f3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.staticTitle {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
font-weight: 601;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #262626;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.cccc {
|
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
.aca {
|
|
|
|
|
color: #c2c2c2;
|
|
|
|
|
}
|
|
|
|
|
.mr4 {
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-btn_input-clear [class*="weui-icon-"] {
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-btn_input-clear {
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mr16 {
|
|
|
|
|
margin-right: 16px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ml16 {
|
|
|
|
|
margin-left: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p2010 {
|
|
|
|
|
padding: 20px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-dialog__title {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #333333;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-dialog__bd {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #787878;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
/* border-bottom: 1rpx solid #e2e2e2; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-dialog__bd view {
|
|
|
|
|
/* padding-bottom: 20px; */
|
|
|
|
|
|
|
|
|
|
/* border-bottom: 1rpx solid #e2e2e2; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-dialog__hd {
|
|
|
|
|
padding: 32px 24px 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lflex {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 601;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: var(--color-ysd);
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
/* margin-top: 7px; */
|
|
|
|
|
padding: 0 10px 0 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rflex {
|
|
|
|
|
flex: 1;
|
|
|
|
|
padding: 0 30px 0 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rflex button {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
height: 42px;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
background: var(--color-ysd);
|
|
|
|
|
border-radius: 25px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 601;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
}
|
|
|
|
|
.f22 {
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pb16 {
|
|
|
|
|
padding-bottom: 16px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pb20 {
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
.mb0 {
|
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
.btnFlex {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
color: var(--color-ysd);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lflex.p020 {
|
|
|
|
|
padding: 0 20px;
|
|
|
|
|
}
|
|
|
|
|
.newList {
|
|
|
|
|
padding: 17px 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.newList .lefticon {
|
|
|
|
|
/* font-size:20px; */
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
.newList .icon-you {
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.newList .mw-labe {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.storeName {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: rgba(0, 0, 0, 0.85);
|
|
|
|
|
/* flex:1; */
|
|
|
|
|
width: 480rpx;
|
|
|
|
|
font-weight: 601;
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
.servicePrice {
|
|
|
|
|
border: 1rpx solid var(--color-ysd);
|
|
|
|
|
background-color: #ffeee7;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
border-right-color: transparent;
|
|
|
|
|
border-left-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.newList .iconOut {
|
|
|
|
|
margin-right: 12px;
|
|
|
|
|
}
|
|
|
|
|
.newList .mw-labe .flex-1 {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-2 {
|
|
|
|
|
flex: 2;
|
|
|
|
|
}
|
|
|
|
|
.weui-cells__group_form .weui-cell {
|
|
|
|
|
padding: 18px 20px;
|
|
|
|
|
}
|
|
|
|
|
.weui-cells__group_form .weui-cell:before,
|
|
|
|
|
.weui-cells__group_form .weui-cells:before,
|
|
|
|
|
.weui-cells__group_form .weui-cells:after {
|
|
|
|
|
left: 20px;
|
|
|
|
|
right: 20px;
|
|
|
|
|
}
|
|
|
|
|
.mt12 {
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rtText,
|
|
|
|
|
.rbText {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-align: right;
|
|
|
|
|
color: #333333;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rbText {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
color: #919191;
|
|
|
|
|
}
|
|
|
|
|
.rtText {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
.weui-loading {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.weui-btn_loading {
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
.weui-btn_loading .weui-loading {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gztop {
|
|
|
|
|
background-color: #00a0ff;
|
|
|
|
|
padding: 20px 15px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.cred_new {
|
|
|
|
|
color: #e60012 !important;
|
|
|
|
|
}
|
|
|
|
|
.ui-step {
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
margin-bottom: 60px;
|
|
|
|
|
padding-top: 32rpx;
|
|
|
|
|
border-top: 1px solid #f3f3f3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-step.ui-list > view {
|
|
|
|
|
margin-left: 48rpx;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
padding-right: 32rpx;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mb18 {
|
|
|
|
|
margin-bottom: 36rpx;
|
|
|
|
|
}
|
|
|
|
|
.br8 {
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
|
|
|
|
.tc {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.flex-2 {
|
|
|
|
|
flex: 2;
|
|
|
|
|
}
|
|
|
|
|
.weui-cells:after {
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
.mbtn {
|
|
|
|
|
background-color: #10aeff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pull-right {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
.size100 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.cardTitle {
|
|
|
|
|
flex: 1;
|
|
|
|
|
font-size: 34rpx;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: rgba(0, 0, 0, 0.9);
|
|
|
|
|
line-height: 48rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cardTime {
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
line-height: 56rpx;
|
|
|
|
|
color: rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.smd-container {
|
|
|
|
|
padding: 40rpx;
|
|
|
|
|
}
|
|
|
|
|
.thover {
|
|
|
|
|
opacity: 0.8 !important;
|
|
|
|
|
}
|
|
|
|
|
.thover view {
|
|
|
|
|
opacity: 0.8 !important;
|
|
|
|
|
}
|
|
|
|
|
.textHov {
|
|
|
|
|
opacity: 0.8 !important;
|
|
|
|
|
}
|
|
|
|
|
.c009 {
|
|
|
|
|
color: rgba(0, 0, 0, 0.9);
|
|
|
|
|
}
|
|
|
|
|
.leftText {
|
|
|
|
|
color: rgba(0, 0, 0, 0.45);
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
min-width: 160rpx;
|
|
|
|
|
}
|
|
|
|
|
.rightText {
|
|
|
|
|
flex: 1;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.c030 {
|
|
|
|
|
color: rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
.c050 {
|
|
|
|
|
color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
}
|
|
|
|
|
.c090 {
|
|
|
|
|
color: rgba(0, 0, 0, 0.9);
|
|
|
|
|
}
|
|
|
|
|
.p1220 {
|
|
|
|
|
padding: 32rpx 40rpx;
|
|
|
|
|
}
|
|
|
|
|
.mt8 {
|
|
|
|
|
margin-top: 16rpx;
|
|
|
|
|
}
|
|
|
|
|
.mt12 {
|
|
|
|
|
margin-top: 24rpx;
|
|
|
|
|
}
|
|
|
|
|
.mt32 {
|
|
|
|
|
margin-top: 64rpx;
|
|
|
|
|
}
|
|
|
|
|
.mPicker {
|
|
|
|
|
text-align: right;
|
|
|
|
|
margin-right: 36px;
|
|
|
|
|
}
|
|
|
|
|
.weui-cell::before {
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
.weui-cells::before {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.weui-cells::after {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.mbtn {
|
|
|
|
|
background-color: var(--color-ysd);
|
|
|
|
|
}
|
|
|
|
|
.primaryColor {
|
|
|
|
|
color: var(--color-ysd);
|
|
|
|
|
}
|
|
|
|
|
.p010 {
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.c065 {
|
|
|
|
|
color: rgba(0, 0, 0, 0.65);
|
|
|
|
|
}
|
|
|
|
|
.c045 {
|
|
|
|
|
color: rgba(0, 0, 0, 0.45);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lh24 {
|
|
|
|
|
line-height: 48rpx;
|
|
|
|
|
}
|
|
|
|
|
.mt0 {
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
.dn {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
.aic {
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.weui-loading {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.weui-btn_loading {
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
.weui-btn_loading .weui-loading {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gztop {
|
|
|
|
|
background-color: #00a0ff;
|
|
|
|
|
padding: 20px 15px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.cred_new {
|
|
|
|
|
color: #e60012 !important;
|
|
|
|
|
}
|
|
|
|
|
.ui-step {
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
margin-bottom: 60px;
|
|
|
|
|
padding-top: 32rpx;
|
|
|
|
|
border-top: 1px solid #f3f3f3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-step.ui-list > view {
|
|
|
|
|
margin-left: 48rpx;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
padding-right: 32rpx;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cg-cricle,
|
|
|
|
|
.cb-cricle {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: -4.5px;
|
|
|
|
|
top: -2px;
|
|
|
|
|
background: #cce0b7;
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cb-cricle {
|
|
|
|
|
background-color: var(--color-ysd);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-step .ui-list-info {
|
|
|
|
|
padding-left: 26rpx;
|
|
|
|
|
border-left: 2px solid var(--color-ysd);
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
margin-top: -2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-step li:last-child .ui-list-info {
|
|
|
|
|
border-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-step .f14.c3,
|
|
|
|
|
.ui-step .f12.c6 {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-step view:last-child .ui-list-info {
|
|
|
|
|
border-left: 0;
|
|
|
|
|
}
|
|
|
|
|
.mb18 {
|
|
|
|
|
margin-bottom: 36rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-2 {
|
|
|
|
|
flex: 2;
|
|
|
|
|
}
|
|
|
|
|
button.newBtn {
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 42px;
|
|
|
|
|
background: var(--color-ysd);
|
|
|
|
|
border-radius: 25px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 42px;
|
|
|
|
|
font-weight: 601;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.newBtn.mbtn-hover {
|
|
|
|
|
background-color: #1890ff;
|
|
|
|
|
}
|
|
|
|
|
.topMenu {
|
|
|
|
|
display: flex;
|
|
|
|
|
padding: 12px 0;
|
|
|
|
|
border-bottom: 1px solid #f3f3f3;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.onMune {
|
|
|
|
|
flex: 1;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #000;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menuBorder {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 3px;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
background: var(--color-ysd);
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
bottom: -12px;
|
|
|
|
|
left: 50%;
|
|
|
|
|
margin-left: -10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.onMune .menuBorder {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.onMune.active .menuBorder {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.onMune.active {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 601;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: var(--color-ysd);
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
}
|
|
|
|
|
.loadMore {
|
|
|
|
|
border-top: 1rpx solid transparent;
|
|
|
|
|
border-bottom: 1rpx solid transparent;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.loadMore view {
|
|
|
|
|
width: 120px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
border: 1px solid #f3f3f3;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #8c8c8c;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
margin: 20px auto;
|
|
|
|
|
}
|
|
|
|
|
view:empty,
|
|
|
|
|
text:empty {
|
|
|
|
|
content: "-";
|
|
|
|
|
}
|
|
|
|
|
.c027 {
|
|
|
|
|
color: var(--color-ysd);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
page {
|
|
|
|
|
/* padding: 10px; */
|
|
|
|
|
/* height: 100vh !important; */
|
|
|
|
|
/* background-color: #fff; */
|
|
|
|
|
color: #333;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navigationbar {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 88px;
|
|
|
|
|
display: none;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
}
|
|
|
|
|
.navigationbar text {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 10px;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navigationbar view {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
bottom: 15px;
|
|
|
|
|
left: 18px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-position: center;
|
|
|
|
|
}
|
|
|
|
|
.mt_10 {
|
|
|
|
|
margin-top: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
.br_8 {
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
|
|
|
|
/* .container{
|
|
|
|
|
margin-top: 88px !important;
|
|
|
|
|
} */
|
|
|
|
|
.logout-hover {
|
|
|
|
|
background-color: #ff44001a;
|
|
|
|
|
}
|
|
|
|
|
/* 搜索栏的样式 */
|
|
|
|
|
.navigatortool {
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
top: 0;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
}
|
|
|
|
|
.navigatortool .weui-search-bar {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
/* padding-top: 52px; */
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
padding-right: 120px;
|
|
|
|
|
position: relative;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
/* padding: 8px 16px; */
|
|
|
|
|
/* padding-bottom: 10px; */
|
|
|
|
|
/* background-color: #ff4400; */
|
|
|
|
|
}
|
|
|
|
|
.navigatortool .weui-search-bar .weui-search-bar__box {
|
|
|
|
|
flex: 1;
|
|
|
|
|
/* width: 198px; */
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
border-radius: 999px;
|
|
|
|
|
background-color: #f5f5f5 !important;
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
padding-left: 6px;
|
|
|
|
|
}
|
|
|
|
|
.navigatortool .weui-search-bar .weui-search-bar__box i {
|
|
|
|
|
margin-left: 6px;
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
.navigatortool .weui-search-bar .weui-search-bar__box .iconfont {
|
|
|
|
|
-webkit-text-stroke-width: 0.3px;
|
|
|
|
|
}
|
|
|
|
|
.navigatortool .weui-search-bar .weui-search-bar__input {
|
|
|
|
|
padding: 4px 0;
|
|
|
|
|
}
|
|
|
|
|
.navigatortool .weui-search-bar .weui-search-bar__input::placeholder {
|
|
|
|
|
line-height: 24px !important;
|
|
|
|
|
}
|
|
|
|
|
.navigatortool .weui-search-bar .icon-xiangzuo {
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.normalBtn {
|
|
|
|
|
width: 260px !important;
|
|
|
|
|
height: 42px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-radius: 999px;
|
|
|
|
|
}
|
|
|
|
|
.loginOut {
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 42px;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
background-color: var(--color-ysd);
|
|
|
|
|
border-radius: 25px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 601;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
padding: 0;
|
|
|
|
|
line-height: 42px;
|
|
|
|
|
/* margin-top: 30px; */
|
|
|
|
|
margin-bottom: unset;
|
|
|
|
|
}
|
|
|
|
|
.uploadZheng image,
|
|
|
|
|
.uploadFan image {
|
|
|
|
|
width: 313px;
|
|
|
|
|
height: 167px;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
|
|
|
|
.uploadFan {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
.circleNum {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
background-color: #ff4400;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
/* position: relative; */
|
|
|
|
|
/* top: -2px; */
|
|
|
|
|
/* right: 8px; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-cell:before {
|
|
|
|
|
transform: scaleY(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hcb {
|
|
|
|
|
background-color: #f2f2f2 !important;
|
|
|
|
|
}
|
|
|
|
|
.weui-dialog__ft:after {
|
|
|
|
|
border-top: 1px solid #eeeeee;
|
|
|
|
|
transform: scaleY(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-loadmore_line {
|
|
|
|
|
border-top: 1px solid #f3f3f3;
|
|
|
|
|
}
|
|
|
|
|
.weui-grid4,
|
|
|
|
|
.weui-grid5 {
|
|
|
|
|
position: relative;
|
|
|
|
|
float: left;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 20px 10px;
|
|
|
|
|
width: 25%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
.weui-grid5 {
|
|
|
|
|
width: 20%;
|
|
|
|
|
padding: 10px 10px;
|
|
|
|
|
}
|
|
|
|
|
.weui-grids:after,
|
|
|
|
|
.weui-grids:before {
|
|
|
|
|
z-index: 99;
|
|
|
|
|
}
|
|
|
|
|
.weui-grids:after {
|
|
|
|
|
border-left: 0;
|
|
|
|
|
}
|
|
|
|
|
.weui-grid4:active,
|
|
|
|
|
.weui-grid5:active {
|
|
|
|
|
/* background-color: #ececec; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-grid4:before,
|
|
|
|
|
.weui-grid5::before {
|
|
|
|
|
content: " ";
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
color: var(--weui-FG-3);
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 1px;
|
|
|
|
|
border-right: 1px solid var(--weui-FG-3);
|
|
|
|
|
-webkit-transform-origin: 100% 0;
|
|
|
|
|
transform-origin: 100% 0;
|
|
|
|
|
-webkit-transform: scaleX(0.5);
|
|
|
|
|
transform: scaleX(0.5);
|
|
|
|
|
}
|
|
|
|
|
.weui-grid5:nth-child(1):before {
|
|
|
|
|
border-left: 0;
|
|
|
|
|
}
|
|
|
|
|
.weui-grid4:nth-child(4):before,
|
|
|
|
|
.weui-grid5:nth-child(5):before {
|
|
|
|
|
border-right: 0;
|
|
|
|
|
border-right-width: 0px;
|
|
|
|
|
border-right-style: initial;
|
|
|
|
|
border-right-color: initial;
|
|
|
|
|
}
|
|
|
|
|
.btmFix {
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0 32px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
/* margin-top: 24px;
|
|
|
|
|
position: relative; */
|
|
|
|
|
background-color: #fff !important;
|
|
|
|
|
height: 88px;
|
|
|
|
|
box-shadow: 0px -2px 4px 0px rgba(218, 218, 218, 0.5);
|
|
|
|
|
/* margin-bottom: 24px; */
|
|
|
|
|
}
|
|
|
|
|
.dtBtn,
|
|
|
|
|
.dtBtnD {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
border-radius: 18px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 601;
|
|
|
|
|
padding: 0;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
|
|
|
|
|
width: 128px !important;
|
|
|
|
|
height: 36px;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
margin: 12px 0;
|
|
|
|
|
}
|
|
|
|
|
.button-hover[type="primary"] {
|
|
|
|
|
background-color: var(--color-hover) !important;
|
|
|
|
|
}
|
|
|
|
|
.dtBtn {
|
|
|
|
|
background-color: var(--color-ysd) !important;
|
|
|
|
|
}
|
|
|
|
|
.dtBtnD {
|
|
|
|
|
border: 1px solid var(--color-ysd);
|
|
|
|
|
border-radius: 18px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
color: var(--color-ysd);
|
|
|
|
|
}
|
|
|
|
|
.dtBtnD:active {
|
|
|
|
|
background-color: #fff5f1;
|
|
|
|
|
}
|
|
|
|
|
.iconView {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
background: #f6f6f6;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.iconView.active {
|
|
|
|
|
background: #fff5f1;
|
|
|
|
|
}
|
|
|
|
|
.editClass {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
|
color: #576b95;
|
|
|
|
|
line-height: 48px;
|
|
|
|
|
}
|
|
|
|
|
.iconView .iconfont {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
.iconView.active .iconfont {
|
|
|
|
|
color: #ff4400;
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__input.c9 {
|
|
|
|
|
color: #999999 !important;
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__input.c3 {
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 搜索框的公用样式 */
|
|
|
|
|
.weui-search-bar {
|
|
|
|
|
padding-right: 12px;
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__form {
|
|
|
|
|
border-radius: 40px !important;
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__form .icon-sousuo {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 14px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
top: 1px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
color: #cccccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-search-bar__box {
|
|
|
|
|
position: relative;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
padding-left: 32px;
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weui-search-bar__box .weui-search-bar__input {
|
|
|
|
|
width: 220px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
height: 32px !important;
|
|
|
|
|
line-height: 32px !important;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__box {
|
|
|
|
|
height: 32px !important;
|
|
|
|
|
line-height: 32px !important;
|
|
|
|
|
/* top: 8px; */
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__box .search {
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 52px;
|
|
|
|
|
padding-left: 12px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
/* left: -10px; */
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
height: 40px !important;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 40px !important;
|
|
|
|
|
color: var(--color-ysd);
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar__box .search::before {
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 1px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 50%;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
background-color: #ddd;
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar .icon-qingchu1 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
right: 62px;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
z-index: 3;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
/* -webkit-mask-size: 16px; */
|
|
|
|
|
/* mask-size: 16px; */
|
|
|
|
|
}
|
|
|
|
|
.weui-search-bar .icon-qingchu1::before {
|
|
|
|
|
color: rgba(0, 0, 0, 0.25);
|
|
|
|
|
}
|
|
|
|
|
.navigatortool {
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
top: 0;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
}
|
|
|
|
|
.navigatortool .weui-search-bar {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
/* padding-top: 52px; */
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
padding-right: 120px;
|
|
|
|
|
position: relative;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
/* padding: 8px 16px; */
|
|
|
|
|
/* padding-bottom: 10px; */
|
|
|
|
|
/* background-color: #ff4400; */
|
|
|
|
|
}
|
|
|
|
|
.navigatortool .weui-search-bar .weui-search-bar__box {
|
|
|
|
|
flex: 1;
|
|
|
|
|
/* width: 198px; */
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
border-radius: 999px;
|
|
|
|
|
background-color: #f5f5f5 !important;
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
padding-left: 6px;
|
|
|
|
|
}
|
|
|
|
|
.navigatortool .weui-search-bar .weui-search-bar__box i {
|
|
|
|
|
margin-left: 6px;
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
.navigatortool .weui-search-bar .weui-search-bar__box .iconfont {
|
|
|
|
|
-webkit-text-stroke-width: 0.3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navigatortool .weui-search-bar .weui-search-bar__input::placeholder {
|
|
|
|
|
line-height: 24px !important;
|
|
|
|
|
}
|
|
|
|
|
.navigatortool .weui-search-bar .icon-xiangzuo {
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.iconClass {
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 0px;
|
|
|
|
|
top: -2px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
width: 148px;
|
|
|
|
|
height: 34px;
|
|
|
|
|
background: #fff5f1;
|
|
|
|
|
border-radius: 17px;
|
|
|
|
|
}
|
|
|
|
|
.weui-dialog__hd {
|
|
|
|
|
padding: 16px 20px;
|
|
|
|
|
}
|
|
|
|
|
.weui-dialog__btn.weui-dialog__btn_primary {
|
|
|
|
|
color: var(--color-ysd);
|
|
|
|
|
}
|
|
|
|
|
.weui-dialog__btn.weui-dialog__btn_default {
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
.weui-dialog__bd.wbv0 view {
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
.weui-dialog__btn:after {
|
|
|
|
|
transform: scaleX(1);
|
|
|
|
|
border-left: 1px solid #eeeeee;
|
|
|
|
|
}
|
|
|
|
|
.elps {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
-webkit-line-clamp: 3;
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
}
|
|
|
|
|
.oelps {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
.ovh{
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
/* 伪元素加大识别区域 */
|
|
|
|
|
.biggerSize,
|
|
|
|
|
.biggerSize2 {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.biggerSize::after {
|
|
|
|
|
content: "";
|
|
|
|
|
/* display: inline-block; */
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
z-index: 99;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.biggerSize2::after {
|
|
|
|
|
content: "";
|
|
|
|
|
/* display: inline-block; */
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 70px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
z-index: 99;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
}
|
|
|
|
|
.tobe {
|
|
|
|
|
height: 70% !important;
|
|
|
|
|
}
|
|
|
|
|
.tobe .guanbi {
|
|
|
|
|
top: 12px !important;
|
|
|
|
|
}
|
|
|
|
|
.tobe .weui-dialog__hd {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-top: 8%;
|
|
|
|
|
}
|
|
|
|
|
.tobe .weui-dialog__hd .top {
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.tobe .weui-dialog__hd .bottom {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex: 1;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
/* padding-top: 10px; */
|
|
|
|
|
}
|
|
|
|
|
.tobe .weui-dialog__hd .bottom > view {
|
|
|
|
|
margin-top: -30px;
|
|
|
|
|
}
|
|
|
|
|
/*
|
|
|
|
|
成为代理二维码弹窗
|
|
|
|
|
*/
|
|
|
|
|
.contact {
|
|
|
|
|
width: 80%;
|
|
|
|
|
min-height: 350px;
|
|
|
|
|
}
|
|
|
|
|
.contact .contact_bottomBtn .v-center {
|
|
|
|
|
width: 80px !important;
|
|
|
|
|
}
|
|
|
|
|
.contact .contact_bottomBtn .rflex button {
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.contact .weui-dialog__hd {
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.contact .guanbi {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 16px;
|
|
|
|
|
top: -28px;
|
|
|
|
|
}
|
|
|
|
|
.contact .contact_bottomBtn .v-center {
|
|
|
|
|
width: 80px !important;
|
|
|
|
|
}
|
|
|
|
|
.contact .contact_bottomBtn .rflex button {
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
/* 按钮样式 */
|
|
|
|
|
.normalBtn36 {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
border-radius: 18px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 601;
|
|
|
|
|
padding: 0;
|
|
|
|
|
height: 36px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
button.bgBtn {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: var(--color-ysd);
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
}
|
|
|
|
|
button.bgBtn[disabled]{
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
}
|
|
|
|
|
button.nobg_Btn {
|
|
|
|
|
color: var(--color-ysd);
|
|
|
|
|
border: 1px solid var(--color-ysd);
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
/* 按钮样式 end */
|
|
|
|
|
|
|
|
|
|
/* 输入框默认显示样式 */
|
|
|
|
|
.input-placeholder{
|
|
|
|
|
color: #CCCCCC;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
/* 输入框默认显示样式 end */
|