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.

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