detail.wxss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. /* pages/worldDetails/worldDetails.wxss */
  2. .flex-bet{
  3. display: flex;
  4. align-content: space-between;
  5. }
  6. /* 轮播图 样式 */
  7. .userinfo {
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. }
  12. .userinfo-avatar {
  13. width: 128rpx;
  14. height: 128rpx;
  15. margin: 20rpx;
  16. border-radius: 50%;
  17. }
  18. .userinfo-nickname {
  19. color: #aaa;
  20. }
  21. .usermotto {
  22. margin-top: 200px;
  23. }
  24. /*轮播图*/
  25. .slides{
  26. height: 347rpx;
  27. }
  28. .slides image{
  29. width: 100%;
  30. height: 100%;
  31. }
  32. /*文字部分 */
  33. .box{
  34. width:100%;
  35. height:100%;
  36. margin-top:20rpx;
  37. }
  38. .box-one{
  39. height:60rpx;
  40. padding:0 20rpx;
  41. }
  42. .l1{
  43. font-family: "PingFang-SC-Bold";
  44. font-size: 16px;
  45. color: #292929;
  46. font-weight:Bold;
  47. text-align: left;
  48. margin-right: 10rpx;
  49. }
  50. .r1{
  51. font-family: "PingFang-SC-Regular";
  52. font-size: 12px;
  53. color: #7B7B7B;
  54. font-weight:Regular;
  55. text-align: right;
  56. }
  57. .c1{
  58. font-family: "PingFang-SC-Bold";
  59. color: #ff8000;
  60. font-size: 16px;
  61. font-weight: Bold;
  62. }
  63. .box-two{
  64. position:relative;
  65. height:60rpx;
  66. margin:30rpx auto;
  67. padding:0 20rpx;
  68. }
  69. .b1{
  70. font-family: "PingFang-SC-Bold";
  71. font-size: 16px;
  72. color: #292929;
  73. font-weight:Bold;
  74. text-align: left;
  75. }
  76. .box-two-m{
  77. display: inline-block;
  78. width: 50rpx;
  79. height:50rpx;
  80. background-color: #FFF100;
  81. border-radius: 60%;
  82. left: 100rpx;
  83. margin-top: 5rpx;
  84. position: absolute;
  85. opacity: 0.3;
  86. }
  87. .box-two-m1{
  88. left: 135rpx;
  89. }
  90. /* 基本信息内容 */
  91. .box-xx{
  92. width: 700rpx;
  93. height: 480rpx;
  94. background-color: #F8F8F8;
  95. }
  96. .box-xx-txt{
  97. width:100%;
  98. height: 100rpx;
  99. color: #292929;
  100. border-bottom:1px dashed #cfcaca;
  101. }
  102. .box-xx-txt1{
  103. width:100%;
  104. height: 200rpx;
  105. color: #292929;
  106. }
  107. .ad-txt{
  108. width: 20%;
  109. top: 30rpx;
  110. left: 30rpx;
  111. }
  112. .ad-txt1{
  113. top: 30rpx;
  114. left: 80rpx;
  115. }
  116. .ad-txt12{
  117. top: 30rpx;
  118. left: 120rpx;
  119. }
  120. .ly-box2{
  121. width:70%;
  122. top: 35rpx;
  123. left: 210rpx;
  124. }
  125. /* 底部 申请按钮 部分 */
  126. .botm{
  127. width:100%;
  128. height:148rpx;
  129. background:#fff;
  130. display: flex;
  131. position: fixed;
  132. bottom:0;
  133. left: 0;
  134. display: flex;
  135. flex-direction: row;
  136. align-items: center;
  137. padding:0 30rpx;
  138. box-sizing: border-box;
  139. }
  140. /* .fixed{
  141. width:100%;
  142. height:100rpx;
  143. background:#fff;
  144. display: flex;
  145. position: fixed;
  146. bottom:0;
  147. left: 0;
  148. margin-top: 45rpx;
  149. } */
  150. .left{
  151. /* width:200rpx; */
  152. height: 100%;
  153. margin-right: 30rpx;
  154. }
  155. .left-t{
  156. display: flex;
  157. width:100%;
  158. height: 100%;
  159. }
  160. .left-t-l{
  161. /* width: 120rpx; */
  162. height: 100%;
  163. display: flex;
  164. flex-direction: column;
  165. justify-content: center;
  166. align-items:center;
  167. background: transparent;
  168. border:none;
  169. padding: 0;
  170. margin: 0 20rpx
  171. }
  172. .left-t-l image {
  173. width: 50rpx;
  174. height:50rpx;
  175. /* margin-left: 25rpx;
  176. margin-top: 5rpx; */
  177. }
  178. .left-t-r{
  179. /* width: 120rpx; */
  180. height: 100%;
  181. display: flex;
  182. flex-direction: column;
  183. justify-content: center;
  184. align-items: center;
  185. /* background-color: green; */
  186. }
  187. .left-t-r image{
  188. width: 50rpx;
  189. height:50rpx;
  190. /* margin-left: 15rpx;
  191. margin-top: 5rpx; */
  192. }
  193. .left-b-l button{
  194. position: relative;
  195. width: 120rpx;
  196. height: 100%;
  197. top: -50rpx;
  198. left: 2rpx;
  199. padding-left: 0rpx;
  200. padding-right: 0rpx;
  201. font-size: 14px;
  202. opacity: 0;
  203. }
  204. .sharebtn{
  205. border:none;
  206. background: transparent;
  207. white-space: nowrap;
  208. font-size: 28rpx;
  209. font-family: PingFang SC, PingFang SC-Regular;
  210. font-weight: 400;
  211. text-align: left;
  212. color: #1a1a1a;
  213. letter-spacing: -1rpx;
  214. height: 40rpx;
  215. line-height: 40rpx;
  216. margin-top:4rpx;
  217. }
  218. .sharebtn::after{
  219. border:none;
  220. background: transparent;
  221. }
  222. .fx-txt{
  223. position: absolute;
  224. color:#000;
  225. top: 58rpx;
  226. left: 25rpx;
  227. font-size: 12px;
  228. }
  229. .left-b-r{
  230. position: relative;
  231. top: -3rpx;
  232. left: 15rpx;
  233. font-size: 12px;
  234. }
  235. .apply{
  236. flex: 1;
  237. width: 527rpx;
  238. height:100%;
  239. line-height: 100rpx;
  240. background: #9DDB52;
  241. text-align: center;
  242. color: #ffffff;
  243. font-family: "PingFang-SC-Regular";
  244. font-weight: Regular;
  245. }
  246. .apply{
  247. width: 500rpx;
  248. height: 85rpx;
  249. opacity: 1;
  250. background: #9DDB52;
  251. border-radius: 43rpx;
  252. font-size: 36rpx;
  253. font-family: PingFang SC, PingFang SC-Regular;
  254. font-weight: 400;
  255. text-align: center;
  256. color: #ffffff;
  257. display: flex;
  258. justify-content: center;
  259. align-items: center;
  260. }
  261. /* .xhq::after{
  262. content: '';
  263. position:absolute;
  264. width:50rpx;
  265. height: 50rpx;
  266. bottom: 0;
  267. right: -20rpx;
  268. background:#FFF100;
  269. border-radius: 50%;
  270. opacity: 0.4;
  271. z-index:0;
  272. } */
  273. .offer-detail image{
  274. margin: auto;
  275. }
  276. .hk-leftt::after{
  277. content:"";
  278. position:absolute;
  279. width: 8rpx;
  280. height:30rpx;
  281. left:-14rpx;
  282. bottom: 10rpx;
  283. background: #9DDB52;
  284. z-index: 999
  285. }
  286. .hk-leftt{
  287. position: relative;
  288. }
  289. .collect{
  290. font-size: 28rpx;
  291. font-family: PingFang SC, PingFang SC-Regular;
  292. font-weight: 400;
  293. text-align: left;
  294. color: #1a1a1a;
  295. letter-spacing: -1rpx;
  296. height: 40rpx;
  297. line-height: 40rpx;
  298. margin-top:4rpx;
  299. }
  300. .left-b-btn{
  301. left:0rpx;
  302. }
  303. .left-b-l-btn{
  304. display: flex;
  305. flex-direction: column;
  306. }
  307. .box-detail{
  308. width:690rpx;
  309. margin:-99rpx auto 0 auto;
  310. }
  311. .slidesfix{
  312. position: relative;
  313. z-index: -1;
  314. }
  315. .box-header{
  316. width: 100%;
  317. height: 99rpx;
  318. box-sizing:border-box;
  319. opacity: 1;
  320. display: flex;
  321. flex-direction: row;
  322. align-items: center;
  323. background: #9DDB52;
  324. border-radius: 20rpx 20rpx 0px 0px;
  325. }
  326. .box-header .c1{
  327. font-size: 38rpx;
  328. color:white;
  329. font-family: PingFang SC, PingFang SC-Bold;
  330. font-weight: 700;
  331. margin-right: 20rpx;
  332. }
  333. .box-header .r1{
  334. font-size: 30rpx;
  335. color:white;
  336. font-family: PingFang SC, PingFang SC-Bold;
  337. margin-right: 20rpx;
  338. }
  339. .box-detail .box-body{
  340. width: 690rpx;
  341. min-height: 222rpx;
  342. opacity: 1;
  343. background: #ffffff;
  344. border-radius:0rpx 0rpx 20rpx 20rpx;
  345. box-sizing: border-box;
  346. margin:0 auto;
  347. padding:22rpx 30rpx;
  348. }
  349. .box-body .l1{
  350. font-size: 35rpx;
  351. font-family: PingFang SC, PingFang SC-Regular;
  352. font-weight: 400;
  353. text-align: left;
  354. color: #1a1a1a;
  355. letter-spacing: -1rpx;
  356. }
  357. .box-body .labelitem{
  358. display: flex;
  359. flex-direction: row;
  360. align-items: center;
  361. margin-top:10rpx;
  362. }
  363. .labelitem .lico{
  364. width:20rpx;
  365. height: 25rpx;
  366. }
  367. .labelitem .lico2{
  368. width:21rpx;
  369. height:21rpx;
  370. }
  371. .labelitem view{
  372. font-size: 24rpx;
  373. font-family: PingFang SC, PingFang SC-Regular;
  374. font-weight: 400;
  375. text-align: left;
  376. color: #999999;
  377. margin-left:10rpx;
  378. }
  379. .ico-h-z{
  380. font-size: 26rpx;
  381. margin-right: 0rpx;
  382. }
  383. .labelitemf view{
  384. margin-left:0rpx;
  385. }
  386. .box-item-wrap{
  387. width:690rpx;
  388. margin:0 auto;
  389. background: white;
  390. border-radius: 20rpx;
  391. margin-top:25rpx;
  392. margin-bottom: 200rpx;
  393. padding:10rpx 22rpx;
  394. box-sizing: border-box;
  395. }
  396. .box-two-wrap{
  397. margin:30rpx auto 10rpx auto;
  398. }