common.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. /*视口背景颜色*/
  2. html,
  3. body {
  4. background-color: #f5f5f5;
  5. }
  6. .mui-content {
  7. background-color: #f5f5f5;
  8. }
  9. /*头部*/
  10. .mui-title {
  11. height: 46px;
  12. line-height: 48px;
  13. color: #FFFFFF;
  14. }
  15. .mui-bar {
  16. background-color: #FFFFFF;
  17. height: 46px;
  18. }
  19. #header .fz {
  20. color: #FFFFFF;
  21. line-height: 48px;
  22. }
  23. #header a:before {
  24. color: #FFFFFF;
  25. }
  26. #header .mui-action-back {
  27. padding-top: 11px;
  28. padding-left: 5px;
  29. }
  30. #header .back {
  31. position: absolute;
  32. top: 17px;
  33. right: -18px;
  34. font-size: 16px;
  35. color: #ffffff;
  36. }
  37. /*tab部分*/
  38. .mui-bar-nav {
  39. -webkit-box-shadow: none;
  40. box-shadow: none;
  41. border-bottom: none;
  42. background: #1badf8;
  43. }
  44. .mui-bar-tab {
  45. -webkit-box-shadow: none;
  46. box-shadow: none;
  47. border-top: 1px solid #d7d7d7;
  48. box-sizing: border-box;
  49. }
  50. /*星星*/
  51. .stars {
  52. position: relative;
  53. top: -5px;
  54. }
  55. /*通用样式*/
  56. * {
  57. font-size: 10px;
  58. margin: 0;
  59. padding: 0;
  60. }
  61. a {
  62. text-decoration: none;
  63. color: #000000;
  64. }
  65. ul,
  66. li {
  67. margin: 0;
  68. padding: 0;
  69. list-style: none;
  70. }
  71. /*设置字体*/
  72. .sm-word {
  73. font-size: 12px;
  74. }
  75. .sm-mo-word {
  76. font-size: 14px;
  77. }
  78. .mo-word {
  79. overflow: hidden;
  80. }
  81. .mo-word img{
  82. display: inline-block;
  83. position: absolute;
  84. top: 17px;
  85. left: 17px;
  86. width: 16px;
  87. height: 16px;
  88. }
  89. .color {
  90. color: #1badf8;
  91. }
  92. /*点击后全部为主题色*/
  93. .mui-bar-tab .mui-tab-item.mui-active {
  94. color: #1badf8;
  95. }
  96. /*清除浮动*/
  97. .clearfloat:after {
  98. content: '';
  99. display: block;
  100. width: 0;
  101. height: 0;
  102. clear: both;
  103. overflow: hidden;
  104. zoom: 1;
  105. }
  106. /************/
  107. /*nav及content*/
  108. .nc-box {
  109. padding: 12px 10px 8px 10px;
  110. border-bottom: 1px solid rgba(221, 221, 221, 0.66);
  111. background: #FFFFFF;
  112. }
  113. .nc-box-k {
  114. margin-top: 5px;
  115. }
  116. .nc-box span:first-child {
  117. color: #999999;
  118. }
  119. .nc-box span:last-child {
  120. position: absolute;
  121. right: 15px;
  122. color: #CCCCCC;
  123. }
  124. .nc-box-content {
  125. padding: 10px;
  126. background: #FFFFFF;
  127. margin-bottom: 10px;
  128. }
  129. .nc-box-content div {
  130. padding: 3px 20px;
  131. }
  132. .nc-box-content div:first-child span {
  133. color: #018EEF;
  134. }
  135. .nc-box-content div:first-child {
  136. position: relative;
  137. }
  138. .nc-box-content div:first-child span:first-child {
  139. position: absolute;
  140. top: 5px;
  141. left: 7px;
  142. display: inline-block;
  143. width: 3px;
  144. height: 14px;
  145. background: #018EEF;
  146. }
  147. .nc-box-content div span {
  148. font-size: 14px;
  149. }
  150. .nc-box-content div span:first-child {
  151. color: #999999;
  152. }
  153. /*搜索框*/
  154. .mui-input-row.mui-search {
  155. padding-top: 10px;
  156. text-align: center;
  157. background: #F3F5F7;
  158. }
  159. .mui-search .mui-placeholder {
  160. line-height: 53px;
  161. }
  162. input:focus {
  163. outline-offset: 0px;
  164. }
  165. input[type=search] {
  166. padding-left: 0;
  167. background: #FFFFFF;
  168. width: 95%;
  169. font-size: 14px;
  170. margin-bottom: 9px;
  171. }
  172. .mui-search.mui-active:before {
  173. left: 3%;
  174. top: 36px;
  175. }
  176. .mui-input-row.mui-search .mui-icon-clear {
  177. right: 2%;
  178. top: 18px;
  179. }
  180. .mui-placeholder>span:last-child {
  181. font-size: 14px;
  182. }
  183. .mui-placeholder>span:before {
  184. color: #999;
  185. }
  186. /*单个时间栏*/
  187. .box {
  188. position: relative;
  189. padding: 11px 10px 6px 10px;
  190. border-bottom: 1px solid #d7d7d7;
  191. }
  192. .box span {
  193. color: #999999;
  194. }
  195. .sign>div {
  196. padding: 10px;
  197. }
  198. .right {
  199. position: absolute;
  200. right: 10px;
  201. }
  202. .left{
  203. position: absolute;
  204. left: 10px;
  205. }
  206. /*重置ul*/
  207. /*ul的通用样式*/
  208. .mui-media-body {
  209. font-size: 14px;
  210. }
  211. .mui-table-view:before {
  212. height: 0px;
  213. }
  214. .mui-content>.mui-table-view:first-child {
  215. margin-top: 0;
  216. }
  217. .mui-table-view span {
  218. position: absolute;
  219. top: 12px;
  220. right: 15px;
  221. color: #999999;
  222. }
  223. .mui-table-view-cell {
  224. border-bottom: 1px solid #F3F5F7;
  225. padding: 11px 15px 9px 15px;
  226. }
  227. .mui-table-view-cell:last-child {
  228. border-bottom: none;
  229. }
  230. .mui-media-body .mui-ellipsis {
  231. position: relative;
  232. top: 3px;
  233. }
  234. .mui-table-view-cell .sm-mui {
  235. width: 11%;
  236. }
  237. .mui-table-view-cell .sm-mui {
  238. margin-top: 2px;
  239. width: 34px;
  240. height: 34px;
  241. }
  242. .mui-ellipsis {
  243. font-size: 12px;
  244. }
  245. /*去掉ul li 的样式*/
  246. .mui-table-view:before,
  247. .mui-table-view:after,
  248. .mui-table-view-cell:after {
  249. height: 0;
  250. }
  251. /*picker弹出框*/
  252. .mui-btn-blue,
  253. .mui-btn-primary,
  254. input[type=submit],
  255. .mui-poppicker-header .mui-btn,
  256. .mui-dtpicker-header button {
  257. color: #1badf8;
  258. border: none;
  259. background-color: #f7f7f7;
  260. }
  261. .mui-poppicker-header,
  262. .mui-dtpicker-header,
  263. .mui-dtpicker-title h5 {
  264. background: #f7f7f7;
  265. }
  266. .mui-picker-inner {
  267. background: #FFFFFF;
  268. -webkit-mask-box-image: none !important;
  269. }
  270. .mui-poppicker-body {
  271. border-top: none;
  272. }
  273. /*固定的菜单选项*/
  274. .fixed-box>div {
  275. width: 50px;
  276. height: 50px;
  277. background: #1badf8;
  278. border-radius: 50%;
  279. position: fixed;
  280. right: 25px;
  281. bottom: 50px;
  282. text-align: center;
  283. line-height: 52px;
  284. color: #FFFFFF;
  285. z-index: 998;
  286. }
  287. .fixed-box div.xx {
  288. font-size: 30px;
  289. }
  290. .fixed-box div a {
  291. color: #FFFFFF;
  292. }
  293. .move1 {
  294. -webkit-animation: move1 0.1s linear both;
  295. }
  296. @-webkit-keyframes move1 {
  297. from {
  298. bottom: 50px;
  299. }
  300. to {
  301. bottom: 110px;
  302. }
  303. }
  304. .move2 {
  305. -webkit-animation: move2 0.2s linear both;
  306. }
  307. @-webkit-keyframes move2 {
  308. from {
  309. bottom: 50px;
  310. }
  311. to {
  312. bottom: 170px;
  313. }
  314. }
  315. .move3 {
  316. -webkit-animation: move3 0.3s linear both;
  317. }
  318. @-webkit-keyframes move3 {
  319. from {
  320. bottom: 50px;
  321. }
  322. to {
  323. bottom: 230px;
  324. }
  325. }
  326. .move4 {
  327. -webkit-animation: move4 0.1s 0.2s linear both;
  328. }
  329. @-webkit-keyframes move4 {
  330. from {
  331. bottom: 110px;
  332. }
  333. to {
  334. bottom: 50px;
  335. }
  336. }
  337. .move5 {
  338. -webkit-animation: move5 0.2s 0.1s linear both;
  339. }
  340. @-webkit-keyframes move5 {
  341. from {
  342. bottom: 170px;
  343. }
  344. to {
  345. bottom: 50px;
  346. }
  347. }
  348. .move6 {
  349. -webkit-animation: move6 0.3s linear both;
  350. }
  351. @-webkit-keyframes move6 {
  352. from {
  353. bottom: 230px;
  354. }
  355. to {
  356. bottom: 50px;
  357. }
  358. }
  359. .move7 {
  360. -webkit-animation: move7 0.2s linear both;
  361. }
  362. @-webkit-keyframes move7 {
  363. from {
  364. -webkit-transform: rotateZ(0deg);
  365. }
  366. to {
  367. -webkit-transform: rotateZ(45deg);
  368. }
  369. }
  370. .move8 {
  371. -webkit-animation: move8 0.2s linear both;
  372. }
  373. @-webkit-keyframes move8 {
  374. from {
  375. -webkit-transform: rotateZ(45deg);
  376. }
  377. to {
  378. -webkit-transform: rotateZ(0deg);
  379. }
  380. }
  381. /*回复前面的图标*/
  382. .app-reply {
  383. display: inline-block;
  384. position: relative;
  385. top: 7px;
  386. width: 20px;
  387. height: 20px;
  388. margin-right: 3px;
  389. background: url('../../img/approve/chart_comment@3x.png') no-repeat;
  390. background-size: contain;
  391. }
  392. /*ca-right*/
  393. .ca_right {
  394. position: absolute;
  395. top: 13px;
  396. font-size: 16px;
  397. color: #ffffff;
  398. }
  399. .ca_left {
  400. position: absolute;
  401. top: 4px;
  402. font-size: 16px;
  403. color: #ffffff;
  404. }