Nessuna descrizione

GoodsList.css 8.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. /*html,
  2. body {
  3. background-color: #efeff4;
  4. }*/
  5. * { touch-action: none; }
  6. .mui-views,
  7. .mui-view,
  8. .mui-pages,
  9. .mui-page,
  10. .mui-page-content {
  11. position: absolute;
  12. left: 0;
  13. right: 0;
  14. top: 0;
  15. bottom: 0;
  16. width: 100%;
  17. height: 100%;
  18. background-color: #efeff4;
  19. }
  20. #app {
  21. height: auto!important;
  22. }
  23. .mui-pages {
  24. top: 46px;
  25. height: auto;
  26. }
  27. /*.mui-scroll-wrapper,
  28. .mui-scroll {
  29. background-color: #efeff4;
  30. }
  31. */
  32. .mui-page.mui-transitioning {
  33. -webkit-transition: -webkit-transform 300ms ease;
  34. transition: transform 300ms ease;
  35. }
  36. .mui-page-left {
  37. -webkit-transform: translate3d(0, 0, 0);
  38. transform: translate3d(0, 0, 0);
  39. }
  40. .mui-ios .mui-page-left {
  41. -webkit-transform: translate3d(-20%, 0, 0);
  42. transform: translate3d(-20%, 0, 0);
  43. }
  44. .mui-navbar {
  45. position: fixed;
  46. right: 0;
  47. left: 0;
  48. z-index: 10;
  49. height: 44px;
  50. background-color: #f7f7f8;
  51. }
  52. .mui-navbar .mui-bar {
  53. position: absolute;
  54. background: transparent;
  55. text-align: center;
  56. }
  57. .mui-android .mui-navbar-inner.mui-navbar-left {
  58. opacity: 0;
  59. }
  60. /*.mui-ios .mui-navbar-left .mui-left,
  61. .mui-ios .mui-navbar-left .mui-center,
  62. .mui-ios .mui-navbar-left .mui-right {
  63. opacity: 0;
  64. }*/
  65. /*.mui-navbar .mui-btn-nav {
  66. -webkit-transition: none;
  67. transition: none;
  68. -webkit-transition-duration: .0s;
  69. transition-duration: .0s;
  70. }*/
  71. /*.mui-navbar .mui-bar .mui-title {
  72. display: inline-block;
  73. width: auto;
  74. }*/
  75. /*.mui-page-shadow {
  76. position: absolute;
  77. right: 100%;
  78. top: 0;
  79. width: 16px;
  80. height: 100%;
  81. z-index: -1;
  82. content: '';
  83. }*/
  84. /*.mui-page-shadow {
  85. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
  86. background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
  87. }*/
  88. .mui-navbar-inner.mui-transitioning,
  89. .mui-navbar-inner .mui-transitioning {
  90. -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  91. transition: opacity 300ms ease, transform 300ms ease;
  92. }
  93. .mui-page {
  94. display: none;
  95. }
  96. .mui-pages .mui-page {
  97. display: block;
  98. }
  99. /*.mui-page .mui-table-view:first-child {
  100. margin-top: 15px;
  101. }
  102. .mui-page .mui-table-view:last-child {
  103. margin-bottom: 30px;
  104. }
  105. .mui-table-view {
  106. margin-top: 20px;
  107. }
  108. */
  109. .mui-table-view span.mui-pull-right {
  110. color: #999;
  111. }
  112. .mui-table-view-divider {
  113. /*background-color: #efeff4;*/
  114. background-color: red;
  115. font-size: 14px;
  116. }
  117. /*.mui-fullscreen {
  118. position: fixed;
  119. z-index: 20;
  120. background-color: #000;
  121. }*/
  122. .mui-ios .mui-navbar .mui-bar .mui-title {
  123. position: static;
  124. }
  125. /*goosList css *********************************************************************************开始*/
  126. .mui-row.mui-fullscreen>[class*="mui-col-"] {
  127. height: 100%;
  128. }
  129. .goodsWrapper .mui-col-xs-3,
  130. .goodsWrapper .mui-control-content {
  131. overflow-y: auto;
  132. height: 100%;
  133. }
  134. .headTabList.mui-segmented-control .mui-control-item{
  135. line-height: 50px;
  136. }
  137. .headTabList.mui-segmented-control{
  138. background: #fff;
  139. height: 50px;
  140. }
  141. .mui-segmented-control .mui-control-item {
  142. line-height: 50px;
  143. width: 100%;
  144. }
  145. .classListLeft.mui-segmented-control.mui-segmented-control-inverted .mui-control-item{
  146. position: relative;
  147. line-height: 64px;
  148. }
  149. .classListLeft.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
  150. background-color: #f6f9ff;
  151. position: relative;
  152. display: block;
  153. border-bottom: 1px solid #c8c7cc;
  154. }
  155. .classListLeft.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active:after {
  156. position: absolute;
  157. height: 0;
  158. width: 0;
  159. content: "";
  160. border: 8px solid transparent;
  161. right: -8px;
  162. border-left-color: #2e7ce3;
  163. top: 23px;
  164. }
  165. .classListLeft.mui-segmented-control.mui-segmented-control-inverted .mui-control-item .mui-badge{
  166. position: absolute;
  167. right: 1px;
  168. top: 1px;
  169. display:none;
  170. }
  171. .tabBar-control-item .mui-control-item {
  172. position: relative;
  173. }
  174. .tabBar-control-item .mui-control-item .mui-badge{
  175. position: absolute;
  176. right: 1px;
  177. top: 5px;
  178. display:none;
  179. }
  180. .mui-badge-hotred{
  181. color: #fff;
  182. background-color: #f03f41;
  183. }
  184. .mui-table-view {
  185. background-color: #f6f9ff;
  186. }
  187. .mui-card {
  188. box-shadow: initial!important;
  189. }
  190. .mui-numbox {
  191. border: 0;
  192. background: transparent;
  193. width: 110px!important;
  194. height: 30px!important;
  195. }
  196. .mui-numbox .mui-btn-numbox-minus,
  197. .mui-numbox .mui-btn-numbox-plus {
  198. height: 24px;
  199. width: 24px;
  200. border-radius: 50%;
  201. background: #e97a44;
  202. color: #fff;
  203. line-height: 23px;
  204. font-size: 20px;
  205. margin-top: 5px;
  206. }
  207. .mui-numbox .mui-btn-numbox-minus {
  208. background: #d8d8d8;
  209. }
  210. .mui-numbox .nums.mui-input-numbox,
  211. .headNums.mui-input-numbox {
  212. border: 0!important;
  213. }
  214. .contentList .mui-input-row label {
  215. padding: 7px 0!important;
  216. width: 40%!important;
  217. }
  218. .mui-table-view-cell {
  219. padding:5px 13px!important;
  220. }
  221. .mui-table-view-cell:last-child:after{
  222. height: 1px;
  223. }
  224. /*.mui-input-row .mui-numbox {
  225. margin: 2px 0!important;
  226. }*/
  227. .goodsTotal {
  228. height: 60px;
  229. border-radius: 30px;
  230. width: 95%;
  231. margin: 10px auto;
  232. }
  233. .goodsTotal a, .goodsTotal button{
  234. display: inline-block;
  235. vertical-align: middle;
  236. height: 100%;
  237. line-height: 60px;
  238. color: #FFFFFF;
  239. text-align: center;
  240. font-size: 16px;
  241. border-top-left-radius: 30px;
  242. border-bottom-left-radius: 30px;
  243. padding: 0px;
  244. }
  245. .goodsTotal button{
  246. border: 0px solid #c9c9c9;
  247. }
  248. .goodsTotal .goodsCount {
  249. width: 69%;
  250. color: #313132;
  251. }
  252. .goodsTotal .finishBtn {
  253. width: 31%;
  254. background: #3076e6;
  255. border-top-left-radius: 0;
  256. border-bottom-left-radius: 0;
  257. border-top-right-radius: 30px;
  258. border-bottom-right-radius: 30px;
  259. }
  260. .mui-popover {
  261. width: 100%!important;
  262. margin: 0 auto;
  263. left: 0!important;
  264. border-bottom-left-radius: 0;
  265. border-bottom-right-radius: 0;
  266. top: auto!important;
  267. bottom: 0;
  268. }
  269. .mui-popover .mui-popover-arrow.mui-bottom {
  270. display: none!important;
  271. }
  272. .popoverIn {
  273. background: #eaeaea;
  274. padding: 7px 10px;
  275. }
  276. .popoverIn .goodsTotal a {
  277. float: left;
  278. }
  279. .popoverIn .goodsTotal .goodsCount {
  280. background: #fff;
  281. }
  282. .headAddBox {
  283. padding: 10px 0 10px 0;
  284. /*position: relative;*/
  285. /*z-index: 10;*/
  286. border-bottom: 1px solid #e9eaf0;
  287. background: #FFFFFF;
  288. /*margin-top: 55px;*/
  289. }
  290. .mui-input-row .mui-btn.headAdd {
  291. width: 242px;
  292. margin: 0 auto;
  293. display: block;
  294. float: none;
  295. height: 30px;
  296. line-height: 30px;
  297. font-size: 13px;
  298. padding: 0;
  299. color: #2f78e5;
  300. border: 1px solid #2f78e5;
  301. border-radius: 20px;
  302. }
  303. .addIcon.mui-icon {
  304. color: #346fe8;
  305. font-size: 20px;
  306. margin-right: 7px;
  307. }
  308. /*.mui-bar-nav~.mui-content{
  309. padding-top: 95px!important;
  310. }*/
  311. input[type=search].searchInput {
  312. background: #fff;
  313. border-radius: 20px;
  314. }
  315. /*.headTabList.mui-segmented-control .mui-control-item {
  316. line-height: 36px;
  317. }*/
  318. /*.sliderItem.mui-control-content {
  319. min-height: 215px!important;
  320. border-top: 0!important;
  321. border-bottom: 0!important;
  322. }*/
  323. #slider {
  324. height: 100%;
  325. }
  326. .goodsWrapper{
  327. height: 100%; padding-bottom: 70px;
  328. }
  329. .goodsWrapper .mui-col-xs-3,.goodsWrapper .mui-col-xs-9{
  330. border-top: 1px solid #e9eaf0;
  331. }
  332. .goodsWrapper .mui-col-xs-9{
  333. border-left: 1px solid #c8c7cc;
  334. height: 100%;
  335. }
  336. .tips{
  337. width: 98%;
  338. font-size: 12px;
  339. overflow: hidden;
  340. white-space: nowrap;
  341. text-overflow: ellipsis;
  342. }
  343. .tips i {
  344. display: inline-block;
  345. width: 16px;
  346. height: 16px;
  347. background: url(../img/alerm.png) no-repeat;
  348. vertical-align: middle;
  349. background-size: contain;
  350. margin-right: 8px;
  351. }
  352. .mui-pull-bottom-tips {
  353. text-align: center;
  354. /*background-color: #efeff4;*/
  355. font-size: 15px;
  356. line-height: 40px;
  357. color: #777;
  358. }