style.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. .flexcc{display: flex;align-items: center;justify-content: center;}
  7. .flexcj{display: flex;align-items: center;justify-content: space-between;}
  8. .flext{display: flex;align-items: flex-start;}
  9. .flexe{display: flex;justify-content: end;}
  10. .flexcw{display: flex;align-items: center;flex-wrap: wrap;}
  11. .flexcj{display: flex;align-items: center;justify-content: space-between;}
  12. .flexccc{display: flex;align-items: center;justify-content: center;flex-direction: column;}
  13. .flexw{display: flex;flex-wrap: wrap;}
  14. .clearf::after {
  15. content: "";
  16. display: block;
  17. clear: both;
  18. }
  19. .flexjs{justify-content: space-between;}
  20. .wordb{word-break: break-all;}
  21. .fsi{font-style: italic;}
  22. .w50{width: 50%;}
  23. .txr{text-align: right;}
  24. .txc{text-align: center;}
  25. .txl{text-align: left;}
  26. .pfixed{position: fixed;z-index: 5;left: 0;top: 0;right: 0;background: #ffffff;}
  27. .pfixedb{position: fixed;z-index: 5;left: 0;bottom: 0;right: 0;background: #FFFFFF;
  28. box-shadow: 0px 0px 16rpx 0px rgba(87,87,87,0.41);}
  29. .pr{position: relative;}
  30. image{display: block;}
  31. .bgf{background-color: #ffffff;}
  32. .overa{overflow: auto;}
  33. .over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  34. .overtwo{word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
  35. .bgbox{background-color: rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 5;}
  36. .regbox{width: 100%;min-height: 100vh;background-color: #ffffff;box-sizing: border-box;}
  37. .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;}
  38. .regbox .rimg{flex: 0 0 auto;margin-left: 12rpx;display: flex;align-items: center;justify-content: center;width: 40rpx;height: 40rpx;}
  39. .regbox .rimg image{width: 18rpx;height: 30rpx;}
  40. .regbox .apllytxt{font-size: 30rpx;font-weight: 500;color: #DF0024;margin-top: 26rpx;color: #AAAAAA;text-align: center;}
  41. .regbox .apllytxt text{color: #DF0024;padding-right: 16rpx;font-size: 30rpx;}
  42. .shax {font-size: 30rpx;color: #666;text-align: center;padding: 20rpx 0;}
  43. .pregbox{padding: 160rpx 56rpx 160rpx;}
  44. .rzbfot{padding:28rpx 34rpx 68rpx;position: fixed;left: 0;right: 0;bottom: 0;background-color: #ffffff;}
  45. .rzbtn{width: 100%;background: #00A9F0;border-radius:10rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 30rpx;color: #FFFFFF;}
  46. .rzbtnadd{width: 100%;border-radius:10rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 30rpx;
  47. background:#EBF3FF;color: #00A9F0; }
  48. .rzbtnadd image{width: 30rpx;height: 30rpx;margin-right: 10rpx;}
  49. .fwbtns{position: fixed;left: 0;right: 0;bottom: 0;height: 98rpx;font-weight: 500;
  50. font-size: 30rpx;color: #FFFFFF;background: #00A9F0;text-align: center;line-height: 98rpx;}
  51. .h50{height: 100rpx;}
  52. .lh17{line-height: 34rpx;}
  53. .mt3{margin-top: 6rpx;}
  54. .mt8{margin-top: 16rpx;}
  55. .mt4{margin-top: 8rpx;}
  56. .mt12{margin-top: 24rpx;}
  57. .mt18{margin-top: 36rpx;}
  58. .mt24{margin-top: 48rpx;}
  59. .mt26{margin-top: 52rpx;}
  60. .mt38{margin-top: 76rpx;}
  61. .mt50{margin-top: 100rpx;}
  62. .mb2{margin-bottom: 4rpx !important;}
  63. .mb9{margin-bottom: 18rpx !important;}
  64. .mb12{margin-bottom: 24rpx !important;}
  65. .mb16{margin-bottom: 32rpx !important;}
  66. .mb18{margin-bottom: 36rpx;}
  67. .mb19{margin-bottom: 38rpx;}
  68. .mb20{margin-bottom: 40rpx;}
  69. .mb22{margin-bottom: 44rpx;}
  70. .mb24{margin-bottom: 48rpx;}
  71. .mb26{margin-bottom: 52rpx;}
  72. .mb28{margin-bottom: 56rpx;}
  73. .ml4{margin-left: 8rpx;}
  74. .ml8{margin-left: 16rpx;}
  75. .ml33{margin-left: 66rpx;}
  76. .pb12{padding-bottom: 24rpx;}
  77. .pt17{padding-top: 34rpx;}
  78. .ptb15{padding: 30rpx 0;}
  79. .plr10{padding: 0 20rpx;}
  80. .plr12{padding: 0 24rpx;}
  81. .plr18{padding: 0 36rpx;}
  82. .fw{font-weight: bold;}
  83. .fw5{font-weight: 500;}
  84. .fwn{font-weight: normal;}
  85. .f12{font-size: 24rpx !important;}
  86. .f15{font-size: 30rpx;}
  87. .f20{font-size: 40rpx !important;}
  88. .co23{color: #222327;}
  89. .coa{color: #AAAAAA !important;;}
  90. .co1y{color: #17CF5F !important;}
  91. .co1l{color: #1792E5 !important;}
  92. .cof6{color: #FF6969;}
  93. .cof64{color: #FF6400 !important;}
  94. .co0a{color: #00A9F0 !important;}
  95. .co28{color: #28C529;}