style.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. .flex{display: flex;}
  2. .flexc{display: flex;align-items: center;}
  3. .flex1{flex: 1 !important;}
  4. .flex0{flex: 0 0 auto;}
  5. .flex01{flex: 0 1 auto;}
  6. .flexdc{display: flex;flex-direction: column;flex: 1;}
  7. .flexcc{display: flex;align-items: center;justify-content: center;}
  8. .clearf::after {
  9. content: "";
  10. display: block;
  11. clear: both;
  12. }
  13. .flexjs{justify-content: space-between;}
  14. .wordb{word-break: break-all;}
  15. .fsi{font-style: italic;}
  16. .w50{width: 50%;}
  17. .txr{text-align: right;}
  18. .txc{text-align: center;}
  19. .txl{text-align: left;}
  20. .pfixed{position: fixed;z-index: 5;left: 0;top: 0;right: 0;background: #ffffff;}
  21. .pfixedb{position: fixed;z-index: 5;left: 0;bottom: 0;right: 0;background: #FFFFFF;
  22. box-shadow: 0px 0px 16rpx 0px rgba(87,87,87,0.41);}
  23. .pr{position: relative;}
  24. image{display: block;}
  25. .bgf{background-color: #ffffff;border-radius: 14rpx;}
  26. .overa{overflow: auto;}
  27. .over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  28. .overtwo{word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
  29. .bgbox{background-color: rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 5;}
  30. .regbox{width: 100%;min-height: 100vh;background-color: #ffffff;box-sizing: border-box;}
  31. .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;}
  32. .regbox .rimg{flex: 0 0 auto;margin-left: 12rpx;display: flex;align-items: center;justify-content: center;width: 40rpx;height: 40rpx;}
  33. .regbox .rimg image{width: 18rpx;height: 30rpx;}
  34. .regbox .apllytxt{font-size: 30rpx;font-weight: 500;color: #DF0024;margin-top: 26rpx;color: #AAAAAA;text-align: center;}
  35. .regbox .apllytxt text{color: #DF0024;padding-right: 16rpx;font-size: 30rpx;}
  36. .shax {font-size: 30rpx;color: #666;text-align: center;padding: 20rpx 0;}
  37. .pregbox{padding: 160rpx 56rpx;}
  38. .mt50{margin-top: 100rpx;}
  39. .mb24{margin-bottom: 48rpx;}
  40. .fw{font-weight: bold;}
  41. .fw5{font-weight: 500;}
  42. .fwn{font-weight: normal;}
  43. /* 新 */
  44. .f12{font-size: 24rpx;}
  45. .wb100{width: 100%;}
  46. .co34{color: #343434;}
  47. .co6{color: #666666;}
  48. .co0b{color: #00B034 !important;}
  49. .co1d{color: #1D64E2 !important;}
  50. .cof0{color: #ff0000;}
  51. .coa{color: #aaaaaa !important;}
  52. .cofe{color: #FE5A0E !important;}
  53. .co22{color: #222327 !important;}
  54. .coe2{color: #E2702C !important;}
  55. .co83{color: #8344D6 !important;}
  56. .mb8{margin-bottom: 16rpx !important;}
  57. .mb10{margin-bottom: 20rpx !important;}
  58. .mb11{margin-bottom: 22rpx !important;}
  59. .mb14{margin-bottom: 28rpx;}
  60. .mb16{margin-bottom: 32rpx;}
  61. .mb18{margin-bottom: 36rpx;}
  62. .mb20{margin-bottom: 40rpx;}
  63. .mb22{margin-bottom: 44rpx;}
  64. .mb25{margin-bottom: 50rpx;}
  65. .mb27{margin-bottom: 54rpx;}
  66. .mb28{margin-bottom: 56rpx;}
  67. .mb32{margin-bottom: 64rpx;}
  68. .mr24{margin-right: 48rpx;}
  69. .mt2{margin-top: 4rpx;}
  70. .mt9{margin-top: 18rpx;}
  71. .mt14{margin-top: 28rpx;}
  72. .mt18{margin-top: 36rpx;}
  73. .mt22{margin-top: 44rpx;}
  74. .fmt30{margin-top: -60rpx !important;}
  75. .ml6{margin-left: 12rpx;}
  76. .mr10{margin-right: 20rpx;}
  77. .pl12{padding-left: 24rpx;}
  78. .plr12{padding: 0 24rpx;}
  79. .pt36{margin-top: 72rpx;}
  80. .pb8{padding-bottom: 16rpx;}
  81. .pb50{padding-bottom: 100rpx;}
  82. .ptb2{padding-bottom: 4rpx;padding-top: 4rpx;}
  83. .ptb12{padding-bottom: 24rpx;padding-top: 24rpx;}
  84. .flext{display: flex;align-items: flex-start;}
  85. .flexcw{display: flex;align-items: center;flex-wrap: wrap;}
  86. .flexcj{display: flex;align-items: center;justify-content: space-between;}
  87. .flexccc{display: flex;align-items: center;justify-content: center;flex-direction: column;}
  88. .flexw{display: flex;flex-wrap: wrap;}
  89. .brbtns{height: 80rpx;font-weight: bold;font-size: 30rpx;color: #FFFFFF;background: #1D64E2;border-radius: 40rpx;line-height: 80rpx;text-align: center;margin: 54rpx 24rpx 34rpx;}
  90. /* 搜索 */
  91. .search{width: 100%;height: 68rpx;background: #0C49B5;;border-radius: 38rpx;display: flex;align-items: center;justify-content: center;padding: 0 24rpx;margin-bottom: 30rpx;}
  92. .searchbg{height: 80rpx !important;background: #EFEFEF !important;}
  93. .searchbg input{color: #222327 !important;}
  94. .searchbg /deep/ .uni-input-placeholder{color: #AAAAAA !important;}
  95. .search image{width: 24rpx;height: 24rpx;margin-right: 26rpx;flex: 0 0 auto;}
  96. .search input{font-size: 26rpx;font-weight: 500;color: #ffffff;}
  97. .search /deep/ .uni-input-placeholder{color: #5E8CDF;}
  98. .czbtns{width:80rpx;height:80rpx;font-size:30rpx;display: flex;color:#1D64E2;align-items: center;
  99. justify-content: center;margin-left:10rpx;}
  100. .fwbtns{position: fixed;left: 0;right: 0;bottom: 0;height: 98rpx;font-weight: 500;
  101. font-size: 30rpx;
  102. color: #FFFFFF;background: #1D64E2;text-align: center;line-height: 98rpx;}
  103. .addbox .lbtabp{display: flex;align-items: center;flex: 0 0 auto;margin-left: 24rpx;height: 100%;justify-content: flex-end;
  104. view{font-size: 30rpx;color: #222327;}
  105. }
  106. .addbox .lbtab view{font-size: 30rpx;color: #222327;}