商丘12345 前端

detail.css 7.7KB

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