base.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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: 1000;
  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. .over{
  74. font-size: .24rem !important;
  75. }
  76. }
  77. .result{
  78. padding-right: .3rem;
  79. .title{
  80. color: #4F50FF;
  81. padding-left: .1rem;
  82. border-left: .08rem solid #4F50FF;
  83. margin-bottom: .19rem;
  84. font-weight: 700;
  85. }
  86. p{
  87. color: #666;
  88. line-height: .44rem;
  89. }
  90. }
  91. .btscroll {
  92. position: fixed;
  93. height: 100%;
  94. width: 100%;
  95. left: 0;
  96. padding-left: .3rem;
  97. padding-right: .3rem;
  98. z-index: 99;
  99. box-sizing: border-box;
  100. .content {
  101. padding-bottom: 2.3rem;
  102. box-sizing: border-box;
  103. }
  104. }
  105. .toastWrapper {
  106. background-color: #000;
  107. }