C端小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

461 řádky
8.0 KiB

  1. /* pages/spellGroup/mySpellGroup/index.wxss */
  2. .top-img{
  3. width: 100%;
  4. height: 533rpx;
  5. z-index: 1;
  6. }
  7. .top-img image{
  8. width: 100%;
  9. height: 533rpx;
  10. }
  11. .content-box{
  12. box-sizing: content-box;
  13. height: auto;
  14. overflow: hidden;
  15. }
  16. .content{
  17. position: relative;
  18. width: 100%;
  19. height: auto;
  20. background: #fff;
  21. overflow: hidden;
  22. padding-bottom: 130rpx;
  23. }
  24. .text{
  25. padding: 0 30rpx;
  26. }
  27. .title{
  28. position: relative;
  29. background-color: #fff;
  30. z-index: 100;
  31. width: 750rpx;
  32. padding-top: 30rpx;
  33. padding-left: 30rpx;
  34. line-height: 50rpx;
  35. border-radius:20rpx 20rpx 0px 0px;
  36. margin-top: -25rpx;
  37. opacity: 1;
  38. font-size:32rpx;
  39. font-family:PingFang-SC-Bold;
  40. font-weight:bold;
  41. color:rgba(51,51,51,1);
  42. box-sizing: border-box;
  43. }
  44. .remark{
  45. font-size:24rpx;
  46. font-family:PingFang-SC-Medium;
  47. font-weight:500;
  48. color:rgba(134,134,134,1);
  49. line-height: 48rpx;
  50. }
  51. .des{
  52. width: 100%;
  53. height: auto;
  54. padding-top: 6rpx;
  55. border-top: 2rpx solid rgb(240, 238, 238);
  56. }
  57. .des-peoplenum{
  58. display: inline;
  59. font-size:24rpx;
  60. font-family:PingFang-SC-Medium;
  61. font-weight:500;
  62. color:rgba(0,0,0,1);
  63. line-height:44rpx;
  64. margin-right: 15rpx;
  65. }
  66. .des-saleprice{
  67. display: inline;
  68. font-size:40rpx;
  69. font-family:PingFang-SC-Medium;
  70. font-weight:500;
  71. color:rgba(255,53,53,1);
  72. }
  73. .status{
  74. width: 100%;
  75. border-radius: 15rpx;
  76. background:rgba(255,235,229,1);
  77. margin: 30rpx 0;
  78. overflow: hidden;
  79. }
  80. .status01{
  81. float: left;
  82. width: 130rpx;
  83. height: 130rpx;
  84. }
  85. .status01 image{
  86. width: 90rpx;
  87. height: 90rpx;
  88. border-radius: 45rpx;
  89. margin: 20rpx 0 0 20rpx;
  90. }
  91. .status02{
  92. margin-top: 20rpx;
  93. float: left;
  94. width: 140rpx;
  95. font-size:28rpx;
  96. font-family:PingFang-SC-Medium;
  97. font-weight:500;
  98. color:rgba(51,51,51,1);
  99. }
  100. .r-p-num{
  101. display: inline;
  102. color: #FF3535;
  103. }
  104. .status03{
  105. /* width: 160rpx; */
  106. float: left;
  107. padding-left: 80rpx;
  108. color: #F74812;
  109. }
  110. .hh,.mm,.ss{
  111. display: inline-block;
  112. font-size:26rpx;
  113. font-family:PingFang-SC-Medium;
  114. font-weight:500;
  115. color:rgba(255,255,255,1);
  116. height: 38rpx;
  117. width: 38rpx;
  118. background: #F74812;
  119. border-radius:10rpx;
  120. margin: 46rpx 8rpx 0 0;
  121. text-align: center;
  122. line-height: 38rpx;
  123. }
  124. .status04{
  125. float: left;
  126. width: 163rpx;
  127. }
  128. .s-button{
  129. background:#ED3D2E;
  130. width: 120rpx;
  131. height: 48rpx;
  132. font-size:28rpx;
  133. font-family:PingFang-SC-Medium;
  134. font-weight:500;
  135. color:rgba(255,255,255,1);
  136. text-align: center;
  137. line-height: 48rpx;
  138. border-radius: 24rpx;
  139. margin: 40rpx auto 0;
  140. }
  141. .p-title{
  142. font-size:32rpx;
  143. font-family:PingFang-SC-Bold;
  144. font-weight:bold;
  145. color:rgba(51,51,51,1);
  146. margin: 10rpx 0 20rpx 0;
  147. }
  148. .p-list{
  149. font-size:24rpx;
  150. font-family:PingFang-SC-Medium;
  151. font-weight:500;
  152. color:rgba(51,51,51,1);
  153. line-height:50rpx;
  154. }
  155. .edit{
  156. position: fixed;
  157. width: 690rpx;
  158. bottom: 20rpx;
  159. left: 30rpx;
  160. }
  161. .edit-left{
  162. float: left;
  163. width: 269rpx;
  164. height: 95rpx;
  165. background:rgba(255,169,2,1);
  166. box-shadow:0px 8rpx 8rpx 1rpx rgba(255,169,2,0.32);
  167. border-radius:48rpx;
  168. }
  169. .edit-right{
  170. float: right;
  171. width: 269rpx;
  172. height: 95rpx;
  173. line-height: 46rpx;
  174. background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(248,98,52,1) 100%);
  175. box-shadow:0px 8rpx 8rpx 1rpx rgba(246,93,51,0.32);
  176. border-radius:48rpx;
  177. }
  178. .edit-left-top{
  179. height: 46rpx;
  180. text-align: center;
  181. }
  182. .price{
  183. display: inline;
  184. font-size:32rpx;
  185. line-height: 32rpx;
  186. font-family:PingFang-SC-Medium;
  187. font-weight:500;
  188. color:rgba(254,254,254,1);
  189. margin-top: 6rpx;
  190. }
  191. .price-unit{
  192. display: inline;
  193. font-size:27rpx;
  194. line-height: 27rpx;
  195. margin-top: 11rpx;
  196. font-family:PingFang-SC-Medium;
  197. font-weight:500;
  198. color:rgba(254,254,254,1);
  199. }
  200. .edit-left-bottom{
  201. text-align: center;
  202. font-size:30rpx;
  203. line-height: 40rpx;
  204. font-family:PingFang-SC-Medium;
  205. font-weight:500;
  206. color:rgba(254,254,254,1);
  207. }
  208. .edit-right-top{
  209. line-height: 32rpx;
  210. text-align: center;
  211. margin-top: 13rpx;
  212. }
  213. .real-price{
  214. display: inline;
  215. font-size:32rpx;
  216. font-family:PingFang-SC-Medium;
  217. font-weight:500;
  218. color:rgba(254,254,254,1);
  219. }
  220. .real-price-unit{
  221. display: inline;
  222. font-size:27rpx;
  223. line-height: 27rpx;
  224. margin-top: 11rpx;
  225. font-family:PingFang-SC-Medium;
  226. font-weight:500;
  227. color:rgba(254,254,254,1);
  228. }
  229. .edit-right-bottom{
  230. text-align: center;
  231. font-size:30rpx;
  232. line-height: 40rpx;
  233. font-family:PingFang-SC-Medium;
  234. font-weight:500;
  235. color:rgba(254,254,254,1);
  236. }
  237. .posi {
  238. position: relative;
  239. }
  240. .applyshop{
  241. font-size:32rpx;
  242. font-family:PingFang-SC-Bold;
  243. font-weight:bold;
  244. color:rgba(51,51,51,1);
  245. margin: 10rpx 0 20rpx 0;
  246. }
  247. .posi>view:nth-child(2) {
  248. width: 100%;
  249. height: 87rpx;
  250. display: flex;
  251. justify-content: space-between;
  252. line-height: 87rpx;
  253. }
  254. .posi>view:nth-child(2) text:nth-child(1) {
  255. font-size: 30rpx;
  256. color: #a9a9a9;
  257. }
  258. .posi>view:nth-child(2) text:nth-child(2) {
  259. font-size: 30rpx;
  260. color: #a9a9a9;
  261. }
  262. .posi_logo {
  263. width: 100%;
  264. display: flex;
  265. padding: 20rpx 0;
  266. background: #fff;
  267. height: 100rpx;
  268. margin-bottom: 20rpx;
  269. }
  270. .posi_logo view:nth-child(1) {
  271. width: 100rpx;
  272. height: 100rpx;
  273. border-radius: 16rpx;
  274. }
  275. .posi_logo view:nth-child(1) image {
  276. display: block;
  277. width: 100rpx;
  278. height: 100rpx;
  279. border-radius: 16rpx;
  280. border: 1px solid #e5e5e5;
  281. }
  282. .posi_logo view:nth-child(2) {
  283. display: flex;
  284. flex-direction: column;
  285. flex: 8;
  286. padding-left: 30rpx;
  287. }
  288. .posi_logo view:nth-child(2) text:nth-child(1) {
  289. font-size: 32rpx;
  290. color: #333;
  291. letter-spacing: 0;
  292. }
  293. .posi_logo view:nth-child(2) text:nth-child(2) {
  294. font-size: 24rpx;
  295. color: #b8b8b8;
  296. padding-top: 3rpx;
  297. width: 450rpx;
  298. height: 36rpx;
  299. overflow: hidden;
  300. }
  301. .tel {
  302. right: 0;
  303. top: 0;
  304. bottom: 0;
  305. margin: auto;
  306. width: 50rpx;
  307. height: 50rpx;
  308. }
  309. .j-f{
  310. font-size:28rpx;
  311. font-family:PingFang-SC-Medium;
  312. font-weight:500;
  313. color:rgba(51,51,51,1);
  314. margin-top: 20rpx;
  315. }
  316. .j-t{
  317. font-size:28rpx;
  318. font-family:PingFang-SC-Medium;
  319. font-weight:500;
  320. color:rgba(51,51,51,1);
  321. line-height: 44rpx;
  322. }
  323. .j-time{
  324. display: inline;
  325. font-size:26rpx;
  326. font-family:PingFang-SC-Medium;
  327. font-weight:500;
  328. color:rgba(255,53,53,1);
  329. line-height: 44rpx;
  330. }
  331. .goback {
  332. float:left;
  333. width:122rpx!important;
  334. height:95rpx;
  335. background:rgba(255,255,255,1);
  336. line-height:95rpx;
  337. border:1rpx solid rgba(227,227,227,1);
  338. box-shadow:0px 8px 8px 1px rgba(189,189,189,0.32);
  339. border-radius:48rpx;
  340. margin-right:25rpx;
  341. }
  342. .goback image{
  343. position:absolute;
  344. width:60rpx;
  345. left:0;
  346. right:0;
  347. top:0;
  348. bottom:0;
  349. margin:auto;
  350. height: 80rpx;
  351. }
  352. .rest {
  353. font-size: 24rpx;
  354. color: #919191;
  355. letter-spacing: 0;
  356. height: 70rpx;
  357. line-height: 70rpx;
  358. /* border-bottom: 1px solid #eee; */
  359. border-bottom: 1px solid #f9f9f9;
  360. }
  361. .restNum {
  362. font-size: 24rpx;
  363. color: #999;
  364. letter-spacing: 1.16rpx;
  365. text-align: right;
  366. }
  367. .time {
  368. font-size: 24rpx;
  369. color: #333;
  370. letter-spacing: 0;
  371. line-height: 33rpx;
  372. display: inline-block;
  373. }
  374. .txt01 {
  375. font-size: 24rpx;
  376. color: #919191;
  377. letter-spacing: 0;
  378. }
  379. .times {
  380. display: inline-block;
  381. color: #ff4949;
  382. font-weight: bold;
  383. font-size: 26rpx;
  384. text-align: center;
  385. }
  386. .times text {
  387. display: inline-block;
  388. margin: 6rpx;
  389. width: 46rpx;
  390. height: 56rpx;
  391. text-align: center;
  392. font-size: 28rpx;
  393. line-height: 60rpx;
  394. border-radius: 12rpx;
  395. color: #fff;
  396. font-weight: bold;
  397. background: #ff4949;
  398. }
  399. .al-bg{
  400. position: fixed;
  401. width: 100%;
  402. height: 100vh;
  403. top: 0;
  404. left: 0;
  405. background:rgba(0,0,0,1);
  406. opacity:0.65;
  407. z-index: 200;
  408. }
  409. .al-content{
  410. background: #fff;
  411. position: fixed;
  412. width: 545rpx;
  413. z-index: 300;
  414. top: 200rpx;
  415. left: 102rpx;
  416. border-radius: 15rpx;
  417. }
  418. .al-top{
  419. width: 100%;
  420. }
  421. .al-top image{
  422. position: relative;
  423. height: 298rpx;
  424. margin-top: -96rpx;
  425. width: 545rpx;
  426. }
  427. .al-center{
  428. padding: 80rpx 30rpx;
  429. font-size:30rpx;
  430. font-family:PingFang-SC-Regular;
  431. font-weight:400;
  432. color:rgba(51,51,51,1);
  433. }
  434. .al-bottom{
  435. width:462rpx;
  436. height:95rpx;
  437. background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%);
  438. border-radius:47rpx;
  439. font-size:30rpx;
  440. font-family:PingFang-SC-Medium;
  441. font-weight:500;
  442. color:rgba(255,255,255,1);
  443. text-align: center;
  444. line-height: 95rpx;
  445. margin: 0 auto 43rpx;
  446. }