style.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. .flexcw{display: flex;align-items: center;flex-wrap: wrap;}
  10. .flexcj{display: flex;align-items: center;justify-content: space-between;}
  11. .flexccc{display: flex;align-items: center;justify-content: center;flex-direction: column;}
  12. .flexw{display: flex;flex-wrap: wrap;}
  13. .clearf::after {
  14. content: "";
  15. display: block;
  16. clear: both;
  17. }
  18. .flexjs{justify-content: space-between;}
  19. .wordb{word-break: break-all;}
  20. .fsi{font-style: italic;}
  21. .w50{width: 50%;}
  22. .txr{text-align: right;}
  23. .txc{text-align: center;}
  24. .txl{text-align: left;}
  25. .pfixed{position: fixed;z-index: 5;left: 0;top: 0;right: 0;background: #ffffff;}
  26. .pfixedb{position: fixed;z-index: 5;left: 0;bottom: 0;right: 0;background: #FFFFFF;
  27. box-shadow: 0px 0px 16rpx 0px rgba(87,87,87,0.41);}
  28. .pr{position: relative;}
  29. image{display: block;}
  30. .bgf{background-color: #ffffff;border-radius: 14rpx;}
  31. .overa{overflow: auto;}
  32. .over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  33. .overtwo{word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
  34. .bgbox{background-color: rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 2;}
  35. .regbox{width: 100%;min-height: 100vh;background-color: #ffffff;box-sizing: border-box;}
  36. .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;}
  37. .regbox .rimg{flex: 0 0 auto;margin-left: 12rpx;display: flex;align-items: center;justify-content: center;width: 40rpx;height: 40rpx;}
  38. .regbox .rimg image{width: 18rpx;height: 30rpx;}
  39. .regbox .apllytxt{font-size: 30rpx;font-weight: 500;color: #DF0024;margin-top: 26rpx;color: #AAAAAA;text-align: center;}
  40. .regbox .apllytxt text{color: #DF0024;padding-right: 16rpx;font-size: 30rpx;}
  41. .shax {font-size: 30rpx;color: #666;text-align: center;padding: 20rpx 0;}
  42. .pregbox{padding: 160rpx 56rpx 160rpx;}
  43. .mt4{margin-top: 8rpx;}
  44. .mt12{margin-top: 24rpx;}
  45. .mt50{margin-top: 100rpx;}
  46. .mb12{margin-bottom: 24rpx !important;}
  47. .mb19{margin-bottom: 38rpx;}
  48. .mb22{margin-bottom: 44rpx;}
  49. .mb24{margin-bottom: 48rpx;}
  50. .mb26{margin-bottom: 52rpx;}
  51. .ml4{margin-left: 8rpx;}
  52. .ml8{margin-left: 16rpx;}
  53. .pb12{padding-bottom: 24rpx;}
  54. .fw{font-weight: bold;}
  55. .fw5{font-weight: 500;}
  56. .fwn{font-weight: normal;}
  57. .f12{font-size: 24rpx;}
  58. .f15{font-size: 30rpx;}
  59. .co23{color: #222327;}
  60. .coa{color: #AAAAAA;}
  61. .co1y{color: #17CF5F !important;}
  62. .co1l{color: #1792E5 !important;}
  63. .cof6{color: #FF6969;}