myTeam.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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. }
  18. .list-box {
  19. width: 100%;
  20. padding: 50rpx 41rpx;
  21. padding-top: 80rpx !important;
  22. background-color: #5771DF;
  23. position: relative;
  24. }
  25. .list-box .list-title {
  26. position: absolute;
  27. top: 80rpx;
  28. color: #FFFFFF;
  29. left: 40%;
  30. font-size: 36rpx;
  31. }
  32. .list-box .list-tpl {
  33. background-color: #FFFFFF;
  34. width: 314rpx;
  35. height: 168rpx;
  36. text-align: center;
  37. padding-top: 40rpx;
  38. border-radius: 15rpx;
  39. }
  40. .list-box .list-tpl .num {
  41. font-size: 36rpx;
  42. font-weight: bold;
  43. color: #333333;
  44. padding-bottom: 15rpx;
  45. }
  46. .list-box .list-tpl .name {
  47. font-size: 26rpx;
  48. font-weight: 500;
  49. color: #999999;
  50. }
  51. .info-box .info-name {
  52. padding: 40rpx 0rpx;
  53. }
  54. .info-box .info-name .info-cell {
  55. width: 33.33%;
  56. text-align: center;
  57. }
  58. .info-box .info-name .info-cell .cell {
  59. font-size: 38rpx;
  60. font-weight: bold;
  61. color: #333333;
  62. }
  63. .info-box .info-name .info-cell .cell-title {
  64. font-size: 26rpx;
  65. font-weight: 500;
  66. color: #999999;
  67. padding-top: 20rpx;
  68. }
  69. .info-box .list-cell {
  70. padding: 40rpx 25rpx;
  71. }
  72. .info-box .list-cell .cell-name {
  73. padding: 50rpx 50rpx;
  74. }
  75. .info-box .list-cell .cell-name .title-box {
  76. width: 60%;
  77. }
  78. .info-box .list-cell .cell-box {
  79. margin-bottom: 94rpx;
  80. }
  81. .info-box .list-cell .cell-box .cell-tit {
  82. width: 40%;
  83. }
  84. .info-box .list-cell .cell-box .cell-tit image {
  85. width: 80rpx;
  86. height: 80rpx;
  87. border-radius: 100%;
  88. }
  89. .info-box .list-cell .cell-box .cell-tit .tit-box {
  90. padding-left: 15rpx;
  91. width: 70%;
  92. }
  93. .info-box .list-cell .cell-box .cell-tit .tit-box .tit-tpl {
  94. font-size: 30rpx;
  95. font-weight: 500;
  96. color: #333333;
  97. }
  98. .info-box .list-cell .cell-box .cell-tit .tit-box .tit-tip {
  99. font-size: 24rpx;
  100. font-weight: 500;
  101. color: #999999;
  102. padding-top: 20rpx;
  103. }
  104. .info-box .list-cell .cell-box .num-box {
  105. width: 60%;
  106. }
  107. .info-box .list-cell .cell-box .num-box .num {
  108. width: 33.33%;
  109. text-align: center;
  110. }
  111. .info-box .list-cell .cell-box .num-box .level {
  112. background-color: #FED82F;
  113. border-radius: 25rpx;
  114. padding: 8rpx 50rpx;
  115. font-size: 26rpx;
  116. }
  117. .empty-box {
  118. margin-top: 60rpx;
  119. width: 100%;
  120. height: 500rpx;
  121. }
  122. .nav .next {
  123. margin: 40rpx;
  124. width: 50%;
  125. background-color: #5771DF;
  126. color: #FFFFFF;
  127. text-align: center;
  128. padding: 26rpx 0rpx;
  129. border-radius: 50rpx;
  130. }