Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

extend.css 8.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. /*
  2. * 因为换了字体 不在原来的css里面 更改
  3. * 不使用字体 原来的样式是正常的
  4. * 在扩展css里面写
  5. * common.css
  6. */
  7. /**
  8. 增加 分页样式
  9. */
  10. .page{
  11. width:100%;
  12. margin-top: 15px;
  13. margin-bottom: 15px;
  14. float: left;
  15. position: relative;
  16. display: flex;
  17. align-items: center; /* 垂直居中 */
  18. justify-content: center; /* 水平居中 */
  19. color: #6b7386 !important;
  20. }
  21. .page-content{
  22. /*position: absolute;
  23. margin-left: -25%;
  24. left: 50%;*/
  25. display: block;margin:0 auto;
  26. }
  27. .page-a{
  28. width: auto;
  29. margin:0 auto;
  30. height: 30px;
  31. float: left;
  32. }
  33. .page-b{
  34. float: left;
  35. font-size: 14px;
  36. height: 30px;
  37. line-height: 30px;
  38. }
  39. .page li{
  40. float: left;
  41. width: auto;
  42. margin: 0 5px;
  43. text-align: center;
  44. cursor: pointer;
  45. height: 30px !important;
  46. padding-left:0 !important;
  47. list-style: none !important;
  48. }
  49. .page a{
  50. width:auto;
  51. padding: 3px 6px;
  52. text-align: center;
  53. /*padding: 3px 6px;*/
  54. color: #6b7386 !important;
  55. border-radius: 3px;
  56. margin: 3px 5px;
  57. font-family: 微软雅黑;
  58. font-size: 14px;
  59. font-weight: 400;
  60. letter-spacing: 0px;
  61. text-align: center;
  62. }
  63. .page a img{
  64. margin-top:-4px;
  65. }
  66. .page .active-1 a{
  67. border-radius: 2px;
  68. background: rgb(11, 139, 247);
  69. color:#fff !important;
  70. }
  71. /*.page input{
  72. width: 48px;
  73. height: 32px;
  74. border-radius: 4px;
  75. background: rgb(250, 250, 250);
  76. border:none;
  77. margin: 0 8px;
  78. text-align: center;
  79. }*/
  80. .page-mobile{
  81. display: none;
  82. }
  83. /* 在屏幕宽度小于等于768px时应用以下样式 */
  84. @media screen and (max-width: 768px) {
  85. /* CSS样式 */
  86. .page-a{
  87. float: none;
  88. }
  89. .page-b{
  90. width: 100%;
  91. text-align: center;
  92. margin-top: 10px;
  93. font-size: 14px;
  94. float: none;
  95. }
  96. .page-pc{
  97. display: none;
  98. }
  99. .page-mobile{
  100. display: block;
  101. }
  102. /*
  103. 分页自定义下拉框
  104. */
  105. .selectBox{
  106. width: 250px;
  107. margin: 0px auto;
  108. float: left;
  109. }
  110. .viewBox{
  111. width: 100%;
  112. height: 34px;
  113. color: #6b7386 !important;
  114. cursor: pointer;
  115. line-height: 30px;
  116. border: 1px solid #dcdcdc;
  117. }
  118. .viewInput{
  119. width: 100%;
  120. height:30px;
  121. outline: none;
  122. cursor: pointer;
  123. padding-left: 0px;
  124. font-size: 14px;
  125. border: none;
  126. text-align: center;
  127. color: #6b7386 !important;
  128. }
  129. .optionBox{
  130. width: 100%;
  131. display: none;
  132. background: #fdfdfd;
  133. position: relative;
  134. z-index: 5000;
  135. }
  136. .optionBox li{
  137. width: 100%;
  138. height: 30px;
  139. font-size: 14px;
  140. color: #6b7386 !important;
  141. line-height: 30px;
  142. cursor: pointer;
  143. list-style-type: none;
  144. padding-left: 10px;
  145. float: none !important;
  146. margin: 0 0 !important;
  147. }
  148. .optionBox li:hover{
  149. background: #919191;
  150. color: white;
  151. }
  152. .optionBox>li:first-child{
  153. margin-top: 0px;
  154. }
  155. .btnImg{
  156. float: right;
  157. height: 30px;
  158. border-left: 1px solid #dcdcdc;
  159. }
  160. }
  161. /* 在屏幕宽度大于768px且小于等于1024px时应用以下样式 */
  162. @media screen and (min-width: 769px) and (max-width: 1024px) {
  163. /* CSS样式 */
  164. }
  165. /*
  166. 底部导航
  167. */
  168. .footer_Footernav{
  169. display: none !important;
  170. }
  171. .footer_Footernav a small{
  172. margin-top: -6px !important;
  173. }
  174. .div-p{
  175. display: block;
  176. }
  177. .div-m{
  178. display: none;
  179. }
  180. @media screen and (max-width: 768px) {
  181. .footer_Footernav{
  182. display: flex !important;
  183. }
  184. .div-p{
  185. display: none;
  186. }
  187. .div-m{
  188. display: block;
  189. }
  190. .footer_Footernav a i{
  191. font-size: 18px !important;
  192. }
  193. .footer_Footernav a small{
  194. font-size: 14px !important;
  195. }
  196. .footer_Footernav{
  197. padding: 0 7% !important;
  198. }
  199. }
  200. .header .nav-bar {
  201. float: left;
  202. margin-left: 4% !important;
  203. }
  204. .log-in{
  205. width: 265px;
  206. margin-left: 0px;
  207. margin-top: 18px;
  208. }
  209. #user_nav_z li{
  210. list-style: none;
  211. float: left;
  212. margin-left:10px;
  213. margin-top: 5px;
  214. }
  215. #a_logins_drop-menu{
  216. float: left;
  217. }
  218. #user_nav_z{
  219. float: left;
  220. }
  221. .radius-circle{
  222. width: 40px;
  223. }
  224. .active-a{
  225. color: red;
  226. }
  227. .part .row{
  228. margin-bottom: 15px;
  229. }
  230. .container{
  231. position: relative;
  232. }
  233. #cailiao{
  234. }
  235. .art-title{
  236. margin: 5px 9px !important;max-height:45px !important;
  237. height: 45px !important;
  238. }
  239. .art-title a{
  240. font-size: 14px !important;
  241. }
  242. .mod_price {
  243. text-align: left;
  244. color: red !important;
  245. height: 2em;margin: 5px 9px;
  246. }
  247. .mod_price i {
  248. vertical-align: middle;
  249. font-size: 12px;
  250. font-weight: 700;
  251. font-family: MicrosoftYahei-regular,Arial,Helvetica,sans-serif;
  252. color: red !important;
  253. }
  254. .more2_info_price_txt {
  255. font-size: 20px;
  256. font-weight: 700;
  257. font-family: arial,sans-serif;
  258. color: red !important;
  259. }
  260. .more2_info_price_txt-decimal {
  261. font-size: 12px;
  262. color: red !important;
  263. }
  264. .more2_info_self {
  265. background-color: #e1251b;
  266. border-radius: 2px;
  267. color: #fff;
  268. padding: 0 5px;
  269. margin-right: 4px;
  270. line-height: 16px;
  271. height: 16px;
  272. font-size: 12px;
  273. display: inline-block;
  274. font-family: Helvetica Neue,Hiragino Sans GB,SimSun,serif;
  275. }
  276. @media screen and (max-width: 768px) {
  277. #cailiao .part .row{
  278. padding: 0 5% !important;
  279. }
  280. #cailiao .part .row .col-xs-6{
  281. padding-left: 5px !important;
  282. padding-right: 5px !important;
  283. }
  284. }
  285. #search .pager{
  286. width: 100%;
  287. padding: 0px 20px;
  288. display: flex;
  289. align-items: center; /* 垂直居中 */
  290. justify-content: center; /* 水平居中 */
  291. }
  292. .search-li .item{
  293. padding-left: 7px;
  294. }
  295. #search .pager li {
  296. float: left;
  297. height: 38px;
  298. line-height: 38px;
  299. margin: 0 15px;
  300. text-align: center;
  301. }
  302. #search .active-1 a{
  303. padding: 5px 10px;
  304. background: #0a6999;
  305. color: #fff;
  306. }
  307. @media screen and (max-width: 768px) {
  308. #search .pager li {
  309. float: left;
  310. height: 38px;
  311. line-height: 38px;
  312. margin: 0 2px;
  313. text-align: center;
  314. }
  315. }
  316. #search .pager li span{
  317. margin-right: 0px;
  318. }
  319. #search .layui-unselect{
  320. width: 150px !important;
  321. }
  322. #search .part{
  323. padding-bottom: 20px;
  324. }
  325. #search .layui-input{
  326. text-align: center;
  327. }
  328. .part .item .a h3{
  329. height: 42px !important;
  330. max-width: 77% !important;
  331. }
  332. @media (max-width: 767px) {
  333. .part .items {
  334. padding: 0px 15px 15px 15px !important;
  335. }
  336. .part .item .a img {
  337. /*margin-top: 3px !important;*/
  338. }
  339. }
  340. .part .item .a img {
  341. box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%);
  342. float: left;
  343. width: 32px !important;
  344. height: 42px !important;
  345. border-radius: 0% !important;
  346. }
  347. .part .post-single .pic img {
  348. height: 142px !important;
  349. width: 100px !important;
  350. animation: both !important;
  351. border-radius:0px !important;
  352. border: none !important;
  353. }
  354. @media (max-width: 767px) {
  355. .part .post-single .pic img {
  356. height: 79px !important;
  357. width: 55px !important;
  358. }
  359. #index .part .items{
  360. margin-top: 0px !important;
  361. }
  362. .part .items{
  363. margin-top: 20px !important;
  364. }
  365. .part .bar .tt {
  366. height: 5.4em !important;
  367. }
  368. .part .bar .tt {
  369. position: relative;
  370. width: 76%;
  371. overflow: auto !important;;
  372. text-overflow: inherit !important;
  373. white-space: normal !important;
  374. border: none !important;
  375. }
  376. .part .r-intro{
  377. top: 50px !important;
  378. }
  379. .breadnav .bread {
  380. padding: 15px 20px !important;
  381. }
  382. #search .row {
  383. margin-left: 0px;
  384. margin-right: 0px;
  385. width: 100%;
  386. }
  387. }
  388. #search .time{
  389. line-height: 36px;
  390. }
  391. .header .submit .a, #banner-bear .submit .a {
  392. display: block;
  393. margin: 21px 7px !important;
  394. }
  395. .ta{
  396. float: left !important;
  397. font-size: 17px !important;
  398. font-weight: bold !important;
  399. line-height: 16px !important;
  400. }
  401. #index .sticky{
  402. height: 57px !important;
  403. }
  404. @media (max-width: 767px) {
  405. #index .ta{
  406. line-height: 3px !important;
  407. }
  408. #index .sticky{
  409. height: 45px !important;
  410. }
  411. }
  412. .container{
  413. /* margin-top: 10px;*/
  414. }
  415. #stage .mountain-1 {
  416. height: 10.7em !important;
  417. margin-bottom: -10px;
  418. }
  419. #stage .mountain-2 {
  420. margin-bottom: -10px;
  421. }
  422. #index .art-item{
  423. margin-top: 10px;
  424. margin-bottom: 10px !important;
  425. }
  426. #new_detail .part .tt a{
  427. float: left !important;
  428. /*color: #000 !important;*/
  429. font-size: 17px !important;
  430. font-weight: bold !important;
  431. }
  432. #zc_detail .part .tt a{
  433. float: left !important;
  434. /*color: #000 !important;*/
  435. font-size: 17px !important;
  436. font-weight: bold !important;
  437. }
  438. #cl_detail .part .tt a{
  439. float: left !important;
  440. /*color: #000 !important;*/
  441. font-size: 17px !important;
  442. font-weight: bold !important;
  443. }
  444. #cl_detail .part .post-single .pic img {
  445. height: 187px !important;
  446. width: 154px !important;
  447. }