123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- // 公用less
- @font-size: 13.33333333vw !important;
- @theme-color:#4F50FF;
- .mask{
- width:100%;
- height: 100%;
- position: fixed;
- top:0;
- left: 0;
- background:rgba(0,0,0,.5);
- }
- .footer{
- width:100%;
- height: .88rem;
- line-height: .88rem;
- text-align: center;
- color:#fff;
- font-size: .32rem;
- background: linear-gradient(-270deg, #4F4FFF,#4F8BFF);
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 1000;
- }
- .dbfooter{
- width:100%;
- font-size: .32rem;
- position: fixed;
- bottom: 0;
- left: 0;
- background: #e5ecfc;
- z-index: 66;
- display: flex;
- justify-content: space-between;
- .back,.next{
- display: inline-block;
- height: .88rem;
- line-height: .88rem;
- text-align: center;
- vertical-align: top;
- }
- .back{
- width: 40%;
- color: #0043E8;
- }
- .next{
- width: 58%;
- color: #fff;
- background: linear-gradient(-270deg, #4F4FFF,#4F8BFF);
- }
- }
- .over{
- font-size: .24rem !important;
- }
- .label{
- padding-bottom: .2rem;
- .symp{
- display: inline-block;
- min-width:1.9rem;
- height: .74rem;
- line-height: .74rem;
- border: 1px solid #DFE0E4;
- border-radius: .08rem;
- text-align: center;
- color: #7C828E;
- margin: 0 .25rem .3rem 0;
- padding: 0 .05rem;
- box-sizing: border-box;
- }
- /* .symp:nth-child(3n+2){
- margin-left: 0;
- } */
- .over{
- font-size: .24rem !important;
- }
- }
- .result{
- padding-right: .3rem;
- .title{
- color: #4F50FF;
- padding-left: .1rem;
- border-left: .08rem solid #4F50FF;
- margin-bottom: .19rem;
- font-weight: 700;
- }
- p{
- color: #666;
- line-height: .44rem;
- }
- }
- .btscroll {
- position: fixed;
- height: 100%;
- width: 100%;
- left: 0;
- padding-left: .3rem;
- padding-right: .3rem;
- z-index: 99;
- box-sizing: border-box;
- .content {
- padding-bottom: 2.3rem;
- box-sizing: border-box;
- }
- }
- .toastWrapper {
- background-color: #000;
- }
|