C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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