common.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. .lg_button{
  2. margin: auto;
  3. width: 90%;
  4. height: 80rpx;
  5. color: #FFFFFF;
  6. font-size: 34rpx;
  7. text-align: center;
  8. line-height: 80rpx;
  9. background: linear-gradient(90deg, #fc6035 0%, #fc6035 100%);
  10. border-radius: 49rpx;
  11. }
  12. page {
  13. color: #111111;
  14. }
  15. .bg-f8{
  16. background: #F8F8F8;
  17. }
  18. .line{
  19. height: 2rpx;
  20. background-color: #f8f8f8;
  21. }
  22. .line-height {
  23. line-height: 1;
  24. }
  25. .text-main{
  26. color: #fc6035 !important;
  27. }
  28. .text-26{
  29. font-size: 26rpx;
  30. font-family: PingFang SC;
  31. line-height: 33rpx;
  32. }
  33. .text-28{
  34. font-size: 28rpx;
  35. font-family: PingFang SC;
  36. line-height: 33rpx;
  37. }
  38. .text-32{
  39. font-size: 28rpx;
  40. font-family: PingFang SC;
  41. line-height: 33rpx;
  42. }
  43. .basic-1{
  44. width: 10%;
  45. }
  46. .basic-2{
  47. width: 20%;
  48. }
  49. .basic-3{
  50. width: 30%;
  51. }
  52. .basic-4{
  53. width: 40%;
  54. }
  55. .basic-5{
  56. width: 50%;
  57. }
  58. .basic-6{
  59. width: 60%;
  60. }
  61. .basic-7{
  62. width: 70%;
  63. }
  64. .basic-8{
  65. width: 80%;
  66. }
  67. .basic-9{
  68. width: 90%;
  69. }
  70. .basic-10{
  71. width: 100%;
  72. }
  73. .break-word{
  74. overflow-wrap:break-word;
  75. }
  76. .green-point{
  77. width: 10rpx;
  78. height: 10rpx;
  79. text-align: left;
  80. margin-right: 19rpx;
  81. background-color: #28D0A1;
  82. }
  83. .red-point{
  84. width: 10rpx;
  85. height: 10rpx;
  86. margin-right: 19rpx;
  87. background-color: #fc6035;
  88. }
  89. .back-main{
  90. background-color: #fc6035;
  91. }
  92. .border-bottom{
  93. border-bottom: 1px solid #C0C0C0;
  94. }
  95. .bg-main{
  96. background-color: #f3f3f3;
  97. }
  98. .bg-ff{
  99. background-color: #FFFFFF;
  100. }
  101. .col1{
  102. width: 100%;
  103. }
  104. .col2{
  105. width: 50%;
  106. }
  107. .col3{
  108. width: 33%;
  109. }
  110. .col4{
  111. width: 25%;
  112. }
  113. .col5{
  114. width: 20%;
  115. }
  116. .font-26 {
  117. font-size: 26rpx;
  118. }
  119. .font-30 {
  120. font-size: 30rpx;
  121. }
  122. .font-34 {
  123. font-size: 34rpx;
  124. }
  125. .font-38 {
  126. font-size: 38rpx;
  127. }
  128. .font-40 {
  129. font-size: 40rpx;
  130. }
  131. .color-99 {
  132. color: #999999;
  133. }
  134. .color-33 {
  135. color: #333333;
  136. }
  137. .color-66 {
  138. color: #666666;
  139. }
  140. .color-ff {
  141. color: #ffffff;
  142. }
  143. .color-11 {
  144. color: #111111;
  145. }
  146. .border-radius {
  147. border-radius: 50%;
  148. }