style.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. .flex{display: flex;}
  2. .flexc{display: flex;align-items: center;}
  3. .flex1{flex: 1;}
  4. .flex0{flex: 0 0 auto;}
  5. .flex01{flex: 0 1 auto;}
  6. .flexjc{justify-content: center;}
  7. .flexcj{display: flex;align-items: center;justify-content: space-between;}
  8. .flexcja{display: flex;align-items: center !important;justify-content: space-between;}
  9. .flextj{display: flex;align-items: flex-start;justify-content: space-between;}
  10. .flexcc{display: flex;align-items: center;justify-content: center;}
  11. .flext{display: flex;align-items: flex-start;}
  12. .flexdc{display: flex;flex-direction: column;}
  13. .flexcdc{display: flex;align-items: center;flex-direction: column;}
  14. .flexccc{display: flex;align-items: center;flex-direction: column;justify-content: center;}
  15. .flexcw{display: flex;flex-wrap: wrap;}
  16. .clearf::after {
  17. content: "";
  18. display: block;
  19. clear: both;
  20. }
  21. .flexjs{justify-content: space-between;}
  22. .wordb{word-break: break-all;}
  23. .fsi{font-style: italic;}
  24. .w50{width: 50%;}
  25. .tc{text-align: center;}
  26. .txr{text-align: right;}
  27. .txc{text-align: center;}
  28. .txl{text-align: left;}
  29. .pfixed{position: fixed;z-index: 5;left: 0;top: 0;right: 0;background: #ffffff;}
  30. .pfixedb{position: fixed;z-index: 5;left: 0;bottom: 0;right: 0;background: #FFFFFF;
  31. box-shadow: 0px 0px 16rpx 0px rgba(87,87,87,0.41);}
  32. .pr{position: relative;}
  33. image{display: block;}
  34. .bgf{background-color: #ffffff;border-radius: 14rpx;}
  35. .overa{overflow: auto;}
  36. .over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  37. .overtwo{word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
  38. .bgbox{background-color: rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 2;}
  39. .regbox{width: 100%;min-height: 100vh;background-color: #ffffff;box-sizing: border-box;}
  40. .regbox .rbtn{width: 100%;height: 98rpx;background: #D32C26;border-radius: 49rpx;text-align: center;line-height: 98rpx;font-size: 32rpx;font-weight: bold;color: #FFFEFE;}
  41. .regbox .rimg{flex: 0 0 auto;margin-left: 12rpx;display: flex;align-items: center;justify-content: center;width: 40rpx;height: 40rpx;}
  42. .regbox .rimg image{width: 18rpx;height: 30rpx;}
  43. .regbox .apllytxt{font-size: 30rpx;font-weight: 500;color: #DF0024;margin-top: 26rpx;color: #AAAAAA;text-align: center;}
  44. .regbox .apllytxt text{color: #DF0024;padding-right: 16rpx;font-size: 30rpx;}
  45. .pregbox{padding: 160rpx 56rpx 96rpx;}
  46. .shax {font-size: 30rpx;color: #666;text-align: center;padding: 20rpx 0;}
  47. .navbg{width: 100%;height: 692rpx;position: absolute;left: 0;right: 0;top: 0;z-index: -1;}
  48. .rebtn{height: 98rpx;background: #D32C26;border-radius: 48rpx;font-size: 34rpx;font-weight: 500;
  49. color: #FFFFFF;flex: 1;display: flex;align-items: center;justify-content: center;}
  50. .rebtn.btn1{background-color:#C6C6C6;}
  51. .rebtndel{height: 98rpx;border-radius: 48rpx;font-size: 34rpx;font-weight: 500;
  52. color: #DF0024;flex: 1;display: flex;align-items: center;justify-content: center;border: 2rpx solid #DF0024;box-sizing: border-box;}
  53. .fbtns{display: flex;align-items: center;position: fixed;left: 0;right: 0;bottom: 0;background-color: #f1f1f1;padding: 36rpx;z-index: 2;}
  54. .delboxs{font-size: 30rpx;color: #FE5A0E;padding:0 20rpx;}
  55. .zhaddbtn{width:100%;height: 100rpx;background: #D32C26;position: fixed;left: 0;right: 0;bottom: 0;z-index: 1;font-size: 34rpx;font-weight: 500;
  56. color: #FFFFFF;display: flex;align-items: center;justify-content: center;}
  57. .w13{width: 26rpx;}
  58. .cof{color: #ffffff;}
  59. .cod{color: #dddddd;}
  60. .coa{color: #AAAAAA;}
  61. .co47{color: #D32C26;}
  62. .co16{color: #161616;}
  63. .co6{color: #666666;}
  64. .co33{color: #336AD5;}
  65. .coed{color: #ED7B4C;}
  66. .co5c{color: #5CC37D;}
  67. .coeb{color: #EB5663;}
  68. .co8e{color: #8E8E8E;}
  69. .c37{color: #374C82;}
  70. .cfe{color: #FE6A7F;}
  71. .c6b{color: #6B7390;}
  72. .cff2{color: #FF2D4F;}
  73. .f13{font-size: 26rpx;}
  74. .f14{font-size: 28rpx;}
  75. .f15{font-size: 30rpx;}
  76. .f16{font-size: 32rpx;}
  77. .f17{font-size: 34rpx;}
  78. .f18{font-size: 36rpx;}
  79. .f19{font-size: 38rpx;}
  80. .f25{font-size: 50rpx;}
  81. .f30{font-size: 60rpx;}
  82. .ml2{margin-left: 4rpx;}
  83. .ml6{margin-left: 12rpx;}
  84. .ml10{margin-left: 20rpx;}
  85. .mr10{margin-right: 20rpx;}
  86. .mr20{margin-right: 40rpx !important;}
  87. .mt12{margin-top: 24rpx;}
  88. .mt15{margin-top: 30rpx;}
  89. .mt20{margin-top: 40rpx;}
  90. .mt26{margin-top: 52rpx;}
  91. .mt30{margin-top: 60rpx;}
  92. .mt40{margin-top: 80rpx;}
  93. .mt50{margin-top: 100rpx;}
  94. .mb4{margin-bottom: 8rpx;}
  95. .mb5{margin-bottom: 10rpx;}
  96. .mb6{margin-bottom: 12rpx;}
  97. .mb8{margin-bottom: 16rpx;}
  98. .mb10{margin-bottom: 20rpx;}
  99. .mb12{margin-bottom: 24rpx;}
  100. .mb15{margin-bottom: 30rpx;}
  101. .mb16{margin-bottom: 32rpx;}
  102. .mb18{margin-bottom: 36rpx;}
  103. .mb20{margin-bottom: 40rpx;}
  104. .mb24{margin-bottom: 48rpx;}
  105. .mb28{margin-bottom: 56rpx !important;}
  106. .mb30{margin-bottom: 60rpx;}
  107. .mlr12{margin: 0 24rpx;}
  108. .lh18{line-height: 36rpx;}
  109. .lh20{line-height: 40rpx;}
  110. .lh24{line-height: 48rpx;}
  111. .pl7{padding-left: 14rpx;}
  112. .pl8{padding-left: 16rpx;}
  113. .pl10{padding-left: 20rpx !important;}
  114. .pl16{padding-left: 32rpx;}
  115. .pr4{padding-right: 8rpx;}
  116. .pr8{padding-right: 16rpx;}
  117. .pt5{padding-top: 10rpx;}
  118. .pt12{padding-top: 24rpx;}
  119. .pt20{padding-top: 40rpx;}
  120. .pt80{padding-top: 160rpx;}
  121. .pb15{padding-bottom: 30rpx;}
  122. .pb18{padding-bottom: 36rpx;}
  123. .plr12{padding: 0 24rpx;}
  124. .plr13{padding: 0 26rpx;}
  125. .plr16{padding: 0 32rpx;}
  126. .plr18{padding: 0 36rpx;}
  127. .plr28{padding: 0 56rpx;}
  128. .ptb4{padding: 8rpx 0;}
  129. .ptb6{padding: 12rpx 0;}
  130. .ptb10{padding: 20rpx 0;}
  131. .fw{font-weight: bold;}
  132. .fw5{font-weight: 500;}
  133. .fwn{font-weight: normal;}
  134. /* 新写的 */
  135. .f12{font-size: 24rpx;}
  136. .cof1{color: #F1F1F1;}
  137. .w50{width: 50% !important;}
  138. .mw50{min-width: 50%;}
  139. .lh18{line-height: 36rpx;}
  140. .pt8{padding-top: 16rpx;}
  141. .plr15{padding:0 30rpx;}
  142. .plr2{padding:0 4rpx;}
  143. .mt16{margin-top: 32rpx;}
  144. .yybox{width: 100%;height: 100vh;box-sizing: border-box;display: flex;flex-direction: column;background-color: #F5F5F5;}
  145. .yydet{flex: 1;overflow: auto;z-index: 2;position: relative;display: flex;flex-direction: column;}
  146. .yyfbtn{width: 100%;height: 90rpx;background: #0391fd;font-size: 28rpx;font-weight: 500;color: #FFFFFF;
  147. position: fixed;left: 0;right: 0;bottom: 0;
  148. }
  149. /* 新写的end */