index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. .main {
  2. float: left;
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f1f1f1;
  6. }
  7. .main .one {
  8. position: relative;
  9. padding: 0 20rpx;
  10. margin: 0 0 15rpx 0;
  11. min-height: 860rpx;
  12. background-size: 100% 100%;
  13. background-repeat: no-repeat;
  14. background-color: #ffffff;
  15. }
  16. .main .one .one_1 {
  17. position: absolute;
  18. bottom: 15rpx;
  19. width: 95%;
  20. min-height: 260rpx;
  21. background-color: #ffffff9f;
  22. border-radius: 10rpx;
  23. box-shadow: 0 0 10rpx #ccc;
  24. }
  25. .main .one .one_1 .tit {
  26. text-align: center;
  27. padding: 20rpx 0;
  28. font-weight: bold;
  29. color: #000000;
  30. font-family: cursive;
  31. font-size: 35rpx;
  32. }
  33. .main .one .one_1 .info .info_1 {
  34. float: left;
  35. width: 33%;
  36. text-align: center;
  37. }
  38. .main .one .one_1 .info .info_1 view:nth-child(1) {
  39. font-size: 30rpx;
  40. color: #666;
  41. margin: 0 0 10rpx 0;
  42. }
  43. .main .one .one_1 .info .info_1 view:nth-child(2) {
  44. font-weight: bold;
  45. margin: 0 0 10rpx 0;
  46. }
  47. .main .one .one_1 .info .info_1 view:nth-child(3) .iconfont {
  48. font-size: 40rpx;
  49. }
  50. .main .two {
  51. height: 200rpx;
  52. margin: 0 0 15rpx 0;
  53. background-color: #ffffff;
  54. }
  55. .main .two .info .two_1 {
  56. float: left;
  57. width: 33%;
  58. text-align: center;
  59. }
  60. .main .two .info .two_1 view:nth-child(1) {
  61. margin: 15rpx 0;
  62. }
  63. .main .two .info .two_1 view:nth-child(1) .iconfont {
  64. font-size: 90rpx;
  65. color: #409eff;
  66. }
  67. .main .two .info .two_1 view:nth-child(2) {
  68. font-size: 30rpx;
  69. color: #666;
  70. }
  71. .main .thr {
  72. background-color: #ffffff;
  73. margin: 0 0 15rpx 0;
  74. }
  75. .main .thr .thr_1 {
  76. float: left;
  77. width: 100%;
  78. height: 30px;
  79. line-height: 30px;
  80. background-color: #409eff;
  81. color: #ffffff;
  82. text-align: center;
  83. font-size: 12px;
  84. }
  85. .main .thr .thr_2 {
  86. float: left;
  87. width: 100%;
  88. margin: 0 0 15rpx 0;
  89. background-color: #ffffff;
  90. }
  91. .main .thr .thr_2 .thr_2Qrcode {
  92. float: left;
  93. width: 24%;
  94. text-align: center;
  95. padding: 8px 10px;
  96. }
  97. .main .thr .thr_2 .thr_2Qrcode image {
  98. width: 100px;
  99. height: 100px;
  100. }
  101. .main .thr .thr_2 .thr_2List {
  102. float: left;
  103. width: 70%;
  104. padding: 8px 0;
  105. }
  106. .main .thr .thr_2 .thr_2List .list {
  107. float: left;
  108. width: 100%;
  109. border-bottom: 1px solid #ccc;
  110. }
  111. .main .thr .thr_2 .thr_2List .list text {
  112. float: left;
  113. width: 33%;
  114. text-align: center;
  115. height: 30px;
  116. line-height: 30px;
  117. font-size: 12px;
  118. overflow: hidden;
  119. text-overflow: ellipsis;
  120. white-space: nowrap;
  121. }
  122. .main .four {
  123. float: left;
  124. width: 100%;
  125. background-color: #ffffff;
  126. }
  127. .main .four .tit {
  128. text-align: center;
  129. font-size: 35rpx;
  130. font-family: cursive;
  131. font-weight: bold;
  132. padding: 20rpx 0;
  133. }
  134. .main .four .tit text {
  135. position: relative;
  136. top: 5rpx;
  137. margin: 0 0 0 15rpx;
  138. }
  139. .main .four .image {
  140. padding: 0 30rpx;
  141. }
  142. .main .four .image image {
  143. width: 100%;
  144. height: 370rpx;
  145. border-radius: 50rpx;
  146. }