common.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. page {
  2. color: #111111;
  3. }
  4. .line{
  5. height: 2rpx;
  6. background-color: #f8f8f8;
  7. }
  8. .line-height {
  9. line-height: 1;
  10. }
  11. .text-main{
  12. color: #fc6035 !important;
  13. }
  14. .text-26{
  15. font-size: 26rpx;
  16. font-family: PingFang SC;
  17. line-height: 33rpx;
  18. }
  19. .text-28{
  20. font-size: 28rpx;
  21. font-family: PingFang SC;
  22. line-height: 33rpx;
  23. }
  24. .text-32{
  25. font-size: 28rpx;
  26. font-family: PingFang SC;
  27. line-height: 33rpx;
  28. }
  29. .basic-1{
  30. width: 10%;
  31. }
  32. .basic-2{
  33. width: 20%;
  34. }
  35. .basic-3{
  36. width: 30%;
  37. }
  38. .basic-4{
  39. width: 40%;
  40. }
  41. .basic-5{
  42. width: 50%;
  43. }
  44. .basic-6{
  45. width: 60%;
  46. }
  47. .basic-7{
  48. width: 70%;
  49. }
  50. .basic-8{
  51. width: 80%;
  52. }
  53. .basic-9{
  54. width: 90%;
  55. }
  56. .basic-10{
  57. width: 100%;
  58. }
  59. .break-word{
  60. overflow-wrap:break-word;
  61. }
  62. .back-main{
  63. background-color: #fc6035;
  64. }
  65. .bg-integral {
  66. background-color: #F7C400;
  67. }
  68. .border-bottom{
  69. border-bottom: 1px solid #C0C0C0;
  70. }
  71. .bg-main{
  72. background-color: #f3f3f3;
  73. }
  74. .bg-ff{
  75. background-color: #FFFFFF;
  76. }
  77. .bg-f8{
  78. background: #F8F8F8;
  79. }
  80. .col1{
  81. width: 100%;
  82. }
  83. .col2{
  84. width: 50%;
  85. }
  86. .col3{
  87. width: 33%;
  88. }
  89. .col4{
  90. width: 25%;
  91. }
  92. .col5{
  93. width: 20%;
  94. }
  95. .font-26 {
  96. font-size: 26rpx;
  97. }
  98. .font-30 {
  99. font-size: 30rpx;
  100. }
  101. .font-34 {
  102. font-size: 34rpx;
  103. }
  104. .font-38 {
  105. font-size: 38rpx;
  106. }
  107. .font-40 {
  108. font-size: 40rpx;
  109. }
  110. .color-99 {
  111. color: #999999;
  112. }
  113. .color-33 {
  114. color: #333333;
  115. }
  116. .color-66 {
  117. color: #666666;
  118. }
  119. .color-ff {
  120. color: #ffffff;
  121. }
  122. .color-11 {
  123. color: #111111;
  124. }
  125. .color-00 {
  126. color: #000000;
  127. }
  128. .color-cc {
  129. color: #cccccc;
  130. }
  131. .border-radius {
  132. border-radius: 50%;
  133. }
  134. .active-border {
  135. border: 1px solid #fc6035 !important;
  136. }
  137. .active-bg {
  138. background-color: #fc6035 !important;
  139. border: 1px solid #fc6035 !important;
  140. color: #fff !important;
  141. }
  142. .margin-top15 {
  143. margin-top: 15rpx;
  144. }
  145. .banner-img {
  146. width: 750rpx;
  147. height: 282rpx;
  148. }
  149. .button-container {
  150. position: fixed;
  151. left: 0rpx;
  152. bottom: 0rpx;
  153. height: 130rpx;
  154. background-color: #F3F3F3;
  155. z-index: 999;
  156. width: 100%;
  157. text-align: center;
  158. }
  159. .submit-button {
  160. display: flex;
  161. align-items: center;
  162. justify-content: center;
  163. width: 640rpx;
  164. height: 90rpx;
  165. margin: 20rpx auto;
  166. border-radius: 20rpx !important;
  167. background-color: #FC6035;
  168. border-radius: 20rpx !important;
  169. color: white;
  170. // vertical-align: middle;
  171. // line-height: 3;
  172. }
  173. .qrcode-canvas {
  174. width: 0 !important;
  175. height: 0 !important;
  176. overflow: hidden !important;
  177. }