base.css 4.8 KB

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