ticketDiscountGoods.wxss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. /* pages/ucenter/ticketDiscountGoods.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. }
  16. .goods-store{
  17. text-align: left;
  18. margin-left: 10rpx;
  19. font-size: 30rpx;
  20. float: left;
  21. }
  22. .goods-shop{
  23. text-align: right;
  24. margin-right: 10rpx;
  25. font-size: 30rpx;
  26. color: #999;
  27. }
  28. .sort{
  29. position: relative;
  30. background: #fff;
  31. width: 100%;
  32. height: 78rpx;
  33. margin-top:10rpx;
  34. }
  35. .sort-box{
  36. background: #fff;
  37. width: 100%;
  38. height: 78rpx;
  39. overflow: hidden;
  40. padding: 0 30rpx;
  41. display: flex;
  42. border-bottom: 1px solid #d9d9d9;
  43. }
  44. .sort-box .item{
  45. height: 78rpx;
  46. line-height: 78rpx;
  47. text-align: center;
  48. flex:1;
  49. color: #333;
  50. font-size: 30rpx;
  51. }
  52. .sort-box .item .txt{
  53. display: block;
  54. width: 100%;
  55. height: 100%;
  56. color: #333;
  57. }
  58. .sort-box .item.active .txt{
  59. color: #b4282d;
  60. }
  61. .sort-box .item.by-price{
  62. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr3CSAazwCAAABD1aCMbo520.png) 155rpx center no-repeat;
  63. background-size: 15rpx 21rpx;
  64. }
  65. .sort-box .item.by-price.active.asc{
  66. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr3FOACHzqAAABHU5MD_M687.png) 155rpx center no-repeat;
  67. background-size: 15rpx 21rpx;
  68. }
  69. .sort-box .item.by-price.active.desc{
  70. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr3JCAcOP5AAABdVcSS6A457.png) 155rpx center no-repeat;
  71. background-size: 15rpx 21rpx;
  72. }
  73. .sort-box-category{
  74. background: #fff;
  75. width: 100%;
  76. height: auto;
  77. overflow: hidden;
  78. padding: 40rpx 40rpx 0 0;
  79. border-bottom: 1px solid #d9d9d9;
  80. }
  81. .sort-box-category .item{
  82. height: 54rpx;
  83. line-height: 54rpx;
  84. text-align: center;
  85. float: left;
  86. padding: 0 16rpx;
  87. margin: 0 0 40rpx 40rpx;
  88. border: 1px solid #666;
  89. color: #333;
  90. font-size: 24rpx;
  91. }
  92. .sort-box-category .item.active{
  93. color: #b4282d;
  94. border: 1px solid #b4282d;
  95. }
  96. .cate-item .b{
  97. width: 750rpx;
  98. height: auto;
  99. overflow: hidden;
  100. border-top: 1rpx solid #f4f4f4;
  101. margin-top: 20rpx;
  102. margin-bottom: 120rpx;
  103. }
  104. .cate-item .b .item{
  105. float: left;
  106. background: #fff;
  107. width: 375rpx;
  108. padding-bottom: 33.333rpx;
  109. border-bottom: 1rpx solid #f4f4f4;
  110. height: auto;
  111. overflow: hidden;
  112. text-align: center;
  113. }
  114. .cate-item .b .item-b{
  115. border-right: 1rpx solid #f4f4f4;
  116. }
  117. .cate-item .item .img{
  118. margin-top: 10rpx;
  119. width: 302rpx;
  120. height: 302rpx;
  121. background-size:202rpx 202rpx;
  122. }
  123. .cate-item .item .name{
  124. display: block;
  125. width: 365.625rpx;
  126. height: 70rpx;
  127. padding: 0 20rpx;
  128. margin: 11.5rpx 0 22rpx 0;
  129. text-align: center;
  130. font-size: 26rpx;
  131. color: #333;
  132. }
  133. .cate-item .item .price{
  134. display: block;
  135. width: 365.625rpx;
  136. height: 30rpx;
  137. text-align: center;
  138. font-size: 30rpx;
  139. color: #b4282d;
  140. }
  141. .cate-item .item .price .cart{
  142. margin-left: 20rpx;
  143. width: 35rpx;
  144. height: 35rpx;
  145. vertical-align: -6rpx;
  146. }
  147. .attr-pop {
  148. width: 100%;
  149. height: auto;
  150. padding: 31.25rpx;
  151. background: #fff;
  152. position: fixed;
  153. bottom: 100rpx;
  154. z-index: 500;
  155. }
  156. .attr-close{
  157. float: right;
  158. width: 40rpx;
  159. height: 40rpx;
  160. line-height: 40rpx;
  161. border-radius: 50%;
  162. font-size: 40rpx;
  163. text-align: center;
  164. overflow: hidden;
  165. }
  166. .attr-pop .img-info {
  167. width: 687.5rpx;
  168. height: 177rpx;
  169. overflow: hidden;
  170. margin-bottom: 41.5rpx;
  171. }
  172. .attr-pop .img {
  173. float: left;
  174. height: 177rpx;
  175. width: 177rpx;
  176. background: #f4f4f4;
  177. margin-right: 31.25rpx;
  178. }
  179. .attr-pop .info {
  180. /* float: left; */
  181. height: 177rpx;
  182. display: flex;
  183. align-items: flex-start;
  184. }
  185. .attr-pop .p {
  186. font-size: 33rpx;
  187. color: #333;
  188. height: 33rpx;
  189. line-height: 33rpx;
  190. margin-bottom: 10rpx;
  191. }
  192. .attr-pop .a {
  193. font-size: 29rpx;
  194. color: #333;
  195. height: 40rpx;
  196. line-height: 40rpx;
  197. width: 260px;
  198. display:block;
  199. word-break: break-all;
  200. word-wrap: break-word;
  201. }
  202. .spec-con {
  203. width: 100%;
  204. height: auto;
  205. overflow: hidden;
  206. }
  207. .spec-con .name {
  208. height: 32rpx;
  209. margin-bottom: 22rpx;
  210. font-size: 29rpx;
  211. color: #333;
  212. }
  213. .spec-con .values {
  214. height: auto;
  215. margin-bottom: 31.25rpx;
  216. font-size: 0;
  217. }
  218. .spec-con .value {
  219. display: inline-block;
  220. height: 62rpx;
  221. padding: 0 35rpx;
  222. line-height: 56rpx;
  223. text-align: center;
  224. margin-right: 25rpx;
  225. margin-bottom: 16.5rpx;
  226. border: 1px solid #333;
  227. font-size: 25rpx;
  228. color: #333;
  229. }
  230. .spec-con .value.disable {
  231. border: 1px solid #ccc;
  232. color: #ccc;
  233. }
  234. .spec-con .value.selected {
  235. border: 1px solid #b4282d;
  236. color: #b4282d;
  237. }
  238. .number-item .selnum {
  239. width: 322rpx;
  240. height: 71rpx;
  241. border: 1px solid #ccc;
  242. display: flex;
  243. }
  244. .number-item .cut {
  245. width: 93.75rpx;
  246. height: 100%;
  247. text-align: center;
  248. line-height: 65rpx;
  249. }
  250. .number-item .number {
  251. flex: 1;
  252. height: 100%;
  253. text-align: center;
  254. line-height: 68.75rpx;
  255. border-left: 1px solid #ccc;
  256. border-right: 1px solid #ccc;
  257. float: left;
  258. }
  259. .number-item .add {
  260. width: 93.75rpx;
  261. height: 100%;
  262. text-align: center;
  263. line-height: 65rpx;
  264. }
  265. .bottom-btn {
  266. position: fixed;
  267. left: 0;
  268. bottom: 0;
  269. z-index: 10;
  270. width: 750rpx;
  271. height: 100rpx;
  272. display: flex;
  273. background: #fff;
  274. }
  275. .bottom-btn .r {
  276. border: 1px solid #b4282d;
  277. background: #b4282d;
  278. float: left;
  279. height: 100rpx;
  280. line-height: 96rpx;
  281. flex: 1;
  282. text-align: center;
  283. color: #fff;
  284. }
  285. .addEnabel {
  286. width: 93.75rpx;
  287. height: 100%;
  288. text-align: center;
  289. line-height: 65rpx;
  290. color: #ccc;
  291. }
  292. .no-coupon {
  293. width: 100%;
  294. height: auto;
  295. margin: 0 auto;
  296. }
  297. .no-coupon .c {
  298. width: 100%;
  299. height: auto;
  300. margin-top: 180rpx;
  301. }
  302. .no-coupon .c image {
  303. margin: 0 auto;
  304. display: block;
  305. text-align: center;
  306. width: 258rpx;
  307. height: 258rpx;
  308. }
  309. .no-coupon .c text {
  310. margin: 0 auto;
  311. display: block;
  312. width: 258rpx;
  313. height: 29rpx;
  314. line-height: 29rpx;
  315. text-align: center;
  316. font-size: 29rpx;
  317. color: #999;
  318. }
  319. .title-box {
  320. width: 100%;
  321. padding-top: 260rpx;
  322. text-align: center;
  323. font-size: 28rpx;
  324. color: #999;
  325. background: url(http://120.76.26.84:80/group1/M00/00/27/rBJEdVzbw4yAWd_IAAAaTsVixsQ773.png) no-repeat center 5rpx;
  326. background-size: 250rpx auto;
  327. margin-bottom: 50rpx;
  328. }
  329. .goods-view2{
  330. /* border: 1px solid #999; */
  331. height: 70rpx;
  332. line-height: 70rpx;
  333. margin-top:20rpx;
  334. }
  335. .goods-store2{
  336. text-align: left;
  337. margin-left: 10rpx;
  338. font-size: 24rpx;
  339. float: left;
  340. color: #999;
  341. }
  342. .goods-shop2{
  343. text-align: right;
  344. margin-right: 10rpx;
  345. font-size: 24rpx;
  346. color: #999;
  347. }