index_mobile.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. body {
  2. line-height: 1.6;
  3. font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei",
  4. "\9ED1\4F53", Arial, sans-serif;
  5. color: #222;
  6. font-size: 14px !important;
  7. -webkit-text-size-adjust: none;
  8. }
  9. h1,h2,h3 {
  10. font-size: 18px;
  11. font-weight: 400;
  12. font-style: normal;
  13. }
  14. a {
  15. color: #333;
  16. text-decoration: none;
  17. }
  18. .bold {
  19. font-weight: bold;
  20. }
  21. .left {
  22. float: left;
  23. }
  24. .right {
  25. float: right;
  26. }
  27. .f12 {
  28. font-size: 12px !important;
  29. }
  30. .f14 {
  31. font-size: 14px !important;
  32. }
  33. .f16 {
  34. font-size: 16px !important;
  35. }
  36. [ng-click] {
  37. cursor: pointer;
  38. }
  39. .br-r {
  40. border-right: 1px solid #e6e6e6;
  41. }
  42. .br-l {
  43. border-left: 1px solid #e6e6e6;
  44. }
  45. .br-b {
  46. border-bottom: 1px solid #e6e6e6;
  47. }
  48. .padding5 {
  49. padding: 0px 5px;
  50. }
  51. .container {
  52. padding-left: 0px;
  53. padding-right: 0px;
  54. }
  55. .ellipsis {
  56. width: 80px;
  57. overflow: hidden;
  58. white-space: nowrap;
  59. text-overflow: ellipsis;
  60. -o-text-overflow: ellipsis;
  61. }
  62. @media ( min-width : 320px) {
  63. .ellipsis {
  64. width: 100px;
  65. }
  66. }
  67. @media ( min-width : 400px) {
  68. .ellipsis {
  69. width: 150px;
  70. }
  71. }
  72. @media ( min-width : 560px) {
  73. .ellipsis {
  74. width: 160px;
  75. }
  76. }
  77. .input-sm,.form-group-sm {
  78. padding: 2px 5px;
  79. border-radius: 1px;
  80. }
  81. .form-control {
  82. border-radius: 1px;
  83. padding: 1px 1px;
  84. }
  85. .btn-sm,.btn-group-sm>.btn {
  86. padding: 4px 5px;
  87. }
  88. .text-num {
  89. font-style: normal;
  90. font-family: verdana;
  91. }
  92. .text-muted {
  93. color: #888 !important;
  94. font-size: 13px;
  95. }
  96. .text-inverse {
  97. color: #f40 !important;
  98. }
  99. .text-black {
  100. color: #333;
  101. }
  102. .expand {
  103. border-top: solid 2px #339999;
  104. border-left: solid 2px #339999;
  105. border-right: solid 2px #339999;
  106. }
  107. .reply {
  108. background-color: #339999;
  109. }
  110. /* top */
  111. .top {
  112. height: 30px;
  113. font-family: Microsoft Yahei;
  114. border-bottom: solid 1px #999999;
  115. line-height: 30px;
  116. }
  117. .orderInfo {
  118. background-color: #339999;
  119. color: #FFFFFF;
  120. border-bottom: solid 1px #999999;
  121. padding-top: 5px;
  122. padding-bottom: 5px;
  123. }
  124. /* footer */
  125. .footer {
  126. padding-top: 5px;
  127. background-color: #EEEEEE;
  128. border-top: solid 1px #C6C6C6;
  129. }
  130. /*loading*/
  131. .loading {
  132. display: none;
  133. position: absolute;
  134. width: 100%;
  135. height: 300px;
  136. top: 0;
  137. left: 0;
  138. }
  139. .loading.in {
  140. display: block;
  141. }
  142. .loading.in>i {
  143. position: absolute;
  144. top: 50%;
  145. left: 50%;
  146. margin: -33px 0 0 -33px;
  147. background: url("../img/all/loading.gif") no-repeat center center;
  148. width: 66px;
  149. height: 66px;
  150. }
  151. th,td {
  152. padding-top: 8px !important;
  153. padding-bottom: 8px !important;
  154. padding-left: 4px !important;
  155. padding-right: 4px !important;
  156. }
  157. th {
  158. text-align: center
  159. }
  160. tr strong,tr td {
  161. WORD-WRAP: break-word;
  162. overflow: hidden;
  163. }
  164. table {
  165. background-color: #FFFFFF;
  166. }
  167. .form-control{
  168. font-size: 14px;
  169. height: 32px;
  170. }
  171. .form-group {
  172. font-size: 12px;
  173. height: 32px;
  174. }
  175. .ng-table-counts {
  176. display: none;
  177. }
  178. .red {
  179. color: #F00;
  180. }
  181. /*全屏状态的CSS*/
  182. :-webkit-full-screen { /* properties */
  183. }
  184. :-moz-full-screen { /* properties */
  185. }
  186. :-ms-fullscreen { /* properties */
  187. }
  188. :full-screen { /*pre-spec */
  189. /* properties */
  190. }
  191. :fullscreen { /* spec */
  192. /* properties */
  193. }
  194. /* deeper elements */
  195. :-webkit-full-screen video {
  196. width: 100%;
  197. height: 100%;
  198. }
  199. /* prevent text from appearing underneath the icon */
  200. input[reset-field] {
  201. padding-right: 19px;
  202. }
  203. /* hide the built-in IE10+ clear field icon */
  204. input[reset-field]::-ms-clear {
  205. display: none;
  206. }
  207. /* hide cancel icon for search type */
  208. input[reset-field]::-webkit-search-cancel-button {
  209. -webkit-appearance: none;
  210. }
  211. /* icon styles */
  212. input[reset-field]+.fa {
  213. position: absolute;
  214. right: 19px;
  215. top: 10px;
  216. color: #C0C0C0;
  217. cursor: default;
  218. }
  219. /* animations for ngAnimate */
  220. input[reset-field]+.fa.ng-hide-add {
  221. display: inline !important;
  222. -webkit-animation: 0.3s fadeOut;
  223. -moz-animation: 0.3s fadeOut;
  224. -ms-animation: 0.3s fadeOut;
  225. animation: 0.3s fadeOut;
  226. }
  227. input[reset-field]+.fa.ng-hide-remove {
  228. -webkit-animation: 0.5s fadeIn;
  229. -moz-animation: 0.5s fadeIn;
  230. -ms-animation: 0.5s fadeIn;
  231. animation: 0.5s fadeIn;
  232. }
  233. input {
  234. line-height: 32px;
  235. }
  236. .success,.message {
  237. color: blue;
  238. font-size: 13px;
  239. }
  240. .error {
  241. color: red;
  242. font-size: 13px;
  243. }
  244. .m-t-5 {
  245. margin-top: 5px;
  246. }
  247. .block {
  248. background: white;
  249. border: solid 1px #d9dde2;
  250. border-radius: 7px;
  251. }
  252. .m-t-10 {
  253. margin-top: 10px;
  254. }
  255. .m-b-10 {
  256. margin-bottom: 10px;
  257. }
  258. .border {
  259. border: 1px solid #d9dde2;
  260. border-radius: 4px;
  261. }
  262. .row {
  263. margin-left: 0px;
  264. margin-right: 0px;
  265. }
  266. .m-l-15 {
  267. margin-left: 15px;
  268. }
  269. .form-group {
  270. margin-bottom: 5px;
  271. }
  272. .text-overflow {
  273. word-break: keep-all; /* 不换行 */
  274. white-space: nowrap; /* 不换行 */
  275. overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
  276. text-overflow: ellipsis;
  277. /* 当对象内文本溢出时显示省略标记(...) ;需与overflow:hidden;一起使用。*/
  278. }
  279. .table-fixed {
  280. table-layout: fixed;
  281. }