shopList.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. .topNav {
  2. border-bottom: 3px solid #1697ea;
  3. }
  4. .navigationShop .shopAll {
  5. width: 100%;
  6. background: #f4f9fd;
  7. height: 60px;
  8. line-height: 60px;
  9. font-size: 16px;
  10. }
  11. .navigationShop .shopAll img {
  12. margin-right: 44px;
  13. margin-left: 14px;
  14. display: inline-block;
  15. }
  16. .tabShop {
  17. margin-top: 19px;
  18. }
  19. .tabShop #checkboxAll {
  20. vertical-align: top;
  21. opacity: 0;
  22. margin-top: 19px;
  23. margin-left: -23px;
  24. }
  25. .nubTotal {
  26. display: inline-block;
  27. margin-left: 5px;
  28. }
  29. .tabShop .checkImg {
  30. display: inline-block;
  31. vertical-align: top;
  32. margin-top: 19px;
  33. margin-left: 36px;
  34. margin-right: 10px;
  35. width: 13px;
  36. height: 13px;
  37. background: url(../../../img/shopList/shopOK.jpg)no-repeat;
  38. background-size: 100% 100%;
  39. }
  40. .tabShop .checkNoImg {
  41. display: inline-block;
  42. vertical-align: top;
  43. margin-top: 19px;
  44. margin-left: 36px;
  45. margin-right: 10px;
  46. width: 13px;
  47. height: 13px;
  48. background: url(../../../img/shopList/shopNo.jpg)no-repeat;
  49. background-size: 100% 100%;
  50. }
  51. .shopLists .companyImg {
  52. display: inline-block;
  53. width: 23px;
  54. height: 23px;
  55. background: url(../../../img/shopList/shop_com.jpg) no-repeat;
  56. background-size: 100% 100%;
  57. margin-left: 33px;
  58. margin-right: 28px;
  59. vertical-align: bottom
  60. }
  61. .shopLists .tdImg img {
  62. width: 105px;
  63. height: 105px;
  64. float: left;
  65. }
  66. .checkIcon .checkSingle {
  67. margin-top: 48px;
  68. opacity: 0;
  69. margin-left: -26px !important;
  70. }
  71. .shopTr .checkIcon{
  72. width: 64px;
  73. }
  74. .tabShop ol {
  75. overflow: hidden;
  76. height: 50px;
  77. line-height: 50px;
  78. background: #f9f9f9;
  79. }
  80. .tabShop ol li {
  81. float: left;
  82. line-height: 50px;
  83. }
  84. .tabShop ol li span,
  85. .tabShop ol li label {
  86. color: #7f7f7f;
  87. font-size: 14px;
  88. font-weight: normal
  89. }
  90. .tabShop ol li label {
  91. margin-left: 10px;
  92. }
  93. .tabShop ol li:nth-child(1) {
  94. margin-right: 345px;
  95. }
  96. .tabShop ol li:nth-child(2) {
  97. margin-right: 134px;
  98. }
  99. .tabShop ol li:nth-child(3) {
  100. margin-right: 167px;
  101. }
  102. .tabShop ol li:nth-child(4) {
  103. margin-right: 190px;
  104. }
  105. .shopLists {
  106. clear: both;
  107. }
  108. .shopLists .shopBox {
  109. overflow: hidden;
  110. border: 1px solid #eeeeee;
  111. padding: 20px 0;
  112. margin-top: 12px;
  113. margin-bottom: 50px;
  114. }
  115. .tdImg .tdText {
  116. position: relative;
  117. width: 168px;
  118. margin-left: 20px;
  119. height: 105px;
  120. margin-right: 17px;
  121. }
  122. .tdImg .tdText p {
  123. width: 168px;
  124. font-size: 16px;
  125. position: absolute;
  126. overflow: hidden;
  127. top: 50%;
  128. left: 0;
  129. transform: translate(0, -50%)
  130. }
  131. .shopLists .shopBox div {
  132. float: left;
  133. }
  134. .shopLists li {
  135. clear: both;
  136. }
  137. .checkIcon .checkImg,
  138. .checkIcon .checkNoImg {
  139. margin-top: 48px;
  140. }
  141. .shopLists li:last-child .shopBox {
  142. margin-bottom: 0
  143. }
  144. .shopBox .price {
  145. width: 200px;
  146. text-align: center;
  147. font-size: 16px;
  148. color: #ff580e;
  149. display: inline-block;
  150. margin-top: 40px;
  151. margin-right: 44px;
  152. }
  153. .inpG {
  154. margin-top: 34px;
  155. position: relative;
  156. width: 96px;
  157. height: 30px;
  158. margin-right: 74px;
  159. border: 1px solid #e3e3e3;
  160. }
  161. .inpG button {
  162. width: 30px;
  163. height: 28px;
  164. line-height: 26px;
  165. background: #f7f7f7;
  166. border: none;
  167. }
  168. .inpG .reduce {
  169. position: absolute;
  170. left: 0;
  171. top: 0;
  172. border-right: 1px solid #e3e3e3;
  173. }
  174. .priceTotal {
  175. text-align: center;
  176. width: 200px;
  177. color: #ff580e;
  178. font-size: 16px;
  179. margin-top: 40px;
  180. margin-right: 126px;
  181. }
  182. .del {
  183. cursor: pointer;
  184. font-size: 14px;
  185. color: #7a7878;
  186. margin-top: 40px;
  187. display: inline-block;
  188. }
  189. .del:hover {
  190. color: #f00;
  191. }
  192. .inpG .add {
  193. position: absolute;
  194. right: 0;
  195. top: 0;
  196. border-left: 1px solid #e3e3e3
  197. }
  198. .inpG input {
  199. position: absolute;
  200. left: 31px;
  201. top: 0;
  202. width: 36px;
  203. height: 28px;
  204. border: none;
  205. line-height: 28px;
  206. font-size: 14px;
  207. text-align: center
  208. }
  209. .totalFooter {
  210. display: none;
  211. height: 50px;
  212. width: 100%;
  213. border: 1px solid #eeeeee;
  214. border-top: none;
  215. background: #f9f9f9;
  216. overflow: hidden;
  217. margin-bottom: 100px;
  218. }
  219. .totalFooter label {
  220. font-weight: normal;
  221. font-size: 14px;
  222. color: #7f7f7f;
  223. margin-left: 10px;
  224. vertical-align: top;
  225. margin-top: 15px;
  226. margin-right: 50px;
  227. }
  228. .totalFooter .btnDel {
  229. background: none;
  230. border: none;
  231. margin-top: 15px;
  232. color: #7f7f7f;
  233. margin-right: 500px;
  234. }
  235. .totalFooter .btnDel:hover {
  236. color: #f00;
  237. }
  238. .totalFooter span {
  239. color: #7f7f7f;
  240. }
  241. .totalFooter span span {
  242. color: #1797e9;
  243. }
  244. .totalFooter #checkboxAlls {
  245. margin-left: -22px;
  246. vertical-align: middle;
  247. margin-top: -2px;
  248. opacity: 0;
  249. }
  250. .totalFooter .orderOk {
  251. cursor: pointer;
  252. float: right;
  253. height: 50px;
  254. border: none;
  255. background: #ccc;
  256. width: 140px;
  257. color: #ffffff;
  258. font-size: 18px;
  259. line-height: 50px;
  260. text-align: center;
  261. }
  262. .totalFooter .orderOk.active {
  263. background: #1797e9;
  264. }
  265. .shopNull {
  266. display: none;
  267. width: 550px;
  268. height: 150px;
  269. margin: 100px auto;
  270. background: url(../../../img/shopList/shop_null.png) no-repeat;
  271. background-size: 100% 100%;
  272. }
  273. /* 遮罩 */
  274. .shopMarsk {
  275. display: none;
  276. position: fixed;
  277. top: 0;
  278. left: 0;
  279. width: 100%;
  280. height: 100%;
  281. z-index: 9999999999;
  282. background: rgba(000, 000, 000, .2)
  283. }
  284. .shopMarsk .shopOrderBody {
  285. width: 400px;
  286. position: fixed;
  287. left: 50%;
  288. top: 0;
  289. background: #f3f9fc;
  290. border: 1px solid #86caf5;
  291. transform: translate(-50%, -50%);
  292. padding: 8px;
  293. transition: all 2s ease-in;
  294. animation: mymove 1s ease-in-out 0s 1 alternate forwards;
  295. -webkit-animation: mymove 0.8s ease-in-out 0s 1 alternate forwards;
  296. /* Safari 和 Chrome */
  297. }
  298. @keyframes mymove {
  299. from {
  300. top: 0;
  301. }
  302. to {
  303. top: 50%;
  304. }
  305. }
  306. @-webkit-keyframes mymove{
  307. from {
  308. top: 0;
  309. }
  310. to {
  311. top: 50%;
  312. }
  313. }
  314. .shopMarsk .shopOrderBody.active {
  315. top: 50%;
  316. transition: all 2s ease-in-out;
  317. }
  318. .shopMarsk .shopOrderBody .shopOrderOk,
  319. .shopOrderCancel {
  320. background: #ffffff;
  321. width: 100%;
  322. height: 100%;
  323. padding-left: 88px;
  324. padding-bottom: 20px;
  325. }
  326. .shopOrderOk .shopClose,
  327. .shopOrderCancel .shopClose {
  328. width: 14px;
  329. height: 26px;
  330. cursor: pointer;
  331. display: inline-block;
  332. margin-right: 10px;
  333. float: right;
  334. font-size: 20px;
  335. color: #ccc
  336. }
  337. .shopOrderOk .shopClose,
  338. .shopOrderCancel .shopClose:hover {
  339. color: #f00
  340. }
  341. .shopOrderOk h4,
  342. .shopOrderCancel h4 {
  343. clear: both;
  344. font-weight: normal;
  345. font-size: 18px;
  346. padding-top: 24px;
  347. margin-bottom: 25px;
  348. color: #1f1f1f;
  349. }
  350. .shopOrderOk h4 img,
  351. .shopOrderCancel h4 img {
  352. margin-right: 17px;
  353. }
  354. .shopOrderOk div p,
  355. .shopOrderCancel div p {
  356. margin-bottom: 20px;
  357. font-size: 14px;
  358. color: #7a7878;
  359. }
  360. .shopOrderOk .shopTime,
  361. .shopOrderCancel .shopTime {
  362. width: 240px;
  363. text-align: right;
  364. }
  365. .shopOrderCancel div p:nth-child(1) {
  366. color: #f00;
  367. }