ride_zige.acss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. /* required by usingComponents */
  2. /* pages/ride_zige/ride_zige.wxss */
  3. page{
  4. background: #ffffff;
  5. }
  6. .zige-tips {
  7. text-align: center;
  8. padding: 20rpx;
  9. background-color: #fef5cc;
  10. }
  11. .title {
  12. font-size: 30rpx;
  13. font-weight: bold;
  14. color: #715321;
  15. }
  16. .text {
  17. font-size: 24rpx;
  18. color: #4f4218;
  19. margin: 10rpx 0;
  20. }
  21. .card-list {
  22. position: relative;
  23. margin: 70rpx 30rpx;
  24. }
  25. .jingxuan {
  26. position: absolute;
  27. top: -80rpx;
  28. left: -15rpx;
  29. padding: 10rpx 20rpx;
  30. color: #fff;
  31. font-size: 24rpx;
  32. border-radius: 20rpx 0;
  33. background: linear-gradient(to right, #fe6061, #fc9918);
  34. }
  35. .card-item,
  36. .active {
  37. padding: 40rpx 20rpx;
  38. border-radius: 15rpx;
  39. border: solid 1rpx #ededed;
  40. display: flex;
  41. margin-bottom: 30rpx;
  42. }
  43. .active {
  44. background-color: var(--fillColor);
  45. border: solid 1rpx var(--globleColor);
  46. }
  47. .item-left {
  48. flex: 0 0 70%;
  49. }
  50. .item-right {
  51. flex: 1;
  52. }
  53. .card-title {
  54. font-size: 38rpx;
  55. font-weight: bold;
  56. }
  57. .card-text {
  58. margin-top: 10rpx;
  59. font-size: 26rpx;
  60. color: #989898;
  61. /* text-decoration:line-through; 文字中间加横线*/
  62. }
  63. .mine-ad {
  64. height: 70rpx;
  65. background-color: #feebe5;
  66. line-height: 70rpx;
  67. color: #ed3736;
  68. font-size: 24rpx;
  69. border-radius: 12rpx;
  70. padding: 0 30rpx;
  71. margin-top: 40rpx;
  72. margin-bottom: 20rpx;
  73. }
  74. .tip {
  75. display: inline-block;
  76. vertical-align: top;
  77. border-radius: 10rpx;
  78. font-size: 20rpx;
  79. color: #fff;
  80. background-color: #ff4003;
  81. padding: 8rpx;
  82. margin-left: 10rpx;
  83. }
  84. .list-title {
  85. margin-bottom: 30rpx;
  86. font-size: 32rpx;
  87. font-weight: 500;
  88. }
  89. .button {
  90. position: fixed;
  91. width: 80%;
  92. height: 100rpx;
  93. text-align: center;
  94. line-height: 100rpx;
  95. background-color: var(--globleColor);
  96. left: 10%;
  97. bottom: 70rpx;
  98. border-radius: 50rpx;
  99. font-size: 34rpx;
  100. font-weight: bold;
  101. color: var(--fontColor);
  102. }
  103. .zige-frame {
  104. position: fixed;
  105. width: 100%;
  106. height: 100%;
  107. background: rgba(0, 0, 0, 0.6);
  108. z-index: 99;
  109. }
  110. .frame-content {
  111. width: 45%;
  112. padding: 0 30px;
  113. background: #fff;
  114. margin: 0 auto;
  115. margin-top: 40%;
  116. border-radius: 15rpx;
  117. padding-bottom: 30rpx;
  118. }
  119. .frame-title {
  120. text-align: center;
  121. font-size: 36rpx;
  122. padding: 20rpx 0;
  123. border-bottom: solid 1rpx var(--globleColor);
  124. }
  125. .frame-text {
  126. font-size: 28rpx;
  127. margin-top: 20rpx;
  128. color: #333333;
  129. line-height: 42rpx;
  130. }
  131. .frame-buttom {
  132. text-align: center;
  133. height: 70rpx;
  134. line-height: 70rpx;
  135. border-radius: 40rpx;
  136. background-color: var(--globleColor);
  137. margin-top: 30rpx;
  138. font-size: 28rpx;
  139. color: var(--fontColor);
  140. }
  141. .frame-title .iconfont {
  142. color: var(--globleColor);
  143. display: inline-block;
  144. margin-right: 10rpx;
  145. }
  146. .frame-cha {
  147. width:60rpx;
  148. height: 60rpx;
  149. margin: 0 auto;
  150. line-height: 60rpx;
  151. margin-top: 80rpx;
  152. border: solid 5rpx #fff;
  153. text-align: center;
  154. border-radius: 50%;
  155. }
  156. .frame-cha .iconfont{
  157. text-align: center;
  158. color: #fff;
  159. font-size: 30rpx;
  160. }