style.css 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. .pr{position: relative;}
  20. .pbr{background-color: #ffffff;border-radius: 20rpx;position: relative;z-index: 1;}
  21. .overa{overflow: auto;}
  22. .over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  23. .overtwo{word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
  24. .navbg{width: 100%;position: absolute;left: 0;right: 0;top: 0;z-index: 0;}
  25. .shax {font-size: 30rpx;color: #666;text-align: center;padding: 20rpx 0;}
  26. .rhbtn{width: 100%;height: 88rpx;display: flex;align-items: center;justify-content: center;
  27. font-weight: bold;font-size: 26rpx;color: #FFFFFF;background: #0256FD;border-radius: 20rpx;}
  28. .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;}
  29. .bg45{background: #45CB99 !important;}
  30. .fjbtns{font-weight: 500;font-size: 26rpx;margin-left: 36rpx;}
  31. .fjtxt{font-weight: bold;font-size: 26rpx;color: #222327;}
  32. .txr{text-align: right;}
  33. .overh{overflow: hidden;}
  34. .delleft{background-color: #ffffff;border-radius: 20rpx;position: relative;z-index: 1;}
  35. .fw5{font-weight: 500;}
  36. .f12{font-size: 24rpx;}
  37. .f13{font-size: 26rpx;}
  38. .coa{color: #aaaaaa;}
  39. .co6{color: #666666;}
  40. .co27{color: #272727;}
  41. .co01{color: #0156FE;}
  42. .cofe{color: #FE5A0E;}
  43. .co28{color: #28C529;}
  44. .coff{color: #FF6969 !important;}
  45. .cof7{color: #FF7E00;}
  46. .co02{color: #0256FD;}
  47. .cof6{color: #FF6161;}
  48. .co06{color: #06C770;}
  49. .pdlr12{padding: 0 24rpx;}
  50. .plr15{padding: 0 30rpx;}
  51. .pb10{padding-bottom: 20rpx !important;}
  52. .pt50{padding-top: 100rpx !important;}
  53. .ml10{margin-left: 20rpx;}
  54. .mr6{margin-right: 12rpx;}
  55. .mr12{margin-right: 24rpx;}
  56. .mb4{margin-bottom: 8rpx;}
  57. .mb5{margin-bottom: 10rpx;}
  58. .mb6{margin-bottom: 12rpx;}
  59. .mb9{margin-bottom: 18rpx !important;}
  60. .mb10{margin-bottom: 20rpx;}
  61. .mb12{margin-bottom: 24rpx;}
  62. .mb14{margin-bottom: 28rpx;}
  63. .mb15{margin-bottom: 30rpx;}
  64. .mb16{margin-bottom: 32rpx;}
  65. .mb18{margin-bottom: 36rpx;}
  66. .mb20{margin-bottom: 40rpx;}
  67. .mb22{margin-bottom: 44rpx;}
  68. .mb24{margin-bottom: 48rpx;}
  69. .mt6{margin-top: 12rpx;}
  70. .mt12{margin-top: 24rpx;}
  71. .mt40{margin-top: 80rpx;}
  72. .mt55{margin-top: 110rpx;}
  73. .mt63{margin-top: 126rpx;}