|
|
@ -2,6 +2,21 @@ |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
input:focus,button:focus,textarea:focus { |
|
|
|
|
|
outline: none; |
|
|
|
|
|
} |
|
|
|
|
|
html,body { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
overflow-y: scroll; |
|
|
|
|
|
background:rgba(243,243,243,1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#app { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.m-page { |
|
|
.m-page { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
@ -286,3 +301,548 @@ |
|
|
display: none; |
|
|
display: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/******我的钱包******/ |
|
|
|
|
|
.page-top { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 0.9rem; |
|
|
|
|
|
background:rgba(0,186,134,1); |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
position: relative; |
|
|
|
|
|
position: fixed; |
|
|
|
|
|
top: 0; |
|
|
|
|
|
} |
|
|
|
|
|
.page-top a { |
|
|
|
|
|
height: 0.36rem; |
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
left: 0.3rem |
|
|
|
|
|
} |
|
|
|
|
|
.page-top a img { |
|
|
|
|
|
height: 0.36rem; |
|
|
|
|
|
display: block; |
|
|
|
|
|
} |
|
|
|
|
|
.page-top span { |
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
font-size:0.36rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(255,255,255,1); |
|
|
|
|
|
letter-spacing: 1px; |
|
|
|
|
|
} |
|
|
|
|
|
.my-money .content { |
|
|
|
|
|
padding-top: 0.9rem; |
|
|
|
|
|
} |
|
|
|
|
|
.my-money .rule { |
|
|
|
|
|
width:100%; |
|
|
|
|
|
height:1.18rem; |
|
|
|
|
|
border-radius:0rem; |
|
|
|
|
|
padding: 0.1rem 0.1rem; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
} |
|
|
|
|
|
.my-money .rule .rule-content { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
background:rgba(255,251,238,1); |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
} |
|
|
|
|
|
.my-money .rule .rule-content img { |
|
|
|
|
|
width: 0.9rem; |
|
|
|
|
|
margin-left: .3rem |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.my-money .rule .rule-content a.text { |
|
|
|
|
|
font-family:Adobe Heiti Std R; |
|
|
|
|
|
color:rgba(254,136,31,1); |
|
|
|
|
|
font-size: 0.4rem; |
|
|
|
|
|
margin-left: 0.2rem; |
|
|
|
|
|
margin-right: auto; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.my-money .rule .rule-content a.icon { |
|
|
|
|
|
height: 0.36rem; |
|
|
|
|
|
} |
|
|
|
|
|
.my-money .rule .rule-content a.icon img { |
|
|
|
|
|
width: auto; |
|
|
|
|
|
height: 0.36rem; |
|
|
|
|
|
display: block; |
|
|
|
|
|
margin-right: 0.3rem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.my-money .balance { |
|
|
|
|
|
height:1.7rem; |
|
|
|
|
|
background:rgba(255,255,255,1); |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
font-size: 0.3rem; |
|
|
|
|
|
padding: 0 0.3rem; |
|
|
|
|
|
} |
|
|
|
|
|
.my-money .balance .put-money { |
|
|
|
|
|
width:1.68rem; |
|
|
|
|
|
height:0.68rem; |
|
|
|
|
|
background:rgba(72,201,147,1); |
|
|
|
|
|
border-radius:0rem; |
|
|
|
|
|
font-size:0.34rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(255,255,255,1); |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
line-height: 0.68rem; |
|
|
|
|
|
} |
|
|
|
|
|
.my-money .balance >div { |
|
|
|
|
|
font-size:0.36rem; |
|
|
|
|
|
font-family:PingFang-SC-Regular; |
|
|
|
|
|
color:rgba(102,102,102,1); |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
} |
|
|
|
|
|
.my-money .balance >div span { |
|
|
|
|
|
font-size:0.7rem; |
|
|
|
|
|
font-family:PingFang-SC-Heavy; |
|
|
|
|
|
color:rgba(51,51,51,1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.my-money .payments .title-span { |
|
|
|
|
|
font-size:0.28rem; |
|
|
|
|
|
color:rgba(102,102,102,1); |
|
|
|
|
|
display: block; |
|
|
|
|
|
line-height:0.38rem; |
|
|
|
|
|
margin-top: 0.2rem; |
|
|
|
|
|
margin-left: 0.2rem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.my-money .payments >ul >li { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 1rem; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
margin-bottom: 1px; |
|
|
|
|
|
background: #fff; |
|
|
|
|
|
padding: 0 0.3rem; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.my-money .payments >ul >li .liLeft { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.my-money .payments >ul >li .liLeft .name { |
|
|
|
|
|
font-size:0.3rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(51,51,51,1); |
|
|
|
|
|
} |
|
|
|
|
|
.my-money .payments >ul >li .liLeft .time { |
|
|
|
|
|
font-size:0.22rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(153,153,153,1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.my-money .payments >ul >li span { |
|
|
|
|
|
font-size:0.36rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(254,152,64,1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.my-money .payments >ul >li span.put { |
|
|
|
|
|
color:rgba(51,51,51,1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*******提现申请******/ |
|
|
|
|
|
.page-content { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
top: 0.9rem; |
|
|
|
|
|
bottom: 0; |
|
|
|
|
|
overflow-y: scroll; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .content-box { |
|
|
|
|
|
width: 7rem; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
margin-top: 0.3rem; |
|
|
|
|
|
border: 1px solid #DCDCDC; |
|
|
|
|
|
border-radius: 5px; |
|
|
|
|
|
/* padding: 0.5rem 0.35rem 1rem; */ |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .content-box .account { |
|
|
|
|
|
padding: 0.5rem 0.35rem 0.3rem; |
|
|
|
|
|
border-bottom: 1px solid #DCDCDC; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .content-box .account div { |
|
|
|
|
|
font-size:0.3rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(51,51,51,1); |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .content-box .account div img { |
|
|
|
|
|
width: 0.4rem; |
|
|
|
|
|
height: 0.4rem; |
|
|
|
|
|
margin-left: 3px; |
|
|
|
|
|
margin-right: 5px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .content-box .account p { |
|
|
|
|
|
font-size:0.2rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(153,153,153,1); |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .content-box .cash { |
|
|
|
|
|
padding: 0.3rem 0.35rem 1rem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .content-box .cash .cash-cue { |
|
|
|
|
|
font-size:0.3rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(51,51,51,1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .content-box .cash .cash-cue span { |
|
|
|
|
|
font-size:0.24rem; |
|
|
|
|
|
font-family:PingFang-SC-Regular; |
|
|
|
|
|
color:rgba(153,153,153,1); |
|
|
|
|
|
} |
|
|
|
|
|
.put-money .content-box .cash .money { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
display: block; |
|
|
|
|
|
border-bottom: 1px solid #D2D2D2; |
|
|
|
|
|
} |
|
|
|
|
|
.put-money .content-box .cash .money span { |
|
|
|
|
|
font-size:0.6rem; |
|
|
|
|
|
font-family:PingFang-SC-Regular; |
|
|
|
|
|
color:rgba(51,51,51,1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .content-box .cash .money input { |
|
|
|
|
|
height: 0.8rem; |
|
|
|
|
|
font-size: 0.36rem; |
|
|
|
|
|
border: none; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .content-box .cash p { |
|
|
|
|
|
font-size:0.3rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(153,153,153,1); |
|
|
|
|
|
margin-top: 0.25rem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .content-box .cash button { |
|
|
|
|
|
width:4.68rem; |
|
|
|
|
|
height:0.76rem; |
|
|
|
|
|
background:rgba(0,186,134,.5); |
|
|
|
|
|
border-radius: 5px; |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
font-size:0.34rem; |
|
|
|
|
|
border: none; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
display: block; |
|
|
|
|
|
margin-top: 1rem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .content-box .cash button.ative { |
|
|
|
|
|
background:#00BA86; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.put-money #upper-limit { |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
width: 3.2rem; |
|
|
|
|
|
height: 2.9rem; |
|
|
|
|
|
background: rgba(0,0,0,.6); |
|
|
|
|
|
border-radius: 5px; |
|
|
|
|
|
top: 2.8rem; |
|
|
|
|
|
left: 2.15rem; |
|
|
|
|
|
z-index: 10; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money #upper-limit img { |
|
|
|
|
|
width: 1rem; |
|
|
|
|
|
height: 1rem; |
|
|
|
|
|
display: block; |
|
|
|
|
|
margin: .5rem auto; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money #upper-limit p { |
|
|
|
|
|
font-size:0.26rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(255,255,255,1); |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .popup-box { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
background: rgba(0,0,0,.6); |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
} |
|
|
|
|
|
.put-money .popup-authorization { |
|
|
|
|
|
width:5.6rem; |
|
|
|
|
|
height:3.4rem; |
|
|
|
|
|
border-radius: 5px; |
|
|
|
|
|
/* padding: 0.3rem 0.4rem; */ |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .popup-authorization p { |
|
|
|
|
|
font-size:0.36rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(0,0,0,1); |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
margin-top: .3rem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .popup-authorization a img { |
|
|
|
|
|
display: block; |
|
|
|
|
|
width: 1rem; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
margin-top: .3rem; |
|
|
|
|
|
} |
|
|
|
|
|
.put-money .popup-authorization span { |
|
|
|
|
|
font-size:0.3rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(153,153,153,1); |
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
margin-top: 0.2rem; |
|
|
|
|
|
} |
|
|
|
|
|
.put-money .popup-centent { |
|
|
|
|
|
position: relative; |
|
|
|
|
|
background:rgba(255,255,255,1); |
|
|
|
|
|
margin-top: -2rem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .popup-centent span.closeBtn { |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
right: .15rem; |
|
|
|
|
|
top: .1rem; |
|
|
|
|
|
width: .3rem; |
|
|
|
|
|
height: .3rem; |
|
|
|
|
|
display: block; |
|
|
|
|
|
} |
|
|
|
|
|
.put-money .popup-centent span.closeBtn img { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
display: block; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money .popup-authorization2 { |
|
|
|
|
|
width:5.6rem; |
|
|
|
|
|
height:3.4rem; |
|
|
|
|
|
border-radius: 5px; |
|
|
|
|
|
/* padding: 0.3rem 0.4rem; */ |
|
|
|
|
|
/* display: flex; */ |
|
|
|
|
|
/* justify-content: center; |
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
box-sizing: border-box; */ |
|
|
|
|
|
} |
|
|
|
|
|
.put-money .popup-authorization2 .cue-title { |
|
|
|
|
|
height:0.34rem; |
|
|
|
|
|
font-size:0.36rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(0,0,0,1); |
|
|
|
|
|
margin-top: .4rem; |
|
|
|
|
|
margin-bottom: .4rem; |
|
|
|
|
|
} |
|
|
|
|
|
.put-money .popup-authorization2 p { |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
font-size:0.28rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(102,102,102,1); |
|
|
|
|
|
padding: 0 0.3rem; |
|
|
|
|
|
margin-bottom: .4rem; |
|
|
|
|
|
} |
|
|
|
|
|
.put-money .popup-authorization2 button { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height:1rem; |
|
|
|
|
|
background:rgba(255,255,255,1); |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
bottom: 0; |
|
|
|
|
|
border: none; |
|
|
|
|
|
font-size:0.36rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(0,186,134,1); |
|
|
|
|
|
border-radius: 5px; |
|
|
|
|
|
border-top: 1px solid #D2D3D5; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money-success .content-box { |
|
|
|
|
|
width:6.9rem; |
|
|
|
|
|
height:5.4rem; |
|
|
|
|
|
background:rgba(255,255,255,1); |
|
|
|
|
|
border-radius: 5px; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
margin-top: .3rem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money-success .content-box .box-top { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money-success .content-box .box-top img { |
|
|
|
|
|
width: 1rem; |
|
|
|
|
|
margin-top: .6rem; |
|
|
|
|
|
margin-bottom: .3rem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.put-money-success .content-box .box-top p { |
|
|
|
|
|
font-size:0.3rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(0,186,134,1); |
|
|
|
|
|
} |
|
|
|
|
|
.put-money-success .content-box .box-top span { |
|
|
|
|
|
font-size:0.24rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(153,153,153,1); |
|
|
|
|
|
margin-top: .2rem; |
|
|
|
|
|
} |
|
|
|
|
|
.put-money-success .content-box .money-news { |
|
|
|
|
|
width: 90%; |
|
|
|
|
|
font-size:0.3rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(51,51,51,1); |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
margin-top: .7rem; |
|
|
|
|
|
border-bottom: 1px solid #D2D2D2; |
|
|
|
|
|
} |
|
|
|
|
|
.put-money-success .content-box .money-news span { |
|
|
|
|
|
font-size:0.6rem; |
|
|
|
|
|
font-family:PingFang-SC-Bold; |
|
|
|
|
|
color:rgba(51,51,51,1); |
|
|
|
|
|
margin-left: 5px; |
|
|
|
|
|
} |
|
|
|
|
|
.put-money-success .submitBtn { |
|
|
|
|
|
width:5rem; |
|
|
|
|
|
height:0.8rem; |
|
|
|
|
|
background:rgba(0,186,134,1); |
|
|
|
|
|
border-radius:5px; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
display: block; |
|
|
|
|
|
border: none; |
|
|
|
|
|
font-size:0.36rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(255,255,255,1); |
|
|
|
|
|
margin-top: .4rem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.service-evaluation .page-content { |
|
|
|
|
|
background: #fff; |
|
|
|
|
|
} |
|
|
|
|
|
.service-evaluation .page-content .line { |
|
|
|
|
|
height: 5px; |
|
|
|
|
|
background: #F4F4F4; |
|
|
|
|
|
} |
|
|
|
|
|
.service-evaluation .page-content .cleaners-news { |
|
|
|
|
|
padding: 0.3rem 0 0.3rem 0.3rem; |
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
} |
|
|
|
|
|
.service-evaluation .page-content .cleaners-news p:nth-child(1) { |
|
|
|
|
|
font-size:0.32rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(51,51,51,1); |
|
|
|
|
|
} |
|
|
|
|
|
.service-evaluation .page-content .cleaners-news p:nth-child(2) { |
|
|
|
|
|
font-size:0.26rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(102,102,102,1); |
|
|
|
|
|
} |
|
|
|
|
|
.service-evaluation .evaluate .evaluate-tab { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
padding: .3rem 0; |
|
|
|
|
|
border-bottom: 1px solid #F4F4F4; |
|
|
|
|
|
} |
|
|
|
|
|
.service-evaluation .evaluate .evaluate-tab ul { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
} |
|
|
|
|
|
.service-evaluation .evaluate .evaluate-tab ul li { |
|
|
|
|
|
list-style: none; |
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
width: .6rem; |
|
|
|
|
|
height: .6rem; |
|
|
|
|
|
margin-right: .3rem; |
|
|
|
|
|
background: url(../images/service-evaluation/stars-1.png) no-repeat; |
|
|
|
|
|
background-size: 100%; |
|
|
|
|
|
} |
|
|
|
|
|
.service-evaluation .evaluate .evaluate-tab label { |
|
|
|
|
|
font-size:0.3rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(51,51,51,1); |
|
|
|
|
|
margin-right: .4rem; |
|
|
|
|
|
margin-left: .3rem; |
|
|
|
|
|
} |
|
|
|
|
|
.service-evaluation .evaluate .evaluate-tab ul li.ative { |
|
|
|
|
|
width: .6rem; |
|
|
|
|
|
height: .6rem; |
|
|
|
|
|
background: url(../images/service-evaluation/stars-2.png) no-repeat; |
|
|
|
|
|
background-size: 100%; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.service-evaluation .message { |
|
|
|
|
|
width: 7rem; |
|
|
|
|
|
height: 2rem; |
|
|
|
|
|
display: block; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
margin-top: .4rem; |
|
|
|
|
|
resize: none; |
|
|
|
|
|
background: #F4F4F4; |
|
|
|
|
|
border: none; |
|
|
|
|
|
padding: .2rem; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
font-size: .3rem; |
|
|
|
|
|
color:rgba(153,153,153,1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.service-evaluation .submitBtn { |
|
|
|
|
|
width:5rem; |
|
|
|
|
|
height:0.8rem; |
|
|
|
|
|
background:rgba(0,186,134,1); |
|
|
|
|
|
border-radius: 5px; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
display: block; |
|
|
|
|
|
border: none; |
|
|
|
|
|
font-size:0.36rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(255,255,255,1); |
|
|
|
|
|
letter-spacing: 10px; |
|
|
|
|
|
margin-top: 1.5rem; |
|
|
|
|
|
} |
|
|
|
|
|
.service-evaluation-status .evaluation-status-icon { |
|
|
|
|
|
width: 2rem; |
|
|
|
|
|
display: block; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
margin-top: 1.8rem; |
|
|
|
|
|
} |
|
|
|
|
|
.service-evaluation-status .evaluation-status-box span { |
|
|
|
|
|
font-size:0.28rem; |
|
|
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
|
|
color:rgba(0,186,134,1); |
|
|
|
|
|
display: block; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
margin-top: 0.25rem; |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
} |