暫無描述

detail.css 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  1. /*通过CSS*/
  2. .mui-bar-nav{
  3. background: #cd0000 !important;
  4. }
  5. .mui-title {
  6. color: #fff;
  7. }
  8. .mui-action-back {
  9. color: #fff;
  10. }
  11. .Phone img {
  12. width: 13px;
  13. height: 13px;
  14. border-radius: 50%;
  15. /* vertical-align: text-bottom;*/
  16. margin-right: 3px;
  17. vertical-align: initial;
  18. }
  19. .size-16 {
  20. font-size: 16px;
  21. }
  22. .States {
  23. background: #fd7c7d;
  24. color: #fff;
  25. padding: 5px 8px !important;
  26. border-radius: 5px;
  27. display: inline;
  28. font-size: 12px;
  29. }
  30. .mui-table-view-cell {
  31. padding-right: 20px!important;
  32. }
  33. .Active {
  34. color: #00a1cb;
  35. }
  36. .Active p {
  37. color: #000;
  38. font-weight: 400;
  39. }
  40. .size-12 {
  41. font-size: 12px;
  42. }
  43. .size-14 {
  44. font-size: 14px;
  45. }
  46. .size-16 {
  47. font-size: 16px;
  48. }
  49. .mui-card-footer a {
  50. display: inline-block;
  51. text-align: center;
  52. font-size: 14px;
  53. }
  54. .mui-card-footer a:active {
  55. color: #00a1cb;
  56. }
  57. .mui-padding {
  58. padding: 11px 15px;
  59. padding-right: 20px!important;
  60. /*border-bottom: 1px solid #c8c7cc;*/
  61. }
  62. .GDgz {
  63. background-color: #fff;
  64. }
  65. .GDgz span {
  66. line-height: 18px;
  67. margin-right: 3px;
  68. }
  69. .mui-modal {
  70. display: block
  71. }
  72. .work-content {
  73. padding: 5px 12px;
  74. }
  75. .work-content span {
  76. line-height: 20px;
  77. }
  78. .Caozuo a {
  79. color: #000;
  80. }
  81. #Popover_0 {
  82. top: 50px;
  83. background-color: #fff;
  84. }
  85. #next-header {
  86. background-color: #fff;
  87. }
  88. .mui-grid-view.mui-grid-9 {
  89. background: #fff;
  90. border: none;
  91. }
  92. #F_ComContent {
  93. line-height: 20px;
  94. font-size: 14px;
  95. text-indent: 20px;
  96. padding-bottom: 10px;
  97. }
  98. .message-box {
  99. padding-top: 20px;
  100. }
  101. .message-box li {
  102. padding-top: 5px;
  103. }
  104. .mui-card-footer:before,
  105. .mui-card-header:after {
  106. background-color: #fff;
  107. }
  108. .DIV {
  109. margin-bottom: 20px;
  110. }
  111. /*.BTS{
  112. display: none;
  113. }*/
  114. .mui-preview-image.mui-fullscreen {
  115. position: fixed;
  116. z-index: 20;
  117. background-color: #000;
  118. }
  119. .mui-preview-header,
  120. .mui-preview-footer {
  121. position: absolute;
  122. width: 100%;
  123. left: 0;
  124. z-index: 10;
  125. }
  126. .mui-preview-header {
  127. height: 44px;
  128. top: 0;
  129. }
  130. .mui-preview-footer {
  131. height: 50px;
  132. bottom: 0px;
  133. }
  134. .mui-preview-header .mui-preview-indicator {
  135. display: block;
  136. line-height: 25px;
  137. color: #fff;
  138. text-align: center;
  139. margin: 15px auto 4;
  140. width: 70px;
  141. background-color: rgba(0, 0, 0, 0.4);
  142. border-radius: 12px;
  143. font-size: 16px;
  144. }
  145. .mui-preview-image {
  146. display: none;
  147. -webkit-animation-duration: 0.5s;
  148. animation-duration: 0.5s;
  149. -webkit-animation-fill-mode: both;
  150. animation-fill-mode: both;
  151. }
  152. .mui-preview-image.mui-preview-in {
  153. -webkit-animation-name: fadeIn;
  154. animation-name: fadeIn;
  155. }
  156. .mui-preview-image.mui-preview-out {
  157. background: none;
  158. -webkit-animation-name: fadeOut;
  159. animation-name: fadeOut;
  160. }
  161. .mui-preview-image.mui-preview-out .mui-preview-header,
  162. .mui-preview-image.mui-preview-out .mui-preview-footer {
  163. display: none;
  164. }
  165. .mui-zoom-scroller {
  166. position: absolute;
  167. display: -webkit-box;
  168. display: -webkit-flex;
  169. display: flex;
  170. -webkit-box-align: center;
  171. -webkit-align-items: center;
  172. align-items: center;
  173. -webkit-box-pack: center;
  174. -webkit-justify-content: center;
  175. justify-content: center;
  176. left: 0;
  177. right: 0;
  178. bottom: 0;
  179. top: 0;
  180. width: 100%;
  181. height: 100%;
  182. margin: 0;
  183. -webkit-backface-visibility: hidden;
  184. }
  185. .mui-zoom {
  186. -webkit-transform-style: preserve-3d;
  187. transform-style: preserve-3d;
  188. }
  189. .mui-slider .mui-slider-group .mui-slider-item img {
  190. width: auto;
  191. height: auto;
  192. max-width: 100%;
  193. max-height: 100%;
  194. }
  195. .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
  196. width: 100%;
  197. }
  198. .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
  199. display: inline-table;
  200. }
  201. .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
  202. display: table-cell;
  203. vertical-align: middle;
  204. }
  205. .mui-preview-loading {
  206. position: absolute;
  207. width: 100%;
  208. height: 100%;
  209. top: 0;
  210. left: 0;
  211. display: none;
  212. }
  213. .mui-preview-loading.mui-active {
  214. display: block;
  215. }
  216. .mui-preview-loading .mui-spinner-white {
  217. position: absolute;
  218. top: 50%;
  219. left: 50%;
  220. margin-left: -25px;
  221. margin-top: -25px;
  222. height: 50px;
  223. width: 50px;
  224. }
  225. .mui-preview-image img.mui-transitioning {
  226. -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  227. transition: transform 0.5s ease, opacity 0.5s ease;
  228. }
  229. @-webkit-keyframes fadeIn {
  230. 0% {
  231. opacity: 0;
  232. }
  233. 100% {
  234. opacity: 1;
  235. }
  236. }
  237. @keyframes fadeIn {
  238. 0% {
  239. opacity: 0;
  240. }
  241. 100% {
  242. opacity: 1;
  243. }
  244. }
  245. @-webkit-keyframes fadeOut {
  246. 0% {
  247. opacity: 1;
  248. }
  249. 100% {
  250. opacity: 0;
  251. }
  252. }
  253. @keyframes fadeOut {
  254. 0% {
  255. opacity: 1;
  256. }
  257. 100% {
  258. opacity: 0;
  259. }
  260. }
  261. p img {
  262. max-width: 100%;
  263. height: auto;
  264. }
  265. .img-box {
  266. float: left;
  267. width: 20%;
  268. height: 60px;
  269. margin: 2%;
  270. text-align: center;
  271. }
  272. .img-box img {
  273. width: 100%;
  274. height: 100%;
  275. }
  276. .image-list {
  277. display: none;
  278. overflow: hidden;
  279. }
  280. .mui-preview-image.mui-fullscreen {
  281. position: fixed;
  282. z-index: 20;
  283. background-color: #000;
  284. }
  285. .mui-preview-header,
  286. .mui-preview-footer {
  287. position: absolute;
  288. width: 100%;
  289. left: 0;
  290. z-index: 10;
  291. }
  292. .mui-preview-header {
  293. height: 44px;
  294. top: 0;
  295. }
  296. .mui-preview-footer {
  297. height: 50px;
  298. bottom: 0px;
  299. }
  300. .mui-preview-header .mui-preview-indicator {
  301. display: block;
  302. line-height: 25px;
  303. color: #fff;
  304. text-align: center;
  305. margin: 15px auto 4;
  306. width: 70px;
  307. background-color: rgba(0, 0, 0, 0.4);
  308. border-radius: 12px;
  309. font-size: 16px;
  310. }
  311. .mui-preview-image {
  312. display: none;
  313. -webkit-animation-duration: 0.5s;
  314. animation-duration: 0.5s;
  315. -webkit-animation-fill-mode: both;
  316. animation-fill-mode: both;
  317. }
  318. .mui-preview-image.mui-preview-in {
  319. -webkit-animation-name: fadeIn;
  320. animation-name: fadeIn;
  321. }
  322. .mui-preview-image.mui-preview-out {
  323. background: none;
  324. -webkit-animation-name: fadeOut;
  325. animation-name: fadeOut;
  326. }
  327. .mui-preview-image.mui-preview-out .mui-preview-header,
  328. .mui-preview-image.mui-preview-out .mui-preview-footer {
  329. display: none;
  330. }
  331. .mui-zoom-scroller {
  332. position: absolute;
  333. display: -webkit-box;
  334. display: -webkit-flex;
  335. display: flex;
  336. -webkit-box-align: center;
  337. -webkit-align-items: center;
  338. align-items: center;
  339. -webkit-box-pack: center;
  340. -webkit-justify-content: center;
  341. justify-content: center;
  342. left: 0;
  343. right: 0;
  344. bottom: 0;
  345. top: 0;
  346. width: 100%;
  347. height: 100%;
  348. margin: 0;
  349. -webkit-backface-visibility: hidden;
  350. }
  351. .mui-zoom {
  352. -webkit-transform-style: preserve-3d;
  353. transform-style: preserve-3d;
  354. }
  355. .mui-slider .mui-slider-group .mui-slider-item img {
  356. width: auto;
  357. height: auto;
  358. max-width: 100%;
  359. max-height: 100%;
  360. }
  361. .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
  362. width: 100%;
  363. }
  364. .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
  365. display: inline-table;
  366. }
  367. .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
  368. display: table-cell;
  369. vertical-align: middle;
  370. }
  371. .mui-preview-loading {
  372. position: absolute;
  373. width: 100%;
  374. height: 100%;
  375. top: 0;
  376. left: 0;
  377. display: none;
  378. }
  379. .mui-preview-loading.mui-active {
  380. display: block;
  381. }
  382. .mui-preview-loading .mui-spinner-white {
  383. position: absolute;
  384. top: 50%;
  385. left: 50%;
  386. margin-left: -25px;
  387. margin-top: -25px;
  388. height: 50px;
  389. width: 50px;
  390. }
  391. .mui-preview-image img.mui-transitioning {
  392. -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  393. transition: transform 0.5s ease, opacity 0.5s ease;
  394. }
  395. @-webkit-keyframes fadeIn {
  396. 0% {
  397. opacity: 0;
  398. }
  399. 100% {
  400. opacity: 1;
  401. }
  402. }
  403. @keyframes fadeIn {
  404. 0% {
  405. opacity: 0;
  406. }
  407. 100% {
  408. opacity: 1;
  409. }
  410. }
  411. @-webkit-keyframes fadeOut {
  412. 0% {
  413. opacity: 1;
  414. }
  415. 100% {
  416. opacity: 0;
  417. }
  418. }
  419. @keyframes fadeOut {
  420. 0% {
  421. opacity: 1;
  422. }
  423. 100% {
  424. opacity: 0;
  425. }
  426. }
  427. p img {
  428. max-width: 100%;
  429. height: auto;
  430. }
  431. .BTS ul {
  432. overflow: hidden;
  433. }
  434. .BTS ul li {
  435. float: left;
  436. }
  437. .BTS ul li a {}
  438. .btn_agree {
  439. text-align: center;
  440. width: 80%;
  441. font-size: 14px !important;
  442. margin: 10px 10%;
  443. height: 30px;
  444. line-height: 4px !important;
  445. /*border: 1px solid #007aff;*/
  446. color: #FFFFFF;
  447. -moz-border-radius: 5px;
  448. /* Firefox */
  449. -webkit-border-radius: 5px;
  450. /* Safari 和 Chrome */
  451. border-radius: 5px;
  452. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  453. }
  454. .orderTop{
  455. background: #FFFFFF;
  456. }
  457. .orderTop .mui-table{
  458. }