base.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. /* base.css */
  2. .f-r {
  3. float: right;
  4. }
  5. .fr {
  6. float: right;
  7. }
  8. .f-l {
  9. float: left;
  10. }
  11. .fl {
  12. float: left;
  13. }
  14. .fc {
  15. float: center;
  16. }
  17. .tc {
  18. text-align: center;
  19. }
  20. .tr {
  21. text-align: right;
  22. }
  23. .pb20 {
  24. padding-bottom: 20px;
  25. }
  26. .pl20 {
  27. padding-left: 20px;
  28. }
  29. .pr20 {
  30. padding-right: 20px;
  31. }
  32. .rel {
  33. position: relative;
  34. }
  35. .b {
  36. font-weight: bold;
  37. }
  38. .t-b {
  39. color: #3290d4;
  40. }
  41. .txt-g {
  42. color: #999;
  43. }
  44. .txt-green,
  45. a.txt-green {
  46. color: #3290d4;
  47. }
  48. .txt-o {
  49. color: #fe8391;
  50. }
  51. .txt-r {
  52. color: #fe8391;
  53. }
  54. .txt-w{
  55. color: #fff;
  56. }
  57. .mark-title{
  58. top: 60px;
  59. font-size: 16px;
  60. position: relative;
  61. overflow: hidden;
  62. white-space: nowrap;
  63. text-overflow: ellipsis;
  64. }
  65. button {
  66. padding: 0;
  67. margin: 0;
  68. border: 0;
  69. background: transparent;
  70. cursor: pointer;
  71. outline: none;
  72. }
  73. button:focus {
  74. border: none;
  75. }
  76. .ui-btn {
  77. text-align: center;
  78. border: 0;
  79. cursor: pointer;
  80. display: inline-block;
  81. -moz-border-radius: 5px;
  82. -webkit-border-radius: 5px;
  83. border-radius: 5px;
  84. }
  85. .ui-btn:focus {
  86. outline: none;
  87. }
  88. .ui-btn:active {
  89. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  90. }
  91. .ui-btn:disabled {
  92. background-color: #bbb;
  93. color: #666;
  94. border: 0;
  95. cursor: no-drop;
  96. }
  97. .btn-o {
  98. color: #fff;
  99. background-color: #fe8391;
  100. }
  101. .btn-o:hover {
  102. color: #fff;
  103. background-color: #fe9ca7;
  104. }
  105. .btn-gr {
  106. color: #fff;
  107. background-color: #3290d4;
  108. }
  109. .btn-gr:hover {
  110. color: #fff;
  111. background-color: #479bd8;
  112. }
  113. .btn-w {
  114. color: #3290d4;
  115. background-color: #fff;
  116. border: 1px solid #3290d4;
  117. }
  118. .btn-w:hover {
  119. color: #fff;
  120. background-color: #479bd8;
  121. }
  122. .btn-g {
  123. color: #fff;
  124. background-color: #bbb;
  125. }
  126. .btn-g:hover {
  127. color: #fff;
  128. background-color: #c8c8c8;
  129. }
  130. .btn-dis {
  131. background-color: #ccc;
  132. color: #777;
  133. cursor: default;
  134. }
  135. .btn-dis:hover {
  136. color: #777;
  137. background-color: #ccc;
  138. }
  139. .btn-m {
  140. min-width: 35px;
  141. height: 28px;
  142. line-height: 28px;
  143. padding: 0 15px;
  144. }
  145. .btn-big {
  146. min-width: 35px;
  147. height: 40px;
  148. line-height: 40px;
  149. padding: 0 15px;
  150. }
  151. .m-l-20 {
  152. margin-left: 20px;
  153. }
  154. .m-r-20 {
  155. margin-right: 20px;
  156. }
  157. .m-t-20 {
  158. margin-top: 20px;
  159. }
  160. .m-b-20 {
  161. margin-bottom: 20px;
  162. }
  163. .bold {
  164. font-weight: bold;
  165. }
  166. .ma,.margin-auto { margin: 0 auto;}
  167. .mt5 { margin-top: 5px;}
  168. .mt10 { margin-top: 10px;}
  169. .mt20{margin-top: 20px;}
  170. .mt30{margin-top: 30px;}
  171. .mt50{margin-top: 50px;}
  172. .mt60 { margin-top: 60px;}
  173. .ml5 { margin-left: 5px;}
  174. .ml10 { margin-left: 10px;}
  175. .ml20 { margin-left: 20px;}
  176. .ml30 { margin-left: 30px;}
  177. .ml50 { margin-left: 50px;}
  178. .mr10 {margin-right: 10px;}
  179. .mr20{ margin-right: 20px;}
  180. .mr30 {margin-right: 30px;}
  181. .mr50{ margin-right: 50px;}
  182. .mb10 { margin-bottom: 10px;}
  183. .mb20{ margin-bottom: 20px;}
  184. .mb30{ margin-bottom: 30px;}
  185. .mb50{margin-bottom: 50px;}
  186. .pt30 { padding-top: 30px;}
  187. .p5{padding: 5px;}
  188. .p10{padding: 10px;}
  189. .p20{padding: 20px;}
  190. .p30{padding: 30px;}
  191. .p50{padding: 50px;}
  192. .fs15 {
  193. font-size: 15px;
  194. }
  195. .fs18 {
  196. font-size: 18px;
  197. }
  198. .fs32 {
  199. font-size: 32px;
  200. }
  201. .w840 {
  202. width: 840px;
  203. }
  204. .post-nav {
  205. margin-left: -20px;
  206. color: #666;
  207. line-height: 36px;
  208. height: 36px;
  209. padding-top: 5px;
  210. font-size: 14px;
  211. overflow: hidden;
  212. white-space: nowrap;
  213. text-overflow: ellipsis;
  214. }
  215. .clearfix:after{
  216. content: "";
  217. display: block;
  218. clear: both;
  219. height: 0 ;
  220. visibility: hidden ;
  221. }
  222. .ta-c {
  223. text-align: center;
  224. }
  225. .w8{
  226. width: 800px;
  227. }
  228. .w150{
  229. width: 150px;
  230. }
  231. .w900{
  232. width: 900px;
  233. margin: 0 auto;
  234. }
  235. .w1024{
  236. width: 1024px;
  237. margin: 0 auto;
  238. }
  239. .mh500 {
  240. min-height: 500px;
  241. }
  242. .mh576{
  243. min-height: 576px;
  244. }
  245. .rs {
  246. color: #ff914b;
  247. position: relative;
  248. margin-right: 8px;
  249. top: 3px;
  250. }
  251. .white-bg {
  252. background-color: #fff;
  253. }
  254. .green-bg {
  255. background-color: #fff;
  256. }
  257. .yellow-bg {
  258. background-color: #ecbd1c;
  259. }
  260. .blue-bg {
  261. background-color: #5a9fd9;
  262. }
  263. .p-ico {
  264. background: url("../images/iconf.png") no-repeat;
  265. display: inline-block;
  266. vertical-align: middle;
  267. transition: all .5s;
  268. }
  269. .p-ico2 {
  270. background: url("../images/icon7.png") no-repeat;
  271. display: inline-block;
  272. vertical-align: middle;
  273. transition: all .5s;
  274. }
  275. a {
  276. color: #666;
  277. text-decoration: none;
  278. cursor: pointer;
  279. }
  280. .bg-blue{
  281. background-color: #5a9fd9;
  282. }
  283. .el-message{
  284. margin-top: 40vh;
  285. height: 100px;
  286. }
  287. .nav-btn{
  288. border: 1px ;
  289. font-size: 16px;
  290. font-weight: 500;
  291. margin-bottom: 12px;
  292. padding: 12px;
  293. border: 1px solid #EBEEF5;
  294. text-align: center;
  295. }
  296. .w250{
  297. width: 275px;
  298. }
  299. .w220{
  300. width: 228px;
  301. }
  302. .nav-btn:hover{
  303. background: none;
  304. color: #5a9fd9;
  305. }
  306. .active{
  307. background: none;
  308. color: #5a9fd9;
  309. }