base.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. // 公用less
  2. @font-size: 13.33333333vw !important;
  3. @theme-color:#4F50FF;
  4. .mask{
  5. width:100%;
  6. height: 100%;
  7. position: fixed;
  8. top:0;
  9. left: 0;
  10. background:rgba(0,0,0,.5);
  11. }
  12. .footer{
  13. width:100%;
  14. height: .88rem;
  15. line-height: .88rem;
  16. text-align: center;
  17. color:#fff;
  18. font-size: .32rem;
  19. background: linear-gradient(-270deg, #4F4FFF,#4F8BFF);
  20. position: fixed;
  21. bottom: 0;
  22. left: 0;
  23. z-index: 998;
  24. }
  25. .dbfooter{
  26. width:100%;
  27. font-size: .32rem;
  28. position: fixed;
  29. bottom: 0;
  30. left: 0;
  31. background: #e5ecfc;
  32. z-index: 66;
  33. display: flex;
  34. justify-content: space-between;
  35. .back,.next{
  36. display: inline-block;
  37. height: .88rem;
  38. line-height: .88rem;
  39. text-align: center;
  40. vertical-align: top;
  41. }
  42. .back{
  43. width: 40%;
  44. color: #0043E8;
  45. }
  46. .next{
  47. width: 58%;
  48. color: #fff;
  49. background: linear-gradient(-270deg, #4F4FFF,#4F8BFF);
  50. }
  51. }
  52. .over{
  53. font-size: .24rem !important;
  54. }
  55. .label{
  56. padding-bottom: .2rem;
  57. .symp{
  58. display: inline-block;
  59. min-width:1.9rem;
  60. height: .74rem;
  61. line-height: .74rem;
  62. border: 1px solid #DFE0E4;
  63. border-radius: .08rem;
  64. text-align: center;
  65. color: #7C828E;
  66. margin: 0 .25rem .3rem 0;
  67. padding: 0 .05rem;
  68. box-sizing: border-box;
  69. }
  70. /* .symp:nth-child(3n+2){
  71. margin-left: 0;
  72. } */
  73. .tip{
  74. color: #AAAAAA;
  75. margin-top: .2rem;
  76. font-size: .24rem;
  77. }
  78. .over{
  79. font-size: .24rem !important;
  80. }
  81. }
  82. .result{
  83. padding-right: .3rem;
  84. .title{
  85. color: #4F50FF;
  86. padding-left: .1rem;
  87. border-left: .08rem solid #4F50FF;
  88. margin-bottom: .19rem;
  89. font-weight: 700;
  90. }
  91. p{
  92. color: #666;
  93. line-height: .44rem;
  94. }
  95. }
  96. .btscroll {
  97. position: absolute;
  98. height: 100%;
  99. width: 100%;
  100. left: 0;
  101. padding-left: .3rem;
  102. padding-right: .3rem;
  103. z-index: 99;
  104. box-sizing: border-box;
  105. .content {
  106. padding-bottom: 2.3rem;
  107. box-sizing: border-box;
  108. }
  109. }
  110. .toastWrapper {
  111. background-color: #000;
  112. }