style.css 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. .flexcw{flex-wrap: wrap;display: flex;align-items: center;}
  9. .flexccc{display: flex;flex-direction: column;align-items: center;justify-content: center;}
  10. .flexjd{display: flex;justify-content: flex-end;}
  11. .flexdc{display: flex;flex-direction: column;}
  12. .flext{display: flex;align-items: flex-start;}
  13. .flexe{display: flex;justify-content: flex-end;}
  14. image{display: block !important;}
  15. .shax {font-size: 30rpx;color: #666;text-align: center;padding: 20rpx 0;}
  16. .overh{overflow: hidden;}
  17. .overa{overflow: auto;}
  18. .over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  19. .overtwo{word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
  20. .bgbox{background-color: rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 5;}
  21. /* .rfbtns{position: fixed;left: 0;right: 0;bottom: 0;height: 100rpx;background: #0BC872;font-weight: bold;display: flex;align-items: center;justify-content: center;font-size: 30rpx;color: #FFFFFF;} */
  22. .abtns{width: 100%;height: 88rpx;background: #0256FD;border-radius: 20rpx;font-weight: bold;font-size: 26rpx;color: #FFFFFF;display: flex;align-items: center;justify-content: center;}
  23. .txr{text-align: right;}
  24. .cofe{color: #FE5A0E !important;}
  25. .co02{color: #0256FD;}
  26. .pr{position: relative;}
  27. .plr12{padding: 0 24rpx;}
  28. .fw{font-weight: bold;}
  29. .fw5{font-weight: 500;}
  30. .mr28{margin-right: 56rpx;}
  31. .mt50{margin-top: 100rpx;}
  32. .mr6{margin-right: 12rpx;}
  33. .mr8{margin-right: 16rpx;}
  34. .mb2{margin-bottom: 4rpx;}
  35. .mb4{margin-bottom: 8rpx;}
  36. .mb5{margin-bottom: 10rpx;}
  37. .mb8{margin-bottom: 16rpx;}
  38. .mb10{margin-bottom: 20rpx !important;}
  39. .mb12{margin-bottom: 24rpx;}
  40. .mb14{margin-bottom: 28rpx;}
  41. .mb15{margin-bottom: 30rpx;}
  42. .mb30{margin-bottom: 60rpx;}