新手操作指南Demo - 使用双汇UI代码

Work-list.css 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. .mui-bar-popover {
  2. width: 30%;
  3. }
  4. .mui-bar-nav{
  5. background: #cd0000 !important;
  6. }
  7. .mui-popover.mui-bar-popover .mui-table-view {
  8. width: 100%;
  9. }
  10. .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
  11. text-align: center;
  12. }
  13. .san {
  14. font-size: 14px;
  15. margin-right: 5px
  16. }
  17. .nav_a {
  18. border-right: 1px solid #ccc;
  19. }
  20. .go_search {
  21. background: #fff!important;
  22. border: 1px solid #ccc!important;
  23. border-radius: 17px!important;
  24. }
  25. .new_title {
  26. color: #000;
  27. font-size: 16px;
  28. margin-left: 15px;
  29. }
  30. .list_new_icon {
  31. margin-right: 5px;
  32. font-size: 20px;
  33. vertical-align: middle;
  34. }
  35. .time i {
  36. font-size: 18px!important;
  37. }
  38. .finish {
  39. color: #5ccb91;
  40. }
  41. .going {
  42. color: #febd23;
  43. }
  44. .waiting {
  45. color: #fd7c78;
  46. }
  47. .advice,
  48. .time {
  49. margin-left: 15px;
  50. }
  51. .time {
  52. color: #343434;
  53. }
  54. body {
  55. background-color: #fafafa;
  56. }
  57. .order{
  58. position: relative;
  59. }
  60. .mui-btn-submit{
  61. position: absolute;
  62. top: 45px !important;
  63. right: 45px !important;
  64. width: 55px;
  65. padding: 3px 10px !important;
  66. font-size: 12px;
  67. z-index: 3333 !important;
  68. }
  69. .class-icon{
  70. width: 21px;
  71. height: 21px;
  72. position: absolute;
  73. top: 10px;
  74. right: 15px;
  75. }
  76. .class-icon img{
  77. width: 100%;
  78. height: 100%;
  79. }
  80. .class-state{
  81. width: 55px;
  82. position: absolute;
  83. top: 10px;
  84. right: 30px;
  85. }
  86. .class-state img{
  87. width: 100%;
  88. }
  89. .mui-content {
  90. background-color: #fafafa;
  91. }
  92. ul {
  93. font-size: 16px;
  94. color: #8f8f94;
  95. }
  96. .mui-btn {
  97. padding: 10px;
  98. }
  99. .mui-content-padded {
  100. margin: 0;
  101. }
  102. /*.mui-active {
  103. background: #fff;
  104. }*/
  105. #icon-menu {
  106. color: #fff;
  107. }
  108. .size-16 {
  109. font-size: 16px;
  110. }
  111. .Dwc {
  112. margin-bottom: 20px;
  113. }
  114. .mui-icon {
  115. font-size: 20px;
  116. }
  117. .red {
  118. color: red;
  119. }
  120. .cheng {
  121. color: #f88868;
  122. }
  123. .mui-col-xs-10 {
  124. padding-left: 15px;
  125. }
  126. .mui-h {
  127. font-size: 16px;
  128. color: #000;
  129. }
  130. .List-box span {
  131. letter-spacing: 1px;
  132. }
  133. .mui-table-view-cell.mui-active {
  134. background-color: #fff;
  135. }
  136. .mui-collapse-content {
  137. position: relative;
  138. }
  139. .mui-collapse-content:after {
  140. position: absolute;
  141. right: 0;
  142. bottom: 0;
  143. left: 15px;
  144. height: 1px;
  145. content: '';
  146. -webkit-transform: scaleY(.5);
  147. transform: scaleY(.5);
  148. background-color: #c8c7cc;
  149. }
  150. .mui-collapse-content:before {
  151. position: absolute;
  152. right: 0;
  153. bottom: 0;
  154. left: 15px;
  155. height: 1px;
  156. content: '';
  157. -webkit-transform: scaleY(.5);
  158. transform: scaleY(.5);
  159. background-color: #c8c7cc;
  160. }
  161. .mui-mix-left {
  162. padding-left: 20px;
  163. margin-left: 10px;
  164. }
  165. .mui-segmented-control .mui-control-item.mui-active {
  166. border-color: #00a1cb;
  167. border: 1px solid #CCCCCC;
  168. color: #fff;
  169. background-color: #00a1cb;
  170. }
  171. .mui-segmented-control {
  172. border: 1px solid #00a1cb;
  173. }
  174. .mui-action-back {
  175. color: #fff;
  176. }
  177. .Phone img {
  178. width: 13px;
  179. height: 13px;
  180. border-radius: 50%;
  181. /* vertical-align: text-bottom;*/
  182. margin-right: 3px;
  183. vertical-align: initial;
  184. }
  185. .mui-h6 {
  186. font-size: 12px;
  187. }
  188. .mui-span-box {
  189. margin-left: 25px;
  190. }
  191. .dwc {
  192. color: #34ad37;
  193. }
  194. .mui-control-item {
  195. line-height: 40px!important;
  196. height: 40px !important;
  197. }
  198. .mui-search.mui-active:before {
  199. top: 25px;
  200. }
  201. .turnGo {
  202. border: none;
  203. }
  204. #menu {
  205. display: none;
  206. color: #fff;
  207. padding-top: 10px;
  208. font-size: 30px;
  209. }
  210. .Totle {
  211. text-align: center;
  212. margin-top: 10px;
  213. }
  214. .mui-action-back {
  215. color: #fff;
  216. }
  217. #sliderSegmentedControl{
  218. height: 40px;
  219. }
  220. #sliderSegmentedControl .mui-active{
  221. line-height: 40px !important;
  222. }