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.8 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-weight:bold;
  61. color:rgba(51,51,51,1);
  62. box-sizing: border-box;
  63. }
  64. .remark{
  65. font-size:24rpx;
  66. font-family:PingFang-SC-Medium;
  67. font-weight:500;
  68. color:rgba(134,134,134,1);
  69. line-height: 48rpx;
  70. }
  71. .des{
  72. width: 100%;
  73. height: auto;
  74. padding-top: 6rpx;
  75. border-top: 2rpx solid rgb(240, 238, 238);
  76. }
  77. .des-peoplenum{
  78. display: inline;
  79. font-size:24rpx;
  80. font-family:PingFang-SC-Medium;
  81. font-weight:500;
  82. color:rgba(0,0,0,1);
  83. line-height:44rpx;
  84. margin-right: 5rpx;
  85. }
  86. .des-saleprice{
  87. display: inline;
  88. font-size:40rpx;
  89. font-family:PingFang-SC-Medium;
  90. font-weight:500;
  91. color:rgba(255,53,53,1);
  92. }
  93. .status{
  94. width: 100%;
  95. border-radius: 15rpx;
  96. background:rgba(255,235,229,1);
  97. margin: 30rpx 0;
  98. overflow: hidden;
  99. }
  100. .status01{
  101. float: left;
  102. width: 130rpx;
  103. height: 130rpx;
  104. }
  105. .status01 image{
  106. width: 90rpx;
  107. height: 90rpx;
  108. border-radius: 45rpx;
  109. margin: 20rpx 0 0 20rpx;
  110. }
  111. .status02{
  112. margin-top: 20rpx;
  113. float: left;
  114. width: 140rpx;
  115. font-size:28rpx;
  116. font-family:PingFang-SC-Medium;
  117. font-weight:500;
  118. color:rgba(51,51,51,1);
  119. }
  120. .r-p-num{
  121. display: inline;
  122. color: #FF3535;
  123. }
  124. .status03{
  125. width: 264rpx;
  126. float: left;
  127. padding-left: 10rpx;
  128. color: #F74812;
  129. box-sizing: border-box;
  130. }
  131. .hh,.mm,.ss{
  132. display: inline-block;
  133. font-size:26rpx;
  134. font-family:PingFang-SC-Medium;
  135. font-weight:500;
  136. color:rgba(255,255,255,1);
  137. height: 38rpx;
  138. width: 38rpx;
  139. background: #F74812;
  140. border-radius:10rpx;
  141. margin: 46rpx 0 0 0;
  142. text-align: center;
  143. line-height: 38rpx;
  144. }
  145. .day-box{
  146. width: 40rpx;
  147. text-align: center;
  148. }
  149. .mao{
  150. display: inline-block;
  151. width: 20rpx;
  152. text-align: center;
  153. }
  154. .status04{
  155. float: left;
  156. width: 146rpx;
  157. }
  158. .s-button{
  159. background:#ED3D2E;
  160. width: 120rpx;
  161. height: 48rpx;
  162. font-size:28rpx;
  163. font-family:PingFang-SC-Medium;
  164. font-weight:500;
  165. color:rgba(255,255,255,1);
  166. text-align: center;
  167. line-height: 48rpx;
  168. border-radius: 24rpx;
  169. margin: 40rpx auto 0;
  170. }
  171. .p-title{
  172. font-size:30rpx;
  173. color:rgba(51,51,51,1);
  174. margin: 10rpx 0 20rpx 0;
  175. }
  176. .p-list{
  177. font-size:24rpx;
  178. font-family:PingFang-SC-Medium;
  179. font-weight:500;
  180. color:rgba(51,51,51,1);
  181. line-height:50rpx;
  182. }
  183. .edit{
  184. position:fixed;
  185. bottom:0;
  186. left:0;
  187. right:0;
  188. padding:20rpx 22rpx;
  189. background:#fff;
  190. }
  191. .edit-left{
  192. float: left;
  193. width: 562rpx;
  194. height: 95rpx;
  195. background:rgba(255,169,2,1);
  196. box-shadow:0px 8rpx 8rpx 1rpx rgba(255,169,2,0.32);
  197. border-radius:48rpx;
  198. }
  199. .edit-left02{
  200. float: left;
  201. width: 562rpx;
  202. height: 95rpx;
  203. border-radius:48rpx;
  204. border:none !important;
  205. }
  206. .edit-right{
  207. float: right;
  208. width: 269rpx;
  209. height: 95rpx;
  210. line-height: 46rpx;
  211. background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(248,98,52,1) 100%);
  212. box-shadow:0px 8rpx 8rpx 1rpx rgba(246,93,51,0.32);
  213. border-radius:48rpx;
  214. }
  215. .edit-left-top{
  216. height: 46rpx;
  217. text-align: center;
  218. line-height:65rpx;
  219. }
  220. .price{
  221. display: inline;
  222. font-size:32rpx;
  223. line-height: 32rpx;
  224. font-family:PingFang-SC-Medium;
  225. font-weight:500;
  226. color:rgba(254,254,254,1);
  227. margin-top: 6rpx;
  228. }
  229. .price-unit{
  230. display: inline;
  231. font-size:27rpx;
  232. line-height: 27rpx;
  233. margin-top: 11rpx;
  234. font-family:PingFang-SC-Medium;
  235. font-weight:500;
  236. color:rgba(254,254,254,1);
  237. }
  238. .edit-left-bottom{
  239. text-align: center;
  240. font-size:30rpx;
  241. line-height: 95rpx;
  242. font-family:PingFang-SC-Medium;
  243. font-weight:500;
  244. color:rgba(254,254,254,1);
  245. }
  246. .edit-right-top{
  247. line-height: 32rpx;
  248. text-align: center;
  249. margin-top: 13rpx;
  250. }
  251. .real-price{
  252. display: inline;
  253. font-size:32rpx;
  254. font-family:PingFang-SC-Medium;
  255. font-weight:500;
  256. color:rgba(254,254,254,1);
  257. }
  258. .real-price-unit{
  259. display: inline;
  260. font-size:27rpx;
  261. line-height: 27rpx;
  262. font-weight:500;
  263. color:rgba(254,254,254,1);
  264. }
  265. .edit-right-bottom{
  266. text-align: center;
  267. font-size:30rpx;
  268. line-height: 40rpx;
  269. font-weight:500;
  270. color:rgba(254,254,254,1);
  271. }
  272. .posi {
  273. position: relative;
  274. }
  275. .applyshop{
  276. font-size:32rpx;
  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. }