index_mobile.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  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: 15px;
  7. }
  8. a, li, button {
  9. -webkit-tap-highlight-color: rgba(176, 196, 222, 0.5);
  10. }
  11. h1,h2,h3 {
  12. font-size: 20px;
  13. font-weight: 400;
  14. font-style: normal;
  15. }
  16. a {
  17. color: #333;
  18. text-decoration: none;
  19. }
  20. .block {
  21. background-color: #fff;
  22. width: 100%;
  23. position: relative;
  24. }
  25. .bold {
  26. font-weight: bold;
  27. }
  28. .left {
  29. float: left;
  30. }
  31. .right {
  32. float: right;
  33. }
  34. .f12 {
  35. font-size: 12px !important;
  36. }
  37. .f14 {
  38. font-size: 14px !important;
  39. }
  40. .f16 {
  41. font-size: 16px !important;
  42. }
  43. .f18 {
  44. font-size: 18px !important;
  45. }
  46. [ng-click] {
  47. cursor: pointer;
  48. }
  49. .br-r {
  50. border-right: 1px solid #e6e6e6;
  51. }
  52. .br-l {
  53. border-left: 1px solid #e6e6e6;
  54. }
  55. .br-b {
  56. border-bottom: 1px solid #e6e6e6;
  57. }
  58. .padding5 {
  59. padding: 0px 5px;
  60. }
  61. .ellipsis{
  62. width: 80px;
  63. overflow:hidden;
  64. white-space:nowrap;
  65. text-overflow:ellipsis;
  66. -o-text-overflow:ellipsis;
  67. }
  68. @media(min-width: 320px) {
  69. .ellipsis{
  70. width: 100px;
  71. }
  72. }
  73. @media(min-width: 400px) {
  74. .ellipsis{
  75. width: 150px;
  76. }
  77. }
  78. @media(min-width: 560px) {
  79. .ellipsis{
  80. width: 160px;
  81. }
  82. }
  83. .input-sm, .form-group-sm .form-control {
  84. padding: 2px 5px;
  85. border-radius: 1px;
  86. }
  87. .btn-sm, .btn-group-sm>.btn {
  88. padding: 4px 5px;
  89. }
  90. .text-default {
  91. color: #56a022;
  92. }
  93. .text-num {
  94. font-style: normal;
  95. font-family: verdana;
  96. }
  97. .text-muted {
  98. color: #888 !important;
  99. }
  100. .text-inverse {
  101. color: #f40 !important;
  102. }
  103. .text-black {
  104. color: #333;
  105. }
  106. .text-bold {
  107. font-weight: 700;
  108. }
  109. .text-light {
  110. color: #666;
  111. }
  112. .text-simple {
  113. color: #aaa;
  114. }
  115. .expand {
  116. border-top: solid 2px #339999;
  117. border-left: solid 2px #339999;
  118. border-right: solid 2px #339999;
  119. }
  120. .reply {
  121. background-color: #339999;
  122. }
  123. /*header*/
  124. #top {
  125. border-top: 4px solid #44b549;
  126. border-bottom: 1px solid #afb1b8;
  127. }
  128. #top.navbar {
  129. border-left: none;
  130. border-right: none;
  131. margin-bottom: 0;
  132. }
  133. #top .navbar-header .navbar-brand {
  134. height: 50px;
  135. line-height: 50px;
  136. }
  137. #top .navbar-header .title {
  138. background: url("../img/logo/uas_gray.png") no-repeat center center;
  139. width: 87px;
  140. height: 50px;
  141. }
  142. #top .navbar-header b {
  143. display: block;
  144. width: 1px;
  145. height: 18px;
  146. margin: 18px 10px 0 11px;
  147. z-index: 100;
  148. float: left;
  149. background: #ccc;
  150. }
  151. .navbar-header span {
  152. float: left;
  153. height: 50px;
  154. line-height: 50px;
  155. font-size: 20px;
  156. color: #666;
  157. }
  158. /* top */
  159. .top {
  160. height: 30px;
  161. font-family: Microsoft Yahei;
  162. border-bottom: solid 1px #999999;
  163. line-height: 30px;
  164. }
  165. .orderInfo {
  166. background-color: #339999;
  167. color: #FFFFFF;
  168. border-bottom: solid 1px #999999;
  169. padding-top: 5px;
  170. padding-bottom: 5px;
  171. }
  172. /* footer */
  173. .footer {
  174. padding-top: 5px;
  175. background-color: #EEEEEE;
  176. border-top: solid 1px #C6C6C6;
  177. }
  178. /*loading*/
  179. .loading {
  180. display: none;
  181. position: fixed;
  182. width: 100%;
  183. height: 100%;
  184. top: 0;
  185. left: 0;
  186. z-index: 1000;
  187. }
  188. .loading.in {
  189. display: block;
  190. }
  191. .loading.in>i {
  192. position: absolute;
  193. top: 50%;
  194. left: 50%;
  195. margin: -33px 0 0 -33px;
  196. background: url("../img/all/loading.gif") no-repeat center center;
  197. width: 66px;
  198. height: 66px;
  199. }
  200. .text-trans {
  201. position: absolute;
  202. top: 0;
  203. right: 5px;
  204. background-color: #fff;
  205. border: 1px solid;
  206. padding: 3px 14px;
  207. font-size: 16px;
  208. font-family: "LiShu";
  209. border-radius: 10px;
  210. -moz-transform: rotate(-10deg);
  211. -webkit-transform: rotate(-10deg);
  212. -o-transform: rotate(-10deg);
  213. transform: rotate(-10deg);
  214. border-radius: 10px;
  215. opacity: 0.7;
  216. white-space: nowrap;
  217. }
  218. .text-trans.success {
  219. color: #ffb433;
  220. border-color: #ffb433;
  221. }