ride_zige.acss 2.9 KB

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