index.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. min-height: 100%;
  13. background-color: #ffffff;
  14. }
  15. page .container {
  16. width: 100%;
  17. padding: 25rpx 40rpx;
  18. }
  19. .list-tips {
  20. position: absolute;
  21. right: 0;
  22. top: 25rpx;
  23. font-size: 24rpx;
  24. background-color: #f4ca1c;
  25. padding: 14rpx 27rpx;
  26. border-bottom-left-radius: 50rpx;
  27. border-top-left-radius: 50rpx;
  28. color: #5771df;
  29. }
  30. .list-tips image {
  31. width: 30rpx;
  32. height: 31rpx;
  33. margin-right: 12rpx;
  34. }
  35. .list-box {
  36. background: -webkit-linear-gradient(215.407deg, #0adfff 0%, #0171fd 100%);
  37. background: linear-gradient(234.593deg, #0adfff 0%, #0171fd 100%);
  38. position: relative;
  39. color: #ffffff;
  40. border-radius: 20rpx;
  41. margin-bottom: 60rpx;
  42. }
  43. .list-box .info-box {
  44. padding: 31rpx 43rpx;
  45. }
  46. .list-box .info-box .image {
  47. width: 44rpx !important;
  48. height: 30rpx !important;
  49. }
  50. .list-box .info-box .info {
  51. width: 80%;
  52. }
  53. .list-box .info-box .info .list-title {
  54. font-size: 30rpx;
  55. font-weight: 500;
  56. color: #ffffff;
  57. }
  58. .list-box .info-box .info .list-name {
  59. width: 100%;
  60. font-size: 64rpx;
  61. font-weight: bold;
  62. padding: 25rpx 0rpx;
  63. }
  64. .list-box .info-box .info .ustd {
  65. font-size: 30rpx;
  66. font-weight: normal;
  67. }
  68. .list-box .list-tpl {
  69. padding: 30rpx 100rpx;
  70. background-color: #064285;
  71. }
  72. .list-box .list-tpl .tpl {
  73. text-align: center;
  74. }
  75. .list-box .list-tpl .tpl image {
  76. width: 45rpx;
  77. height: 42rpx;
  78. }
  79. .list-box .list-tpl .tpl .zhuanz {
  80. width: 45rpx;
  81. height: 42rpx;
  82. }
  83. .list-box .list-tpl .tpl .tpl-name {
  84. font-size: 27rpx;
  85. font-weight: bold;
  86. padding-left: 10rpx;
  87. }
  88. .list-cell {
  89. padding-bottom: 58rpx;
  90. }
  91. .list-cell .cell {
  92. padding-bottom: 31rpx;
  93. }
  94. .list-cell .cell image {
  95. width: 12rpx;
  96. height: 24rpx;
  97. }
  98. .list-cell .cell .cell-title {
  99. font-size: 34rpx;
  100. font-weight: 500;
  101. color: #5771df;
  102. }
  103. .list-cell .cell-list {
  104. width: 100%;
  105. }
  106. .list-cell .cell-list .cell-tpl {
  107. text-align: left;
  108. }
  109. .list-cell .cell-list .cell-tpl .name {
  110. font-size: 24rpx;
  111. font-weight: 500;
  112. color: #999999;
  113. padding-bottom: 15rpx;
  114. }
  115. .list-cell .cell-list .tip-box {
  116. text-align: right;
  117. width: 40%;
  118. }
  119. .list-cell .cell-list .tip-tpl {
  120. text-align: center;
  121. width: 30%;
  122. }
  123. .list-cell .cell-list .tips {
  124. width: 30%;
  125. }
  126. .popup {
  127. background-color: #ffffff;
  128. border-radius: 25rpx;
  129. font-size: 30rpx;
  130. }
  131. .popup .cancel {
  132. text-align: center;
  133. width: 100%;
  134. line-height: 60rpx;
  135. }
  136. .popup .cancel .tip {
  137. background-color: #5771df;
  138. color: #ffffff;
  139. width: 70rpx;
  140. height: 70rpx;
  141. border-top-right-radius: 25rpx;
  142. }
  143. .popup .list-boxs {
  144. padding: 0rpx 80rpx;
  145. }
  146. .popup .list-boxs .password {
  147. padding: 50rpx 0rpx;
  148. width: 100%;
  149. }
  150. .popup .list-boxs .password input {
  151. width: 70%;
  152. height: 80rpx;
  153. border: 2rpx solid #999999;
  154. padding-left: 25rpx;
  155. box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.27);
  156. border-radius: 11rpx;
  157. }
  158. .popup .list-boxs .confirm-btn {
  159. padding-bottom: 120rpx;
  160. padding-top: 30rpx;
  161. }
  162. .popup .list-boxs .confirm-btn text {
  163. background-color: #5771df;
  164. color: #ffffff;
  165. width: 70%;
  166. text-align: center;
  167. padding: 25rpx 90rpx;
  168. border-radius: 15rpx;
  169. }