style.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .flex{display: flex;}
  2. .flexc{display: flex;align-items: center;}
  3. .flexcc{display: flex;align-items: center;justify-content: center;}
  4. .flex1{flex: 1;}
  5. .flex0{flex: 0 0 auto;}
  6. .flex01{flex: 0 1 auto;}
  7. .flexcj{display: flex;align-items: center;justify-content: space-between;}
  8. .flexdcc{display: flex;align-items: center;justify-content: center;flex-direction: column;}
  9. .flexdc{display: flex;flex-direction: column;}
  10. .flecw{display: flex;flex-wrap: wrap;}
  11. .flext{display: flex;align-items: flex-start;}
  12. .flexjd{display: flex;justify-content: flex-end;}
  13. .bgbox{background-color: rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 5;}
  14. .clearf::after {
  15. content: "";
  16. display: block;
  17. clear: both;
  18. }
  19. .overa{overflow: auto;}
  20. .over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  21. .overtwo{word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
  22. .navbg{width: 100%;position: absolute;left: 0;right: 0;top: 0;z-index: 0;}
  23. .shax {font-size: 30rpx;color: #666;text-align: center;padding: 20rpx 0;}
  24. .rhbtn{width: 100%;height: 88rpx;display: flex;align-items: center;justify-content: center;
  25. font-weight: bold;font-size: 26rpx;color: #FFFFFF;background: #0256FD;border-radius: 20rpx;}
  26. .rfbtn{height: 98rpx;display: flex;align-items: center;justify-content: center;font-weight: bold;position: fixed;left: 0;right: 0;bottom: 0;z-index: 2;font-size: 26rpx;color: #FFFFFF;background: #0156FE;}
  27. .bg45{background: #45CB99 !important;}
  28. .fjbtns{font-weight: 500;font-size: 26rpx;margin-left: 36rpx;}
  29. .fjtxt{font-weight: bold;font-size: 26rpx;color: #222327;}
  30. .txr{text-align: right;}
  31. .fw5{font-weight: 500;}
  32. .f12{font-size: 24rpx;}
  33. .f13{font-size: 26rpx;}
  34. .coa{color: #aaaaaa;}
  35. .co27{color: #272727;}
  36. .co01{color: #0156FE;}
  37. .cofe{color: #FE5A0E;}
  38. .co28{color: #28C529;}
  39. .coff{color: #FF6969 !important;}
  40. .cof7{color: #FF7E00;}
  41. .co02{color: #0256FD;}
  42. .cof6{color: #FF6161;}
  43. .co06{color: #06C770;}
  44. .pdlr12{padding: 0 24rpx;}
  45. .ml10{margin-left: 20rpx;}
  46. .mr6{margin-right: 12rpx;}
  47. .mr12{margin-right: 24rpx;}
  48. .mb4{margin-bottom: 8rpx;}
  49. .mb5{margin-bottom: 10rpx;}
  50. .mb6{margin-bottom: 12rpx;}
  51. .mb9{margin-bottom: 18rpx !important;}
  52. .mb10{margin-bottom: 20rpx;}
  53. .mb12{margin-bottom: 24rpx;}
  54. .mb14{margin-bottom: 28rpx;}
  55. .mb16{margin-bottom: 32rpx;}
  56. .mb18{margin-bottom: 36rpx;}
  57. .mb20{margin-bottom: 40rpx;}
  58. .mb22{margin-bottom: 44rpx;}
  59. .mb24{margin-bottom: 48rpx;}
  60. .mt6{margin-top: 12rpx;}
  61. .mt12{margin-top: 24rpx;}
  62. .mt40{margin-top: 80rpx;}
  63. .mt55{margin-top: 110rpx;}
  64. .mt63{margin-top: 126rpx;}