style.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. .flext{display: flex;align-items: flex-start;}
  9. .flexe{display: flex;justify-content: flex-end;}
  10. .clearf::after {
  11. content: "";
  12. display: block;
  13. clear: both;
  14. }
  15. .txr{text-align: right;}
  16. .overa{overflow: auto;}
  17. .over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  18. .overtwo{word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
  19. .navbg{width: 100%;position: absolute;left: 0;right: 0;top: 0;z-index: -1;}
  20. .shax {font-size: 30rpx;color: #666;text-align: center;padding: 20rpx 0;}
  21. .rhbtn{width: 100%;height: 80rpx;display: flex;align-items: center;justify-content: center;
  22. font-weight: bold;font-size: 26rpx;color: #FFFFFF;background: #0256FD;border-radius: 20rpx;}
  23. .bgbox{background-color: rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 5;}
  24. .pr{position: relative;}
  25. .f12{font-size: 24rpx;}
  26. .co01{color: #0156FE;}
  27. .cofe{color: #FE5A0E;}
  28. .co28{color: #28C529;}
  29. .cof4{color: #F40027;}
  30. .coff{color: #FF6969 !important;}
  31. .coa{color:#aaaaaa;}
  32. .pb16{padding-bottom: 32rpx;}
  33. .mlr4{margin: 0 8rpx;}
  34. .plr6{padding: 0 12rpx;}
  35. .mr12{margin-right: 24rpx;}
  36. .mb4{margin-bottom: 8rpx;}
  37. .mb6{margin-bottom: 12rpx;}
  38. .mb9{margin-bottom: 18rpx !important;}
  39. .mb10{margin-bottom: 20rpx;}
  40. .mb13{margin-bottom: 26rpx;}
  41. .mb14{margin-bottom: 28rpx;}
  42. .mb16{margin-bottom: 32rpx;}
  43. .mb18{margin-bottom: 36rpx !important;}
  44. .mb22{margin-bottom: 44rpx;}
  45. .mt10{margin-top: 20rpx;}
  46. .mt12{margin-top: 24rpx;}
  47. .mt18{margin-top: 36rpx;}
  48. .mt30{margin-top: 60rpx;}
  49. .mt63{margin-top: 126rpx;}