home.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. .main {
  2. float: left;
  3. width: 95%;
  4. height: 100%;
  5. /* background-image: linear-gradient(#ff0000, #ffffff); */
  6. background-color: #f6f6f6;
  7. padding: 20rpx 20rpx 0 20rpx;
  8. }
  9. .one {
  10. float: left;
  11. width: 100%;
  12. height: 192px;
  13. margin: 0 0 20rpx 0;
  14. }
  15. .one video {
  16. width: 100%;
  17. height: 192px;
  18. }
  19. .personal {
  20. float: left;
  21. width: 94%;
  22. background-color: #ffffff;
  23. margin: 0 0 20rpx 0;
  24. padding: 20rpx;
  25. border-radius: 10rpx;
  26. }
  27. .personal image {
  28. float: left;
  29. width: 150rpx;
  30. height: 150rpx;
  31. border-radius: 90rpx;
  32. }
  33. .personal .userAdv {
  34. float: left;
  35. font-size: 35rpx;
  36. padding: 25rpx 35rpx;
  37. width: 150rpx;
  38. height: 143rpx;
  39. line-height: 45rpx;
  40. font-size: 35rpx;
  41. border-radius: 360rpx;
  42. }
  43. .personal .userInfo {
  44. float: left;
  45. width: 77%;
  46. }
  47. .personal .userInfo text {
  48. float: left;
  49. width: 100%;
  50. padding: 6rpx 0 0 10rpx;
  51. font-size: 30rpx;
  52. color: #666;
  53. }
  54. .personal .userInfo text:nth-child(1) {
  55. font-weight: bold;
  56. color: #000;
  57. font-size: 35rpx;
  58. }
  59. .two {
  60. float: left;
  61. width: 94%;
  62. min-height: 200rpx;
  63. background-color: #ffffff;
  64. border: 1px solid #f1f1f1;
  65. border-radius: 10rpx;
  66. margin: 0 0 20rpx 0;
  67. padding: 0 20rpx;
  68. }
  69. .two .btn {
  70. float: left;
  71. width: 25%;
  72. text-align: center;
  73. margin: 20rpx 0;
  74. }
  75. .two .btn image {
  76. width: 70rpx;
  77. height: 70rpx;
  78. }
  79. .two .btn text {
  80. float: left;
  81. width: 100%;
  82. text-align: center;
  83. }
  84. .three {
  85. float: left;
  86. width: 100%;
  87. min-height: 200rpx;
  88. margin: 0 0 20rpx 0;
  89. }
  90. .three .num {
  91. float: left;
  92. width: 46%;
  93. height: 150rpx;
  94. background-color: #ffffff;
  95. margin: 0 50rpx 20rpx 0;
  96. border-radius: 10rpx;
  97. box-shadow: 0 0 5rpx #ccc;
  98. }
  99. .three .num:nth-child(2n) {
  100. margin: 0;
  101. padding: 0 5rpx 0 0;
  102. }
  103. .three .num:nth-child(3) {
  104. margin: 0 50rpx 0 0;
  105. }
  106. .three .num .numOne {
  107. float: left;
  108. width: 100%;
  109. }
  110. .three .num .numOne text {
  111. float: left;
  112. margin: 25rpx 0 0 20rpx;
  113. font-family: monospace;
  114. font-weight: bold;
  115. }
  116. .three .num .numOne image {
  117. width: 60rpx;
  118. height: 60rpx;
  119. float: right;
  120. margin: 15rpx 20rpx 0 0;
  121. }
  122. .three .num .numTwo {
  123. float: left;
  124. width: 100%;
  125. text-align: center;
  126. padding: 15rpx 0;
  127. font-weight: bold;
  128. }
  129. .three .num:nth-child(1) .numTwo {
  130. color: #00FFFF;
  131. }
  132. .three .num:nth-child(2) .numTwo {
  133. color: #00FF00;
  134. }
  135. .three .num:nth-child(3) .numTwo {
  136. color: #FFA500;
  137. }
  138. .three .num:nth-child(4) .numTwo {
  139. color: #ff0000;
  140. }
  141. .four {
  142. float: left;
  143. width: 100%;
  144. min-height: 200rpx;
  145. background-color: #ffffff;
  146. border: 1px solid #f1f1f1;
  147. border-radius: 10rpx;
  148. margin: 0 0 20rpx 0;
  149. }
  150. .four .num {
  151. float: left;
  152. width: 25%;
  153. text-align: center;
  154. margin: 20rpx 0;
  155. }
  156. .four .num image {
  157. width: 70rpx;
  158. height: 70rpx;
  159. }
  160. .four .num text {
  161. float: left;
  162. width: 100%;
  163. text-align: center;
  164. }
  165. /* 公共标题样式 */
  166. .comTitle {
  167. float: left;
  168. width: 96%;
  169. font-size: 40rpx;
  170. padding: 10rpx 15rpx;
  171. font-weight: bold;
  172. }