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.

397 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. button::after{ border: none; }
  23. .goback image{
  24. position:absolute;
  25. width:60rpx;
  26. left:0;
  27. right:0;
  28. top:0;
  29. bottom:0;
  30. margin:auto;
  31. height: 80rpx;
  32. }
  33. .content-box{
  34. box-sizing: content-box;
  35. height: auto;
  36. overflow: hidden;
  37. }
  38. .content{
  39. position: relative;
  40. width: 100%;
  41. height: auto;
  42. background: #fff;
  43. overflow: hidden;
  44. padding-bottom: 130rpx;
  45. }
  46. .text{
  47. padding: 0 30rpx;
  48. }
  49. .title{
  50. position: relative;
  51. background-color: #fff;
  52. z-index: 100;
  53. width: 750rpx;
  54. padding-top: 30rpx;
  55. padding-left: 30rpx;
  56. line-height: 50rpx;
  57. border-radius:20rpx 20rpx 0px 0px;
  58. margin-top: -25rpx;
  59. opacity: 1;
  60. font-size:32rpx;
  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:30rpx;
  174. color:rgba(51,51,51,1);
  175. margin: 10rpx 0 20rpx 0;
  176. }
  177. .p-list{
  178. font-size:24rpx;
  179. font-family:PingFang-SC-Medium;
  180. font-weight:500;
  181. color:rgba(51,51,51,1);
  182. line-height:50rpx;
  183. }
  184. .edit{
  185. position:fixed;
  186. bottom:0;
  187. left:0;
  188. right:0;
  189. padding:20rpx 22rpx;
  190. background:#fff;
  191. }
  192. .edit-left{
  193. float: left;
  194. width: 269rpx;
  195. height: 95rpx;
  196. background:rgba(255,169,2,1);
  197. box-shadow:0px 8rpx 8rpx 1rpx rgba(255,169,2,0.32);
  198. border-radius:48rpx;
  199. }
  200. .edit-right{
  201. float: right;
  202. width: 269rpx;
  203. height: 95rpx;
  204. line-height: 46rpx;
  205. background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(248,98,52,1) 100%);
  206. box-shadow:0px 8rpx 8rpx 1rpx rgba(246,93,51,0.32);
  207. border-radius:48rpx;
  208. }
  209. .edit-left-top{
  210. height: 46rpx;
  211. text-align: center;
  212. line-height:65rpx;
  213. }
  214. .price{
  215. display: inline;
  216. font-size:32rpx;
  217. line-height: 32rpx;
  218. font-family:PingFang-SC-Medium;
  219. font-weight:500;
  220. color:rgba(254,254,254,1);
  221. margin-top: 6rpx;
  222. }
  223. .price-unit{
  224. display: inline;
  225. font-size:27rpx;
  226. line-height: 27rpx;
  227. margin-top: 11rpx;
  228. font-family:PingFang-SC-Medium;
  229. font-weight:500;
  230. color:rgba(254,254,254,1);
  231. }
  232. .edit-left-bottom{
  233. text-align: center;
  234. font-size:30rpx;
  235. line-height: 40rpx;
  236. font-family:PingFang-SC-Medium;
  237. font-weight:500;
  238. color:rgba(254,254,254,1);
  239. }
  240. .edit-right-top{
  241. line-height: 32rpx;
  242. text-align: center;
  243. margin-top: 13rpx;
  244. }
  245. .real-price{
  246. display: inline;
  247. font-size:32rpx;
  248. font-family:PingFang-SC-Medium;
  249. font-weight:500;
  250. color:rgba(254,254,254,1);
  251. }
  252. .real-price-unit{
  253. display: inline;
  254. font-size:27rpx;
  255. line-height: 27rpx;
  256. font-weight:500;
  257. color:rgba(254,254,254,1);
  258. }
  259. .edit-right-bottom{
  260. text-align: center;
  261. font-size:30rpx;
  262. line-height: 40rpx;
  263. font-weight:500;
  264. color:rgba(254,254,254,1);
  265. }
  266. .posi {
  267. position: relative;
  268. }
  269. .applyshop{
  270. font-size:32rpx;
  271. color:rgba(51,51,51,1);
  272. margin: 10rpx 0 20rpx 0;
  273. }
  274. .posi>view:nth-child(2) {
  275. width: 100%;
  276. height: 87rpx;
  277. display: flex;
  278. justify-content: space-between;
  279. line-height: 87rpx;
  280. }
  281. .posi>view:nth-child(2) text:nth-child(1) {
  282. font-size: 30rpx;
  283. color: #a9a9a9;
  284. }
  285. .posi>view:nth-child(2) text:nth-child(2) {
  286. font-size: 30rpx;
  287. color: #a9a9a9;
  288. }
  289. .posi_logo {
  290. width: 100%;
  291. display: flex;
  292. padding: 20rpx 0;
  293. background: #fff;
  294. height: 100rpx;
  295. margin-bottom: 20rpx;
  296. }
  297. .posi_logo view:nth-child(1) {
  298. width: 100rpx;
  299. height: 100rpx;
  300. border-radius: 16rpx;
  301. }
  302. .posi_logo view:nth-child(1) image {
  303. display: block;
  304. width: 100rpx;
  305. height: 100rpx;
  306. border-radius: 16rpx;
  307. border: 1px solid #e5e5e5;
  308. }
  309. .posi_logo view:nth-child(2) {
  310. display: flex;
  311. flex-direction: column;
  312. flex: 8;
  313. padding-left: 30rpx;
  314. }
  315. .posi_logo view:nth-child(2) text:nth-child(1) {
  316. font-size: 32rpx;
  317. color: #333;
  318. letter-spacing: 0;
  319. }
  320. .posi_logo view:nth-child(2) text:nth-child(2) {
  321. font-size: 24rpx;
  322. color: #b8b8b8;
  323. padding-top: 3rpx;
  324. width: 450rpx;
  325. height: 36rpx;
  326. overflow: hidden;
  327. }
  328. .tel {
  329. right: 0;
  330. top: 0;
  331. bottom: 0;
  332. margin: auto;
  333. width: 50rpx;
  334. height: 50rpx;
  335. }
  336. .rest {
  337. font-size: 24rpx;
  338. color: #919191;
  339. letter-spacing: 0;
  340. height: 70rpx;
  341. line-height: 70rpx;
  342. /* border-bottom: 1px solid #eee; */
  343. border-bottom: 1px solid #f9f9f9;
  344. }
  345. .restNum {
  346. font-size: 24rpx;
  347. color: #999;
  348. letter-spacing: 1.16rpx;
  349. text-align: right;
  350. }
  351. .time {
  352. font-size: 24rpx;
  353. color: #333;
  354. letter-spacing: 0;
  355. line-height: 33rpx;
  356. display: inline-block;
  357. }
  358. .txt01 {
  359. font-size: 24rpx;
  360. color: #919191;
  361. letter-spacing: 0;
  362. }
  363. .times {
  364. display: inline-block;
  365. color: #ff4949;
  366. font-weight: bold;
  367. font-size: 26rpx;
  368. text-align: center;
  369. }
  370. .times text {
  371. display: inline-block;
  372. margin: 6rpx;
  373. width: 46rpx;
  374. height: 56rpx;
  375. text-align: center;
  376. font-size: 28rpx;
  377. line-height: 60rpx;
  378. border-radius: 12rpx;
  379. color: #fff;
  380. font-weight: bold;
  381. background: #ff4949;
  382. }