index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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: 20rpx 40rpx;
  18. }
  19. .list-box {
  20. padding: 30rpx 25rpx;
  21. background-image: url(/static/img/img42.png);
  22. background-size: 100% 100%;
  23. }
  24. .list-box .list {
  25. padding: 30rpx 0rpx;
  26. margin-bottom: 40rpx !important;
  27. }
  28. .list-box .list .list-tpls .tpls-num {
  29. font-weight: bold;
  30. color: #333333;
  31. font-size: 40rpx;
  32. padding-bottom: 30rpx;
  33. }
  34. .list-box .list .level-box {
  35. position: relative;
  36. }
  37. .list-box .list .level-box image {
  38. width: 128rpx;
  39. height: 45rpx;
  40. }
  41. .list-box .list .level-box .level {
  42. position: absolute;
  43. top: 12rpx;
  44. left: 62rpx;
  45. font-size: 24rpx;
  46. color: #826740;
  47. font-weight: bold;
  48. }
  49. .list-box .list-item {
  50. margin-bottom: 15rpx;
  51. }
  52. .list-box .list-item .item-tpl {
  53. text-align: center;
  54. background-color: #FFFFFF;
  55. padding: 41rpx 0;
  56. width: 48%;
  57. }
  58. .list-box .list-item .item-tpl .name {
  59. color: #666666;
  60. font-size: 24rpx;
  61. }
  62. .list-box .list-item .item-tpl .num {
  63. font-size: 32rpx;
  64. color: #333333;
  65. font-weight: bold;
  66. padding-top: 10rpx;
  67. }
  68. .list-box .tols {
  69. width: 100% !important;
  70. }
  71. .list-box .submit-box {
  72. margin-top: 50rpx;
  73. }
  74. .list-box .submit-box .submit {
  75. background-color: #5771DF;
  76. color: #FFFFFF;
  77. font-size: 30rpx;
  78. padding: 25rpx 0;
  79. width: 48%;
  80. text-align: center;
  81. border-radius: 50rpx;
  82. }
  83. .logo-img {
  84. width: 100%;
  85. height: 208rpx;
  86. margin: 40rpx 0rpx;
  87. }
  88. .item-box {
  89. padding: 15rpx 25rpx;
  90. }
  91. .item-box .item-tile {
  92. padding-bottom: 80rpx;
  93. }
  94. .item-box .item-tile .title {
  95. padding-left: 15rpx;
  96. font-weight: bold;
  97. color: #333333;
  98. font-size: 30rpx;
  99. }
  100. .item-box .item-tile image {
  101. width: 44rpx;
  102. height: 44rpx;
  103. }
  104. .item-box .item-list {
  105. padding-bottom: 67rpx;
  106. }
  107. .item-box .item-list .tpl-box .tpl .name {
  108. color: #666666;
  109. font-size: 24rpx;
  110. padding-right: 10rpx;
  111. padding-bottom: 15rpx;
  112. }
  113. .item-box .item-list .tpl-box .tpl image {
  114. width: 25rpx;
  115. height: 25rpx;
  116. }
  117. .item-box .item-list .tpl-box .list-tip {
  118. font-size: 28rpx;
  119. font-weight: bold;
  120. color: #333333;
  121. }
  122. .img-box {
  123. width: 550rpx;
  124. height: 345rpx;
  125. margin: 0 auto;
  126. }
  127. .img-box image {
  128. width: 100%;
  129. height: 100%;
  130. }
  131. .img-box .img-btn-box {
  132. height: 50rpx;
  133. width: 100%;
  134. display: -webkit-box;
  135. display: -webkit-flex;
  136. display: flex;
  137. -webkit-box-pack: justify;
  138. -webkit-justify-content: space-between;
  139. justify-content: space-between;
  140. position: relative;
  141. bottom: 55rpx;
  142. }
  143. .img-box .img-btn-box .img-btn {
  144. bottom: 0;
  145. width: 50rpx;
  146. height: 50rpx;
  147. }