C端小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

401 líneas
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: 30rpx;
  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. }
  213. .price{
  214. display: inline;
  215. font-size:32rpx;
  216. line-height: 32rpx;
  217. font-family:PingFang-SC-Medium;
  218. font-weight:500;
  219. color:rgba(254,254,254,1);
  220. margin-top: 6rpx;
  221. }
  222. .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-left-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. .edit-right-top{
  240. line-height: 32rpx;
  241. text-align: center;
  242. margin-top: 13rpx;
  243. }
  244. .real-price{
  245. display: inline;
  246. font-size:32rpx;
  247. font-family:PingFang-SC-Medium;
  248. font-weight:500;
  249. color:rgba(254,254,254,1);
  250. }
  251. .real-price-unit{
  252. display: inline;
  253. font-size:27rpx;
  254. line-height: 27rpx;
  255. margin-top: 11rpx;
  256. font-family:PingFang-SC-Medium;
  257. font-weight:500;
  258. color:rgba(254,254,254,1);
  259. }
  260. .edit-right-bottom{
  261. text-align: center;
  262. font-size:30rpx;
  263. line-height: 40rpx;
  264. font-family:PingFang-SC-Medium;
  265. font-weight:500;
  266. color:rgba(254,254,254,1);
  267. }
  268. .posi {
  269. position: relative;
  270. }
  271. .applyshop{
  272. font-size:32rpx;
  273. font-family:PingFang-SC-Bold;
  274. font-weight:bold;
  275. color:rgba(51,51,51,1);
  276. margin: 10rpx 0 20rpx 0;
  277. }
  278. .posi>view:nth-child(2) {
  279. width: 100%;
  280. height: 87rpx;
  281. display: flex;
  282. justify-content: space-between;
  283. line-height: 87rpx;
  284. }
  285. .posi>view:nth-child(2) text:nth-child(1) {
  286. font-size: 30rpx;
  287. color: #a9a9a9;
  288. }
  289. .posi>view:nth-child(2) text:nth-child(2) {
  290. font-size: 30rpx;
  291. color: #a9a9a9;
  292. }
  293. .posi_logo {
  294. width: 100%;
  295. display: flex;
  296. padding: 20rpx 0;
  297. background: #fff;
  298. height: 100rpx;
  299. margin-bottom: 20rpx;
  300. }
  301. .posi_logo view:nth-child(1) {
  302. width: 100rpx;
  303. height: 100rpx;
  304. border-radius: 16rpx;
  305. }
  306. .posi_logo view:nth-child(1) image {
  307. display: block;
  308. width: 100rpx;
  309. height: 100rpx;
  310. border-radius: 16rpx;
  311. border: 1px solid #e5e5e5;
  312. }
  313. .posi_logo view:nth-child(2) {
  314. display: flex;
  315. flex-direction: column;
  316. flex: 8;
  317. padding-left: 30rpx;
  318. }
  319. .posi_logo view:nth-child(2) text:nth-child(1) {
  320. font-size: 32rpx;
  321. color: #333;
  322. letter-spacing: 0;
  323. }
  324. .posi_logo view:nth-child(2) text:nth-child(2) {
  325. font-size: 24rpx;
  326. color: #b8b8b8;
  327. padding-top: 3rpx;
  328. width: 450rpx;
  329. height: 36rpx;
  330. overflow: hidden;
  331. }
  332. .tel {
  333. right: 0;
  334. top: 0;
  335. bottom: 0;
  336. margin: auto;
  337. width: 50rpx;
  338. height: 50rpx;
  339. }
  340. .rest {
  341. font-size: 24rpx;
  342. color: #919191;
  343. letter-spacing: 0;
  344. height: 70rpx;
  345. line-height: 70rpx;
  346. /* border-bottom: 1px solid #eee; */
  347. border-bottom: 1px solid #f9f9f9;
  348. }
  349. .restNum {
  350. font-size: 24rpx;
  351. color: #999;
  352. letter-spacing: 1.16rpx;
  353. text-align: right;
  354. }
  355. .time {
  356. font-size: 24rpx;
  357. color: #333;
  358. letter-spacing: 0;
  359. line-height: 33rpx;
  360. display: inline-block;
  361. }
  362. .txt01 {
  363. font-size: 24rpx;
  364. color: #919191;
  365. letter-spacing: 0;
  366. }
  367. .times {
  368. display: inline-block;
  369. color: #ff4949;
  370. font-weight: bold;
  371. font-size: 26rpx;
  372. text-align: center;
  373. }
  374. .times text {
  375. display: inline-block;
  376. margin: 6rpx;
  377. width: 46rpx;
  378. height: 56rpx;
  379. text-align: center;
  380. font-size: 28rpx;
  381. line-height: 60rpx;
  382. border-radius: 12rpx;
  383. color: #fff;
  384. font-weight: bold;
  385. background: #ff4949;
  386. }