C端小程序
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

396 рядки
6.7 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: 15rpx;
  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: 269rpx;
  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-right{
  200. float: right;
  201. width: 269rpx;
  202. height: 95rpx;
  203. line-height: 46rpx;
  204. background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(248,98,52,1) 100%);
  205. box-shadow:0px 8rpx 8rpx 1rpx rgba(246,93,51,0.32);
  206. border-radius:48rpx;
  207. }
  208. .edit-left-top{
  209. height: 46rpx;
  210. text-align: center;
  211. line-height:65rpx;
  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. font-weight:500;
  256. color:rgba(254,254,254,1);
  257. }
  258. .edit-right-bottom{
  259. text-align: center;
  260. font-size:30rpx;
  261. line-height: 40rpx;
  262. font-weight:500;
  263. color:rgba(254,254,254,1);
  264. }
  265. .posi {
  266. position: relative;
  267. }
  268. .applyshop{
  269. font-size:32rpx;
  270. color:rgba(51,51,51,1);
  271. margin: 10rpx 0 20rpx 0;
  272. }
  273. .posi>view:nth-child(2) {
  274. width: 100%;
  275. height: 87rpx;
  276. display: flex;
  277. justify-content: space-between;
  278. line-height: 87rpx;
  279. }
  280. .posi>view:nth-child(2) text:nth-child(1) {
  281. font-size: 30rpx;
  282. color: #a9a9a9;
  283. }
  284. .posi>view:nth-child(2) text:nth-child(2) {
  285. font-size: 30rpx;
  286. color: #a9a9a9;
  287. }
  288. .posi_logo {
  289. width: 100%;
  290. display: flex;
  291. padding: 20rpx 0;
  292. background: #fff;
  293. height: 100rpx;
  294. margin-bottom: 20rpx;
  295. }
  296. .posi_logo view:nth-child(1) {
  297. width: 100rpx;
  298. height: 100rpx;
  299. border-radius: 16rpx;
  300. }
  301. .posi_logo view:nth-child(1) image {
  302. display: block;
  303. width: 100rpx;
  304. height: 100rpx;
  305. border-radius: 16rpx;
  306. border: 1px solid #e5e5e5;
  307. }
  308. .posi_logo view:nth-child(2) {
  309. display: flex;
  310. flex-direction: column;
  311. flex: 8;
  312. padding-left: 30rpx;
  313. }
  314. .posi_logo view:nth-child(2) text:nth-child(1) {
  315. font-size: 32rpx;
  316. color: #333;
  317. letter-spacing: 0;
  318. }
  319. .posi_logo view:nth-child(2) text:nth-child(2) {
  320. font-size: 24rpx;
  321. color: #b8b8b8;
  322. padding-top: 3rpx;
  323. width: 450rpx;
  324. height: 36rpx;
  325. overflow: hidden;
  326. }
  327. .tel {
  328. right: 0;
  329. top: 0;
  330. bottom: 0;
  331. margin: auto;
  332. width: 50rpx;
  333. height: 50rpx;
  334. }
  335. .rest {
  336. font-size: 24rpx;
  337. color: #919191;
  338. letter-spacing: 0;
  339. height: 70rpx;
  340. line-height: 70rpx;
  341. /* border-bottom: 1px solid #eee; */
  342. border-bottom: 1px solid #f9f9f9;
  343. }
  344. .restNum {
  345. font-size: 24rpx;
  346. color: #999;
  347. letter-spacing: 1.16rpx;
  348. text-align: right;
  349. }
  350. .time {
  351. font-size: 24rpx;
  352. color: #333;
  353. letter-spacing: 0;
  354. line-height: 33rpx;
  355. display: inline-block;
  356. }
  357. .txt01 {
  358. font-size: 24rpx;
  359. color: #919191;
  360. letter-spacing: 0;
  361. }
  362. .times {
  363. display: inline-block;
  364. color: #ff4949;
  365. font-weight: bold;
  366. font-size: 26rpx;
  367. text-align: center;
  368. }
  369. .times text {
  370. display: inline-block;
  371. margin: 6rpx;
  372. width: 46rpx;
  373. height: 56rpx;
  374. text-align: center;
  375. font-size: 28rpx;
  376. line-height: 60rpx;
  377. border-radius: 12rpx;
  378. color: #fff;
  379. font-weight: bold;
  380. background: #ff4949;
  381. }