1
0

campMinus.wxss 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. /* pages/ucenter/campMinus/campMinus.wxss */
  2. page {
  3. background: #f4f4f4;
  4. min-height: 100%;
  5. }
  6. .container {
  7. background: #f4f4f4;
  8. min-height: 100%;
  9. }
  10. .goods-view{
  11. /* border: 1px solid #999; */
  12. height: 70rpx;
  13. line-height: 70rpx;
  14. background: white;
  15. margin-top:10rpx;
  16. }
  17. .goods-view-image{
  18. height: 200rpx;
  19. line-height: 200rpx;
  20. background: white;
  21. }
  22. .goods-view-image .imagess{
  23. height: 200rpx;
  24. width: 100%;
  25. }
  26. .goods-store{
  27. text-align: left;
  28. margin-left: 10rpx;
  29. font-size: 30rpx;
  30. float: left;
  31. }
  32. .goods-shop{
  33. text-align: right;
  34. margin-right: 10rpx;
  35. font-size: 30rpx;
  36. color: #999;
  37. }
  38. .goods-time{
  39. text-align: center;
  40. font-size: 25rpx;
  41. color: #999;
  42. }
  43. .time_data{
  44. background-color: red;
  45. border-radius: 10rpx;
  46. height: 30rpx;
  47. line-height: 30rpx;
  48. margin:6rpx;
  49. color:white;
  50. font-size:28rpx;
  51. }
  52. .sort{
  53. position: relative;
  54. background: #fff;
  55. width: 100%;
  56. height: 78rpx;
  57. margin-top:10rpx;
  58. }
  59. .sort-box{
  60. background: #fff;
  61. width: 100%;
  62. height: 78rpx;
  63. overflow: hidden;
  64. padding: 0 30rpx;
  65. display: flex;
  66. border-bottom: 1px solid #d9d9d9;
  67. }
  68. .sort-box .item{
  69. height: 78rpx;
  70. line-height: 78rpx;
  71. text-align: center;
  72. flex:1;
  73. color: #333;
  74. font-size: 30rpx;
  75. }
  76. .sort-box .item .txt{
  77. display: block;
  78. width: 100%;
  79. height: 100%;
  80. color: #333;
  81. }
  82. .sort-box .item.active .txt{
  83. color: #b4282d;
  84. }
  85. .sort-box .item.by-price{
  86. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr3CSAazwCAAABD1aCMbo520.png) 155rpx center no-repeat;
  87. background-size: 15rpx 21rpx;
  88. }
  89. .sort-box .item.by-price.active.asc{
  90. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr3FOACHzqAAABHU5MD_M687.png) 155rpx center no-repeat;
  91. background-size: 15rpx 21rpx;
  92. }
  93. .sort-box .item.by-price.active.desc{
  94. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr3JCAcOP5AAABdVcSS6A457.png) 155rpx center no-repeat;
  95. background-size: 15rpx 21rpx;
  96. }
  97. .sort-box-category{
  98. background: #fff;
  99. width: 100%;
  100. height: auto;
  101. overflow: hidden;
  102. padding: 40rpx 40rpx 0 0;
  103. border-bottom: 1px solid #d9d9d9;
  104. }
  105. .sort-box-category .item{
  106. height: 54rpx;
  107. line-height: 54rpx;
  108. text-align: center;
  109. float: left;
  110. padding: 0 16rpx;
  111. margin: 0 0 40rpx 40rpx;
  112. border: 1px solid #666;
  113. color: #333;
  114. font-size: 24rpx;
  115. }
  116. .sort-box-category .item.active{
  117. color: #b4282d;
  118. border: 1px solid #b4282d;
  119. }
  120. .cate-item .b{
  121. width: 750rpx;
  122. height: auto;
  123. overflow: hidden;
  124. border-top: 1rpx solid #f4f4f4;
  125. margin-top: 20rpx;
  126. margin-bottom: 120rpx;
  127. }
  128. .cate-item .b .item{
  129. float: left;
  130. background: #fff;
  131. width: 375rpx;
  132. padding-bottom: 33.333rpx;
  133. border-bottom: 1rpx solid #f4f4f4;
  134. height: auto;
  135. overflow: hidden;
  136. text-align: center;
  137. }
  138. .cate-item .b .item-b{
  139. border-right: 1rpx solid #f4f4f4;
  140. }
  141. .cate-item .item .img{
  142. margin-top: 10rpx;
  143. width: 302rpx;
  144. height: 302rpx;
  145. background-size:202rpx 202rpx;
  146. }
  147. .cate-item .item .name{
  148. display: block;
  149. width: 365.625rpx;
  150. height: 70rpx;
  151. padding: 0 20rpx;
  152. margin: 11.5rpx 0 22rpx 0;
  153. text-align: center;
  154. font-size: 26rpx;
  155. color: #333;
  156. }
  157. .cate-item .item .price{
  158. display: block;
  159. width: 365.625rpx;
  160. height: 30rpx;
  161. text-align: center;
  162. font-size: 30rpx;
  163. color: #b4282d;
  164. }
  165. .cate-item .item .price .cart{
  166. margin-left: 20rpx;
  167. width: 35rpx;
  168. height: 35rpx;
  169. vertical-align: -6rpx;
  170. }
  171. .attr-pop {
  172. width: 100%;
  173. height: auto;
  174. padding: 31.25rpx;
  175. background: #fff;
  176. position: fixed;
  177. bottom: 100rpx;
  178. z-index: 500;
  179. }
  180. .attr-close{
  181. float: right;
  182. width: 40rpx;
  183. height: 40rpx;
  184. line-height: 40rpx;
  185. border-radius: 50%;
  186. font-size: 40rpx;
  187. text-align: center;
  188. overflow: hidden;
  189. }
  190. .attr-pop .img-info {
  191. width: 687.5rpx;
  192. height: 177rpx;
  193. overflow: hidden;
  194. margin-bottom: 41.5rpx;
  195. }
  196. .attr-pop .img {
  197. float: left;
  198. height: 177rpx;
  199. width: 177rpx;
  200. background: #f4f4f4;
  201. margin-right: 31.25rpx;
  202. }
  203. .attr-pop .info {
  204. /* float: left; */
  205. height: 177rpx;
  206. display: flex;
  207. align-items: flex-start;
  208. }
  209. .attr-pop .p {
  210. font-size: 33rpx;
  211. color: #333;
  212. height: 33rpx;
  213. line-height: 33rpx;
  214. margin-bottom: 10rpx;
  215. }
  216. .attr-pop .a {
  217. font-size: 29rpx;
  218. color: #333;
  219. height: 40rpx;
  220. line-height: 40rpx;
  221. width: 260px;
  222. display:block;
  223. word-break: break-all;
  224. word-wrap: break-word;
  225. }
  226. .spec-con {
  227. width: 100%;
  228. height: auto;
  229. overflow: hidden;
  230. }
  231. .spec-con .name {
  232. height: 32rpx;
  233. margin-bottom: 22rpx;
  234. font-size: 29rpx;
  235. color: #333;
  236. }
  237. .spec-con .values {
  238. height: auto;
  239. margin-bottom: 31.25rpx;
  240. font-size: 0;
  241. }
  242. .spec-con .value {
  243. display: inline-block;
  244. height: 62rpx;
  245. padding: 0 35rpx;
  246. line-height: 56rpx;
  247. text-align: center;
  248. margin-right: 25rpx;
  249. margin-bottom: 16.5rpx;
  250. border: 1px solid #333;
  251. font-size: 25rpx;
  252. color: #333;
  253. }
  254. .spec-con .value.disable {
  255. border: 1px solid #ccc;
  256. color: #ccc;
  257. }
  258. .spec-con .value.selected {
  259. border: 1px solid #b4282d;
  260. color: #b4282d;
  261. }
  262. .number-item .selnum {
  263. width: 322rpx;
  264. height: 71rpx;
  265. border: 1px solid #ccc;
  266. display: flex;
  267. }
  268. .number-item .cut {
  269. width: 93.75rpx;
  270. height: 100%;
  271. text-align: center;
  272. line-height: 65rpx;
  273. }
  274. .number-item .number {
  275. flex: 1;
  276. height: 100%;
  277. text-align: center;
  278. line-height: 68.75rpx;
  279. border-left: 1px solid #ccc;
  280. border-right: 1px solid #ccc;
  281. float: left;
  282. }
  283. .number-item .add {
  284. width: 93.75rpx;
  285. height: 100%;
  286. text-align: center;
  287. line-height: 65rpx;
  288. }
  289. .bottom-btn {
  290. position: fixed;
  291. left: 0;
  292. bottom: 0;
  293. z-index: 10;
  294. width: 750rpx;
  295. height: 100rpx;
  296. display: flex;
  297. background: #fff;
  298. }
  299. .bottom-btn .r {
  300. border: 1px solid #b4282d;
  301. background: #b4282d;
  302. float: left;
  303. height: 100rpx;
  304. line-height: 96rpx;
  305. flex: 1;
  306. text-align: center;
  307. color: #fff;
  308. }
  309. .addEnabel {
  310. width: 93.75rpx;
  311. height: 100%;
  312. text-align: center;
  313. line-height: 65rpx;
  314. color: #ccc;
  315. }
  316. .no-coupon {
  317. width: 100%;
  318. height: auto;
  319. margin: 0 auto;
  320. }
  321. .no-coupon .c {
  322. width: 100%;
  323. height: auto;
  324. margin-top: 40rpx;
  325. }
  326. .no-coupon .c image {
  327. margin: 0 auto;
  328. display: block;
  329. text-align: center;
  330. width: 258rpx;
  331. height: 258rpx;
  332. }
  333. .no-coupon .c text {
  334. margin: 0 auto;
  335. display: block;
  336. width: 258rpx;
  337. height: 29rpx;
  338. line-height: 29rpx;
  339. text-align: center;
  340. font-size: 29rpx;
  341. color: #999;
  342. }
  343. .title-box {
  344. width: 100%;
  345. padding-top: 260rpx;
  346. text-align: center;
  347. font-size: 28rpx;
  348. color: #999;
  349. background: url(http://120.76.26.84:80/group1/M00/00/27/rBJEdVzbw4yAWd_IAAAaTsVixsQ773.png) no-repeat center 5rpx;
  350. background-size: 250rpx auto;
  351. margin-bottom: 50rpx;
  352. }
  353. .goods-view2{
  354. /* border: 1px solid #999; */
  355. height: 70rpx;
  356. line-height: 70rpx;
  357. margin-top:20rpx;
  358. }
  359. .goods-store2{
  360. text-align: left;
  361. margin-left: 10rpx;
  362. font-size: 24rpx;
  363. float: left;
  364. color: #999;
  365. }
  366. .goods-shop2{
  367. text-align: right;
  368. margin-right: 10rpx;
  369. font-size: 24rpx;
  370. color: #999;
  371. }
  372. .btns {
  373. position: fixed;
  374. bottom: 0;
  375. left: 0;
  376. overflow: hidden;
  377. display: flex;
  378. height: 70rpx;
  379. width: 100%;
  380. }
  381. .btns .save {
  382. flex: 1;
  383. height: 70rpx;
  384. text-align: center;
  385. line-height: 70rpx;
  386. font-size: 28rpx;
  387. color: #fff;
  388. border: none;
  389. border-radius: 0;
  390. background: #b4282d;
  391. }
  392. .attr-pop {
  393. width: 100%;
  394. height: auto;
  395. padding: 31.25rpx;
  396. background: #fff;
  397. position: fixed;
  398. bottom: 1rpx;
  399. z-index: 600;
  400. }
  401. .attr-close {
  402. float: right;
  403. width: 40rpx;
  404. height: 40rpx;
  405. line-height: 40rpx;
  406. border-radius: 50%;
  407. font-size: 40rpx;
  408. text-align: center;
  409. overflow: hidden;
  410. }
  411. .attr-pop .img-info {
  412. width: 687.5rpx;
  413. height: 177rpx;
  414. overflow: hidden;
  415. margin-bottom: 41.5rpx;
  416. }
  417. .attr-pop .img {
  418. float: left;
  419. height: 30rpx;
  420. width: 30rpx;
  421. background: #f4f4f4;
  422. margin-right: 31.25rpx;
  423. }
  424. .attr-pop .info {
  425. /* float: left; */
  426. height: 177rpx;
  427. display: flex;
  428. align-items: flex-start;
  429. }
  430. .attr-pop .p {
  431. font-size: 33rpx;
  432. color: #333;
  433. height: 33rpx;
  434. line-height: 33rpx;
  435. margin-bottom: 10rpx;
  436. }
  437. .attr-pop .a {
  438. font-size: 29rpx;
  439. color: #333;
  440. height: 40rpx;
  441. line-height: 40rpx;
  442. width: 260px;
  443. display: block;
  444. word-break: break-all;
  445. word-wrap: break-word;
  446. }
  447. .attr-title{
  448. /* float: left; */
  449. height: 40rpx;
  450. line-height: 40rpx;
  451. font-size: 35rpx;
  452. text-align: center;
  453. overflow: hidden;
  454. }
  455. .ticket-img-info {
  456. width: 687.5rpx;
  457. height: 300rpx;
  458. /* overflow: scroll; */
  459. margin-bottom: 41.5rpx;
  460. padding-top: 50rpx;
  461. }
  462. .camp-title {
  463. font-size: 0.9rem;
  464. margin-top: 22rpx;
  465. width: 100%;
  466. height: 30rpx;
  467. line-height: 30rpx;
  468. }
  469. .camp-title-text{
  470. float:left;
  471. margin-right:30rpx;
  472. font-size:24rpx;
  473. color: rgb(158, 157, 157);
  474. }