C端小程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

463 wiersze
8.1 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. line-height: 46rpx;
  181. text-align: center;
  182. }
  183. .price{
  184. display: inline;
  185. font-size:32rpx;
  186. line-height: 32rpx;
  187. font-family:PingFang-SC-Medium;
  188. font-weight:500;
  189. color:rgba(254,254,254,1);
  190. margin-top: 6rpx;
  191. }
  192. .price-unit{
  193. display: inline;
  194. font-size:27rpx;
  195. line-height: 27rpx;
  196. margin-top: 11rpx;
  197. font-family:PingFang-SC-Medium;
  198. font-weight:500;
  199. color:rgba(254,254,254,1);
  200. }
  201. .edit-left-bottom{
  202. text-align: center;
  203. font-size:30rpx;
  204. line-height: 40rpx;
  205. height: 40rpx;
  206. font-family:PingFang-SC-Medium;
  207. font-weight:500;
  208. color:rgba(254,254,254,1);
  209. }
  210. .edit-right-top{
  211. line-height: 32rpx;
  212. text-align: center;
  213. margin-top: 13rpx;
  214. }
  215. .real-price{
  216. display: inline;
  217. font-size:32rpx;
  218. font-family:PingFang-SC-Medium;
  219. font-weight:500;
  220. color:rgba(254,254,254,1);
  221. }
  222. .real-price-unit{
  223. display: inline;
  224. font-size:27rpx;
  225. line-height: 27rpx;
  226. margin-top: 11rpx;
  227. font-family:PingFang-SC-Medium;
  228. font-weight:500;
  229. color:rgba(254,254,254,1);
  230. }
  231. .edit-right-bottom{
  232. text-align: center;
  233. font-size:30rpx;
  234. line-height: 40rpx;
  235. font-family:PingFang-SC-Medium;
  236. font-weight:500;
  237. color:rgba(254,254,254,1);
  238. }
  239. .posi {
  240. position: relative;
  241. }
  242. .applyshop{
  243. font-size:32rpx;
  244. font-family:PingFang-SC-Bold;
  245. font-weight:bold;
  246. color:rgba(51,51,51,1);
  247. margin: 10rpx 0 20rpx 0;
  248. }
  249. .posi>view:nth-child(2) {
  250. width: 100%;
  251. height: 87rpx;
  252. display: flex;
  253. justify-content: space-between;
  254. line-height: 87rpx;
  255. }
  256. .posi>view:nth-child(2) text:nth-child(1) {
  257. font-size: 30rpx;
  258. color: #a9a9a9;
  259. }
  260. .posi>view:nth-child(2) text:nth-child(2) {
  261. font-size: 30rpx;
  262. color: #a9a9a9;
  263. }
  264. .posi_logo {
  265. width: 100%;
  266. display: flex;
  267. padding: 20rpx 0;
  268. background: #fff;
  269. height: 100rpx;
  270. margin-bottom: 20rpx;
  271. }
  272. .posi_logo view:nth-child(1) {
  273. width: 100rpx;
  274. height: 100rpx;
  275. border-radius: 16rpx;
  276. }
  277. .posi_logo view:nth-child(1) image {
  278. display: block;
  279. width: 100rpx;
  280. height: 100rpx;
  281. border-radius: 16rpx;
  282. border: 1px solid #e5e5e5;
  283. }
  284. .posi_logo view:nth-child(2) {
  285. display: flex;
  286. flex-direction: column;
  287. flex: 8;
  288. padding-left: 30rpx;
  289. }
  290. .posi_logo view:nth-child(2) text:nth-child(1) {
  291. font-size: 32rpx;
  292. color: #333;
  293. letter-spacing: 0;
  294. }
  295. .posi_logo view:nth-child(2) text:nth-child(2) {
  296. font-size: 24rpx;
  297. color: #b8b8b8;
  298. padding-top: 3rpx;
  299. width: 450rpx;
  300. height: 36rpx;
  301. overflow: hidden;
  302. }
  303. .tel {
  304. right: 0;
  305. top: 0;
  306. bottom: 0;
  307. margin: auto;
  308. width: 50rpx;
  309. height: 50rpx;
  310. }
  311. .j-f{
  312. font-size:28rpx;
  313. font-family:PingFang-SC-Medium;
  314. font-weight:500;
  315. color:rgba(51,51,51,1);
  316. margin-top: 20rpx;
  317. }
  318. .j-t{
  319. font-size:28rpx;
  320. font-family:PingFang-SC-Medium;
  321. font-weight:500;
  322. color:rgba(51,51,51,1);
  323. line-height: 44rpx;
  324. }
  325. .j-time{
  326. display: inline;
  327. font-size:26rpx;
  328. font-family:PingFang-SC-Medium;
  329. font-weight:500;
  330. color:rgba(255,53,53,1);
  331. line-height: 44rpx;
  332. }
  333. .goback {
  334. float:left;
  335. width:122rpx!important;
  336. height:95rpx;
  337. background:rgba(255,255,255,1);
  338. line-height:95rpx;
  339. border:1rpx solid rgba(227,227,227,1);
  340. /* box-shadow:0px 8px 8px 1px rgba(189,189,189,0.32); */
  341. border-radius:48rpx;
  342. margin-right:25rpx;
  343. }
  344. .goback image{
  345. position:absolute;
  346. width:60rpx;
  347. left:0;
  348. right:0;
  349. top:0;
  350. bottom:0;
  351. margin:auto;
  352. height: 80rpx;
  353. }
  354. .rest {
  355. font-size: 24rpx;
  356. color: #919191;
  357. letter-spacing: 0;
  358. height: 70rpx;
  359. line-height: 70rpx;
  360. /* border-bottom: 1px solid #eee; */
  361. border-bottom: 1px solid #f9f9f9;
  362. }
  363. .restNum {
  364. font-size: 24rpx;
  365. color: #999;
  366. letter-spacing: 1.16rpx;
  367. text-align: right;
  368. }
  369. .time {
  370. font-size: 24rpx;
  371. color: #333;
  372. letter-spacing: 0;
  373. line-height: 33rpx;
  374. display: inline-block;
  375. }
  376. .txt01 {
  377. font-size: 24rpx;
  378. color: #919191;
  379. letter-spacing: 0;
  380. }
  381. .times {
  382. display: inline-block;
  383. color: #ff4949;
  384. font-weight: bold;
  385. font-size: 26rpx;
  386. text-align: center;
  387. }
  388. .times text {
  389. display: inline-block;
  390. margin: 6rpx;
  391. width: 46rpx;
  392. height: 56rpx;
  393. text-align: center;
  394. font-size: 28rpx;
  395. line-height: 60rpx;
  396. border-radius: 12rpx;
  397. color: #fff;
  398. font-weight: bold;
  399. background: #ff4949;
  400. }
  401. .al-bg{
  402. position: fixed;
  403. width: 100%;
  404. height: 100vh;
  405. top: 0;
  406. left: 0;
  407. background:rgba(0,0,0,1);
  408. opacity:0.65;
  409. z-index: 200;
  410. }
  411. .al-content{
  412. background: #fff;
  413. position: fixed;
  414. width: 545rpx;
  415. z-index: 300;
  416. top: 200rpx;
  417. left: 102rpx;
  418. border-radius: 15rpx;
  419. }
  420. .al-top{
  421. width: 100%;
  422. }
  423. .al-top image{
  424. position: relative;
  425. height: 298rpx;
  426. margin-top: -96rpx;
  427. width: 545rpx;
  428. }
  429. .al-center{
  430. padding: 80rpx 30rpx;
  431. font-size:30rpx;
  432. font-family:PingFang-SC-Regular;
  433. font-weight:400;
  434. color:rgba(51,51,51,1);
  435. }
  436. .al-bottom{
  437. width:462rpx;
  438. height:95rpx;
  439. background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%);
  440. border-radius:47rpx;
  441. font-size:30rpx;
  442. font-family:PingFang-SC-Medium;
  443. font-weight:500;
  444. color:rgba(255,255,255,1);
  445. text-align: center;
  446. line-height: 95rpx;
  447. margin: 0 auto 43rpx;
  448. }