app.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. page {
  2. background-color: #f2f2f2;
  3. }
  4. /* 隐藏scroll-view滚动条 sh4wmoo 2020-10-17 */
  5. ::-webkit-scrollbar {
  6. display: none;
  7. width: 0;
  8. height: 0;
  9. color: transparent;
  10. }
  11. /* 修改card组件内容元素间距 sh4wmoo 2020-10-19 */
  12. .van-card__desc {
  13. margin-top: 12rpx;
  14. }
  15. .van-card__bottom {
  16. margin-top: 12rpx;
  17. }
  18. .van-card__title {
  19. font-size: 16px;
  20. font-weight: 900;
  21. }
  22. /* 加载更多文字 */
  23. .van-loading__text {
  24. color: #d9001b !important;
  25. }
  26. .van-cell__value{
  27. overflow:none !important;
  28. }
  29. /** 抽屉 start**/
  30. .popup {
  31. position: relative;
  32. }
  33. .popup-button {
  34. position: fixed;
  35. width: 100%;
  36. bottom: 0;
  37. display: flex;
  38. align-items: center;
  39. justify-content: space-around;
  40. padding-bottom: 15rpx;
  41. padding-top: 15rpx;
  42. background: #fff;
  43. height: 100rpx;
  44. }
  45. .van-swipe-cell__right {
  46. background: #d9001b;
  47. color: #fff;
  48. width: 65px;
  49. text-align: center;
  50. display: flex;
  51. justify-content: center;
  52. align-items: center;
  53. }
  54. .button-class{
  55. height: 85rpx !important;
  56. background: #F8F9FD !important;
  57. color: #95A8CB !important;
  58. border: 2rpx solid #95A8CB;
  59. border-radius: 10rpx !important;
  60. text-align: left !important;
  61. margin-bottom: 10rpx;
  62. z-index: 999 !important;
  63. }
  64. .button-selected-class{
  65. height: 85rpx !important;
  66. background: #606EB2 !important;
  67. color: #fff !important;
  68. border: 2rpx solid #606EB2;
  69. border-radius: 10rpx !important;
  70. text-align: left !important;
  71. margin-bottom: 10rpx;
  72. z-index: 999 !important;
  73. }
  74. .blue-blue {
  75. color: #1989fa
  76. }
  77. /** 字体 start20220509 **/
  78. .font-size16 {
  79. font-size: 16px !important;
  80. }
  81. .font-size15 {
  82. font-size: 15px !important;
  83. }
  84. .font-size14{
  85. font-size: 14px !important;
  86. }
  87. .font-size13 {
  88. font-size: 13px !important;
  89. }
  90. .font-size12 {
  91. font-size: 12px !important;
  92. }
  93. .font-size11 {
  94. font-size: 11px !important;
  95. }
  96. .app-font-weight-bold{
  97. font-weight: bold !important;
  98. }
  99. /** 字体 end**/
  100. /**数量计数器 start**/
  101. .van-stepper__input{
  102. background: transparent !important;
  103. }
  104. .van-stepper__plus{
  105. background: #1B365D !important;
  106. border-radius: 5rpx !important;
  107. width: 34.87rpx !important;
  108. height: 34.04rpx !important;
  109. color: #fff !important;
  110. background-color: #1B365D !important;
  111. }
  112. .van-stepper__minus{
  113. width: 34.87rpx !important;
  114. height: 34.04rpx !important;
  115. background: #fff !important;
  116. border: 1px solid #1B365D !important;
  117. border-radius: 5rpx !important;
  118. }
  119. /**数量计数器 end**/
  120. .van-checkbox__icon--checked{
  121. background-color: #1B365D !important;
  122. border: none !important;
  123. }
  124. /**红色label**/
  125. .red-label {
  126. color: red;
  127. font-size: 14px;
  128. font-weight: bold;
  129. }
  130. /**普通label*/
  131. .nomal-label .van-field__label{
  132. color: #95A8CB !important;
  133. font-size: 14px !important;
  134. }
  135. /**查询框的演示*/
  136. .van-search__content {
  137. background: #F8F9FD;
  138. border: 1px solid #D6E4FF;
  139. border-radius: 15rpx !important;
  140. }
  141. /**提示信息的样式*/
  142. .van-field__placeholder{
  143. color: #95A8CB !important;
  144. font-weight: normal;
  145. }
  146. /*修改van-grid-item样式*/
  147. .van-grid-item__content{
  148. padding-left: 0 !important;
  149. padding-right: 0 !important;
  150. }
  151. .van-swipe-cell__right {
  152. background: #1B365D !important;
  153. }
  154. .van-button{
  155. z-index: 999 !important;
  156. }