detail.wxss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  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:224rpx;
  152. height: 100%;
  153. }
  154. .left-t{
  155. display: flex;
  156. width:100%;
  157. height: 100%;
  158. }
  159. .left-t-l{
  160. width: 120rpx;
  161. height: 100%;
  162. display: flex;
  163. flex-direction: column;
  164. justify-content: center;
  165. align-items:center;
  166. background: transparent;
  167. border:none
  168. }
  169. .left-t-l image {
  170. width: 50rpx;
  171. height:50rpx;
  172. /* margin-left: 25rpx;
  173. margin-top: 5rpx; */
  174. }
  175. .left-t-r{
  176. width: 120rpx;
  177. height: 100%;
  178. display: flex;
  179. flex-direction: column;
  180. justify-content: center;
  181. align-items: center;
  182. /* background-color: green; */
  183. }
  184. .left-t-r image{
  185. width: 50rpx;
  186. height:50rpx;
  187. /* margin-left: 15rpx;
  188. margin-top: 5rpx; */
  189. }
  190. .left-b-l button{
  191. position: relative;
  192. width: 120rpx;
  193. height: 100%;
  194. top: -50rpx;
  195. left: 2rpx;
  196. padding-left: 0rpx;
  197. padding-right: 0rpx;
  198. font-size: 14px;
  199. opacity: 0;
  200. }
  201. .sharebtn{
  202. border:none;
  203. background: transparent;
  204. white-space: nowrap;
  205. font-size: 28rpx;
  206. font-family: PingFang SC, PingFang SC-Regular;
  207. font-weight: 400;
  208. text-align: left;
  209. color: #1a1a1a;
  210. letter-spacing: -1rpx;
  211. height: 40rpx;
  212. line-height: 40rpx;
  213. margin-top:4rpx;
  214. }
  215. .sharebtn::after{
  216. border:none;
  217. background: transparent;
  218. }
  219. .fx-txt{
  220. position: absolute;
  221. color:#000;
  222. top: 58rpx;
  223. left: 25rpx;
  224. font-size: 12px;
  225. }
  226. .left-b-r{
  227. position: relative;
  228. top: -3rpx;
  229. left: 15rpx;
  230. font-size: 12px;
  231. }
  232. .apply{
  233. flex: 1;
  234. width: 527rpx;
  235. height:100%;
  236. line-height: 100rpx;
  237. background: #9DDB52;
  238. text-align: center;
  239. color: #ffffff;
  240. font-family: "PingFang-SC-Regular";
  241. font-weight: Regular;
  242. }
  243. .apply{
  244. width: 500rpx;
  245. height: 85rpx;
  246. opacity: 1;
  247. background: #9DDB52;
  248. border-radius: 43rpx;
  249. font-size: 36rpx;
  250. font-family: PingFang SC, PingFang SC-Regular;
  251. font-weight: 400;
  252. text-align: center;
  253. color: #ffffff;
  254. display: flex;
  255. justify-content: center;
  256. align-items: center;
  257. }
  258. /* .xhq::after{
  259. content: '';
  260. position:absolute;
  261. width:50rpx;
  262. height: 50rpx;
  263. bottom: 0;
  264. right: -20rpx;
  265. background:#FFF100;
  266. border-radius: 50%;
  267. opacity: 0.4;
  268. z-index:0;
  269. } */
  270. .offer-detail image{
  271. margin: auto;
  272. }
  273. .hk-leftt::after{
  274. content:"";
  275. position:absolute;
  276. width: 8rpx;
  277. height:30rpx;
  278. left:-14rpx;
  279. bottom: 10rpx;
  280. background: #9DDB52;
  281. z-index: 999
  282. }
  283. .hk-leftt{
  284. position: relative;
  285. }
  286. .collect{
  287. font-size: 28rpx;
  288. font-family: PingFang SC, PingFang SC-Regular;
  289. font-weight: 400;
  290. text-align: left;
  291. color: #1a1a1a;
  292. letter-spacing: -1rpx;
  293. height: 40rpx;
  294. line-height: 40rpx;
  295. margin-top:4rpx;
  296. }
  297. .left-b-btn{
  298. left:0rpx;
  299. }
  300. .left-b-l-btn{
  301. display: flex;
  302. flex-direction: column;
  303. }
  304. .box-detail{
  305. width:690rpx;
  306. margin:-99rpx auto 0 auto;
  307. }
  308. .slidesfix{
  309. position: relative;
  310. z-index: -1;
  311. }
  312. .box-header{
  313. width: 100%;
  314. height: 99rpx;
  315. box-sizing:border-box;
  316. opacity: 1;
  317. display: flex;
  318. flex-direction: row;
  319. align-items: center;
  320. background: #9DDB52;
  321. border-radius: 20rpx 20rpx 0px 0px;
  322. }
  323. .box-header .c1{
  324. font-size: 38rpx;
  325. color:white;
  326. font-family: PingFang SC, PingFang SC-Bold;
  327. font-weight: 700;
  328. margin-right: 20rpx;
  329. }
  330. .box-header .r1{
  331. font-size: 30rpx;
  332. color:white;
  333. font-family: PingFang SC, PingFang SC-Bold;
  334. margin-right: 20rpx;
  335. }
  336. .box-detail .box-body{
  337. width: 690rpx;
  338. min-height: 222rpx;
  339. opacity: 1;
  340. background: #ffffff;
  341. border-radius:0rpx 0rpx 20rpx 20rpx;
  342. box-sizing: border-box;
  343. margin:0 auto;
  344. padding:22rpx 30rpx;
  345. }
  346. .box-body .l1{
  347. font-size: 35rpx;
  348. font-family: PingFang SC, PingFang SC-Regular;
  349. font-weight: 400;
  350. text-align: left;
  351. color: #1a1a1a;
  352. letter-spacing: -1rpx;
  353. }
  354. .box-body .labelitem{
  355. display: flex;
  356. flex-direction: row;
  357. align-items: center;
  358. margin-top:10rpx;
  359. }
  360. .labelitem .lico{
  361. width:20rpx;
  362. height: 25rpx;
  363. }
  364. .labelitem .lico2{
  365. width:21rpx;
  366. height:21rpx;
  367. }
  368. .labelitem view{
  369. font-size: 24rpx;
  370. font-family: PingFang SC, PingFang SC-Regular;
  371. font-weight: 400;
  372. text-align: left;
  373. color: #999999;
  374. margin-left:10rpx;
  375. }
  376. .ico-h-z{
  377. font-size: 26rpx;
  378. margin-right: 0rpx;
  379. }
  380. .labelitemf view{
  381. margin-left:0rpx;
  382. }
  383. .box-item-wrap{
  384. width:690rpx;
  385. margin:0 auto;
  386. background: white;
  387. border-radius: 20rpx;
  388. margin-top:25rpx;
  389. margin-bottom: 200rpx;
  390. padding:10rpx 22rpx;
  391. box-sizing: border-box;
  392. }
  393. .box-two-wrap{
  394. margin:30rpx auto 10rpx auto;
  395. }