index.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. .container {
  2. background-color: #F5E2BE;
  3. justify-content: flex-start;
  4. font-weight: 500;
  5. color:#1e1e1e;
  6. }
  7. .index1{
  8. width:100%;
  9. height:190rpx;
  10. justify-content: space-between;
  11. align-items: flex-end;
  12. }
  13. .index1 .nav{
  14. border-bottom: 10rpx solid #593613;
  15. width:250rpx;
  16. height: 80rpx;
  17. padding-bottom: 10rpx;
  18. justify-content: flex-end;
  19. }
  20. .index1 .nav2{
  21. border-bottom: 10rpx solid #F5E2BE;
  22. }
  23. .index1 .nav3{
  24. border-bottom: 10rpx solid #0C5F73;
  25. }
  26. .index1 .img{
  27. width:174rpx;
  28. height:190rpx;
  29. }
  30. .index1 .img3{
  31. width:158rpx;
  32. height:37rpx;
  33. margin-bottom: 6rpx;
  34. }
  35. .index1 .img2{
  36. width:154rpx;
  37. height:39rpx;
  38. margin-bottom: 6rpx;
  39. }
  40. .index1 .hand{
  41. width:60rpx;
  42. height:90rpx;
  43. position: absolute;
  44. right:106rpx;
  45. top:20rpx;
  46. }
  47. .index6{
  48. width:100%;
  49. justify-content: flex-start;
  50. flex-wrap: wrap;
  51. }
  52. .index6 .btn2{
  53. width:100%;
  54. height:350rpx;
  55. }
  56. .index2{
  57. width:100%;
  58. height:1038rpx;
  59. background-color: #DFC7A4;
  60. justify-content: flex-start;
  61. }
  62. .index2 .index2_1{
  63. margin: 0 30rpx 0 30rpx;
  64. width:690rpx;
  65. flex-wrap: wrap;
  66. justify-content: space-between;
  67. }
  68. .index2 .btn {
  69. width: 330rpx;
  70. height: 448rpx;
  71. background-color: #CDB797;
  72. border-radius: 20rpx;
  73. margin-bottom: 20rpx;
  74. }
  75. .index2 .btn1 {
  76. width: 100%;
  77. height: 428rpx;
  78. background-color: #F8F8F8;
  79. border-radius: 20rpx;
  80. position:relative;
  81. top:0;
  82. }
  83. .index2 .panel1 {
  84. width: 100%;
  85. height: 298rpx;
  86. border-bottom:2rpx solid #DFDFDF;
  87. }
  88. .index2 .panel2 {
  89. width: 100%;
  90. height: 130rpx;
  91. background-color: #F0F0F0;
  92. border-bottom-left-radius: 20rpx;
  93. border-bottom-right-radius: 20rpx;
  94. }
  95. .index2 .img {
  96. width: 223rpx;
  97. height: 202rpx;
  98. }
  99. .index2 .img2 {
  100. width: 217rpx;
  101. height: 71rpx;
  102. }
  103. .index7{
  104. width:100%;
  105. height:35rpx;
  106. background-color: #DFC7A4;
  107. }
  108. .imgWave {
  109. width: 100%;
  110. height: 35rpx;
  111. }
  112. .index8{
  113. width:100%;
  114. height:406rpx;
  115. background-color: #CDB797;
  116. justify-content: flex-start;
  117. }
  118. .index8 .img{
  119. width:314rpx;
  120. height:39rpx;
  121. margin-top: 102rpx;
  122. }
  123. .index8 .index8_1{
  124. width:690rpx;
  125. height:120rpx;
  126. margin-top: 30rpx;
  127. border-radius: 20rpx;
  128. text-align: center;
  129. line-height: 120rpx;
  130. font-size:32rpx;
  131. color:#1e1e1e;
  132. background-color: #F0F0F0;
  133. }
  134. .index3{
  135. width:100%;
  136. justify-content: flex-start;
  137. background-color: #F0F0F0;
  138. align-items: center;
  139. position: relative;
  140. color:#1E1E1E;
  141. }
  142. .index3 .Avatar{
  143. width:160rpx;
  144. height:160rpx;
  145. background-color: #9B9B9B;
  146. border-radius: 20rpx;
  147. margin-top: 120rpx;
  148. }
  149. .index3 .NickName{
  150. font-size:48rpx;
  151. color:#1E1E1E;
  152. margin-top: 40rpx;
  153. width:90%;
  154. text-align: center;
  155. }
  156. .index3 .Member{
  157. font-size:24rpx;
  158. color:#fff;
  159. background-color: #C29F6D;
  160. border-radius: 8rpx;
  161. height:42rpx;
  162. line-height: 42rpx;
  163. text-align: center;
  164. padding: 0 10rpx;
  165. margin-top: 10rpx;
  166. }
  167. .index3 .Member2{
  168. background-color: #4A4A4A;
  169. }
  170. .index3 .index3_0{
  171. width:100%;
  172. margin-top: 50rpx;
  173. justify-content: center;
  174. }
  175. .index3 .index3_1{
  176. width:216rpx;
  177. justify-content: center;
  178. }
  179. .index3 .index3_1_2{
  180. width:116rpx;
  181. height:42rpx;
  182. text-align: center;
  183. line-height: 42rpx;
  184. color:#1E1E1E;
  185. font-size:26rpx;
  186. }
  187. .index3 .number{
  188. font-family: 'SF UI Display Light';
  189. font-weight: 200;
  190. font-style: normal;
  191. font-size:56rpx;
  192. }
  193. .index3 .text{
  194. font-size:24rpx;
  195. margin: 25rpx 0 0 10rpx;
  196. }
  197. .index3 .Circle{
  198. width:160rpx;
  199. height:160rpx;
  200. background-color: #ffffff;
  201. border-radius: 50%;
  202. margin-top: 100rpx;
  203. padding-left: 0;
  204. padding-right: 0;
  205. margin-bottom: 80rpx;
  206. font-size:24rpx;
  207. justify-content: flex-start;
  208. }
  209. .index3 .Circle::after {
  210. border: 0px;
  211. }
  212. .index3 .Share{
  213. width:50rpx;
  214. height:50rpx;
  215. margin: 39rpx 0 0rpx 0;
  216. }
  217. .index3 .btn {
  218. width: 600rpx;
  219. height: 100rpx;
  220. background-color: #035834;
  221. border-radius: 14rpx;
  222. }
  223. .index3 .btn1 {
  224. width: 100%;
  225. height: 90rpx;
  226. background-color: #03AF69;
  227. border-radius: 14rpx;
  228. color:#fff;
  229. text-align: center;
  230. line-height: 90rpx;
  231. font-size:36rpx;
  232. position:relative;
  233. top:0;
  234. }
  235. .index3 .btn2 {
  236. margin-top: 60rpx;
  237. }
  238. .index3 .btn3 {
  239. background-color: #262626;
  240. }
  241. .index3 .btn4 {
  242. background-color: #4D4D4D;
  243. color:#787878;
  244. }
  245. .index3 .btn5 {
  246. margin-top: 40rpx;
  247. }
  248. .index3 .btn6 {
  249. background-color: #A63917;
  250. }
  251. .index3 .btn7 {
  252. background-color: #FF7245;
  253. position: relative;
  254. }
  255. .index3 .btn8 {
  256. margin-top: 50rpx;
  257. }
  258. .index3 .ReviewCount {
  259. min-width: 53rpx;
  260. height:50rpx;
  261. background-color: #D54F24;
  262. color:#fff;
  263. border-radius: 8rpx;
  264. text-align: center;
  265. line-height: 50rpx;
  266. position: absolute;
  267. right: 20rpx;
  268. top: 20rpx;
  269. font-size:24rpx;
  270. font-family: 'Arial BoldMT';
  271. font-weight: bold;
  272. font-style: normal;
  273. }
  274. .index9{
  275. width:100%;
  276. height:35rpx;
  277. background-color: #F0F0F0;
  278. }
  279. .index4{
  280. width:100%;
  281. height:10rpx;
  282. background-color: #EB8A95;
  283. }
  284. .index5{
  285. width:100%;
  286. height:628rpx;
  287. background-color: #F5E2BE;
  288. font-size:20rpx;
  289. justify-content: flex-start;
  290. color:#1e1e1e;
  291. }
  292. .FooterDescription_1{
  293. margin-top: 60rpx;
  294. }
  295. .index5 .index5_1{
  296. width:100%;
  297. justify-content: center;
  298. }
  299. .index5 .feedback {
  300. padding-left: 0;
  301. padding-right: 0;
  302. width:156rpx;
  303. height:93rpx;
  304. background-color: #F5E2BE;
  305. margin: 30rpx 0rpx;
  306. text-align: center;
  307. line-height: 93rpx;
  308. font-size:24rpx;
  309. }
  310. .index5 .feedback1 {
  311. width:228rpx;
  312. }
  313. .index5 .index5_1_1{
  314. color:#1e1e1e;
  315. }
  316. .index5 .feedback::after {
  317. border: 0px;
  318. }
  319. .index5 .line {
  320. width:5rpx;
  321. height:20rpx;
  322. background-color: #CDB797;
  323. }
  324. .index5 .index5_2{
  325. font-size:24rpx;
  326. }
  327. .index5 .index5_3{
  328. margin-top: 30rpx;
  329. width:630rpx;
  330. flex-wrap: wrap;
  331. justify-content: space-between;
  332. }
  333. .index5 .btn {
  334. width:300rpx;
  335. height:88rpx;
  336. margin-bottom: 20rpx;
  337. }