activity.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .content {
  13. min-height: 100%;
  14. height: auto;
  15. }
  16. .top {
  17. margin-top: 20rpx;
  18. padding: 15rpx 0 20rpx;
  19. background: #ffffff;
  20. }
  21. .class-box {
  22. padding-bottom: 20rpx;
  23. border-bottom: 1px solid #f7f7f7;
  24. white-space: nowrap;
  25. }
  26. .class-box .item {
  27. text-align: center;
  28. display: inline-block;
  29. color: #606266;
  30. padding: 14rpx 30rpx;
  31. background: #f4f5f7;
  32. border-radius: 10rpx;
  33. font-size: 26rpx;
  34. font-family: PingFang SC;
  35. font-weight: 500;
  36. color: #333333;
  37. margin-left: 20rpx;
  38. }
  39. .class-box .item.action {
  40. background: linear-gradient(90deg, #bb9159, #e6c79d);
  41. border-radius: 10rpx;
  42. font-size: 26rpx;
  43. font-family: PingFang SC;
  44. font-weight: bold;
  45. color: #ffffff;
  46. }
  47. .navbar {
  48. padding: 24rpx 30rpx;
  49. display: flex;
  50. background: #fff;
  51. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  52. position: relative;
  53. z-index: 10;
  54. justify-content: space-around;
  55. }
  56. .navbar .nav-item {
  57. display: flex;
  58. justify-content: center;
  59. align-items: center;
  60. width: 160rpx;
  61. height: 58rpx;
  62. background: #ffffff;
  63. border: 1rpx solid #535353;
  64. border-radius: 10rpx;
  65. color: #000000;
  66. }
  67. .navbar .nav-item.current {
  68. border: 1px solid #ff0000;
  69. color: #ff0000;
  70. }
  71. .swiper-box {
  72. height: calc(100% - 40px);
  73. }
  74. .list-scroll-content {
  75. height: 100%;
  76. }
  77. .main {
  78. margin: 20rpx 0 0;
  79. background: #fff;
  80. padding: 0 28rpx;
  81. }
  82. .main .main-item {
  83. position: relative;
  84. padding: 33rpx 0 30rpx;
  85. display: flex;
  86. align-items: center;
  87. border-bottom: 1px solid #eaeced;
  88. }
  89. .main .main-item .btn {
  90. position: absolute;
  91. top: 39rpx;
  92. right: 0;
  93. width: 144rpx;
  94. height: 50rpx;
  95. background: linear-gradient(268deg, #fc3d42 0%, #ff5559 100%);
  96. border-radius: 6rpx;
  97. text-align: center;
  98. line-height: 50rpx;
  99. font-size: 26rpx;
  100. font-family: PingFang SC;
  101. font-weight: 500;
  102. color: #ffffff;
  103. }
  104. .main .main-item .main-image {
  105. width: 210rpx;
  106. height: 210rpx;
  107. border-radius: 10rpx;
  108. }
  109. .main .main-item .main-image image {
  110. width: 100%;
  111. height: 100%;
  112. }
  113. .main .main-item .main-info {
  114. margin-left: 30rpx;
  115. line-height: 1;
  116. padding-top: 3rpx;
  117. }
  118. .main .main-item .main-info .main-name {
  119. font-size: 30rpx;
  120. font-family: PingFang SC;
  121. font-weight: bold;
  122. color: #333333;
  123. }
  124. .main .main-item .main-info .main-tip {
  125. font-size: 22rpx;
  126. font-family: PingFang SC;
  127. font-weight: 500;
  128. color: #999999;
  129. margin-top: 18rpx;
  130. }
  131. .main .main-item .main-info .bfb {
  132. margin-top: 22rpx;
  133. width: 265rpx;
  134. height: 28rpx;
  135. background: #ffeced;
  136. border-radius: 14rpx;
  137. }
  138. .main .main-item .main-info .main-xgsl {
  139. margin-top: 30rpx;
  140. font-size: 22rpx;
  141. font-family: PingFang SC;
  142. font-weight: 500;
  143. color: #666666;
  144. }
  145. .main .main-item .main-info .djs {
  146. display: flex;
  147. align-items: center;
  148. }
  149. .main .main-item .main-info .djs .djs-font {
  150. font-size: 22rpx;
  151. font-family: PingFang SC;
  152. font-weight: 500;
  153. color: #666666;
  154. }
  155. .yue-box {
  156. display: flex;
  157. flex-direction: column;
  158. align-items: center;
  159. justify-content: space-around;
  160. width: 582rpx;
  161. height: 377rpx;
  162. background: #ffffff;
  163. border-radius: 20rpx;
  164. }
  165. .yue-box .yue-tit {
  166. align-items: center;
  167. font-size: 42rpx;
  168. font-weight: 500;
  169. color: #0c1732;
  170. line-height: 56rpx;
  171. }
  172. .yue-box .input {
  173. display: flex;
  174. justify-content: center;
  175. width: 400rpx;
  176. height: 60rpx;
  177. font-size: 40rpx;
  178. }
  179. .yue-box .placeholder {
  180. font-size: 40rpx;
  181. }
  182. .yue-box .password {
  183. text-align: center;
  184. align-items: center;
  185. }
  186. .yue-box .yue-content {
  187. font-size: 30rpx;
  188. font-weight: 500;
  189. color: #0c1732;
  190. }
  191. .yue-box .comfirm-box {
  192. width: 90%;
  193. display: flex;
  194. justify-content: space-around;
  195. }
  196. .yue-box .comfirm-box .cancel {
  197. text-align: center;
  198. line-height: 78rpx;
  199. font-size: 34rpx;
  200. font-weight: 500;
  201. color: #333333;
  202. }
  203. .yue-box .comfirm-box .comfirm {
  204. text-align: center;
  205. font-size: 34rpx;
  206. font-weight: 500;
  207. color: #ff4b4b;
  208. line-height: 78rpx;
  209. }