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 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867
  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: 40px !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 font{
  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: 100% !important;
  446. max-height: 206px !important;
  447. width: 154px !important;
  448. }
  449. .footer-copyright p{
  450. }
  451. .bb{
  452. text-align: right;
  453. }
  454. @media (max-width: 767px) {
  455. .b{
  456. text-align: center;padding:0;
  457. }
  458. .b1{
  459. display: block;float:left;width:20%;line-height:150%;margin-right:0;
  460. }
  461. .b2{
  462. line-height:150%;display: block;float:left;width:82%;text-align: left;
  463. }
  464. }
  465. #down_btn{
  466. margin-top: 15px;
  467. }
  468. #share_btn{
  469. }
  470. #share-box{
  471. margin-top: 5px;
  472. /* background: #fff;*/
  473. text-align: right;
  474. /* border-radius: 5px;
  475. border: 1px solid #8E8E8EFF;*/
  476. }
  477. .part .post-single .list .btn{
  478. margin-top: 15px !important;
  479. }
  480. #tag_detail .mod_price{
  481. min-height: 36px;line-height: 36px;margin: 10px 20px;
  482. }
  483. #tag_detail .art-item{
  484. text-align: center;
  485. }
  486. #tag_detail .art-title{
  487. text-align: left;
  488. }
  489. #tag_detail p{
  490. text-align: left;
  491. }
  492. #tag_detail .art-a img{
  493. width: auto !important;
  494. /*height: 80% !important;*/
  495. }
  496. #tag_detail .art-item{
  497. position: relative;
  498. }
  499. #tag_detail .more2_info_self{
  500. position: absolute;
  501. left: 0;top:5px;
  502. }
  503. .zc_img_box{
  504. height: 152px !important;
  505. display: flex;
  506. align-items: center; /* 垂直居中子元素 */
  507. justify-content: center;
  508. }
  509. .zc_img{
  510. height: 100px !important;
  511. }
  512. @media (max-width: 1240px){
  513. .part .art-item .art-a .img-cover {
  514. height: 218px !important;
  515. }
  516. }
  517. @media (max-width: 1240px) {
  518. .zc_img_box{
  519. height: 152px !important;
  520. display: flex;
  521. align-items: center; /* 垂直居中子元素 */
  522. justify-content: center;
  523. }
  524. .zc_img{
  525. height: 100px !important;
  526. }
  527. .art-item .mod_price{
  528. margin-top: 0 !important;
  529. }
  530. }
  531. #taglist .art-title a{
  532. line-height: 45px !important;
  533. text-align: center !important;
  534. font-size: 16px !important;
  535. }
  536. #taglist .part .art-item{
  537. padding-bottom:0px !important;
  538. }
  539. .list-detail font{
  540. font-weight: bold;
  541. }
  542. .bb3{
  543. color: #6b7386;
  544. }
  545. @media (max-width: 1240px) {
  546. .bb3 {
  547. width: 70%;
  548. float: left;
  549. text-align: left;
  550. line-height: 150%;
  551. color: #6b7386;
  552. }
  553. }
  554. .cl-img-box{
  555. text-align: center;
  556. }
  557. .cl-img{
  558. width:auto !important;
  559. }
  560. .cl-art-title{
  561. text-align: center !important;
  562. }
  563. @media (max-width: 767px){
  564. #cl_detail .part .post-single .pic {
  565. width: 100%;
  566. height: 205px !important;
  567. margin-bottom: 4%;
  568. }
  569. }
  570. .footer-nav {
  571. position: fixed;
  572. display: flex;
  573. align-items: center;
  574. width: 100%;
  575. background-color: #fff;
  576. bottom: 0;
  577. height: 50px;
  578. border-top: 1px solid #eee;
  579. }
  580. .footer-nav .nav-item {
  581. flex: 1;
  582. text-align: center;
  583. font-size: 12px
  584. }
  585. .footer-nav .nav-item i {
  586. font-size: 20px;
  587. }
  588. .footer-nav .nav-item.cur {
  589. color: #ff7600;
  590. }
  591. .nav-item-t{
  592. height: 25px;
  593. }
  594. .art-tag span font {
  595. color: #6b7386;
  596. background: none;
  597. text-align: left;
  598. height: 22px;
  599. line-height: 22px;
  600. border-radius: 50px;
  601. display: inline-block;
  602. padding: 2px 6px;
  603. font-size: 12px;
  604. height: 24px;
  605. line-height: 24px;
  606. padding: 0px 8px;
  607. margin-bottom:5px;
  608. padding-left: 0px !important;
  609. }
  610. .art-tag a{
  611. margin-bottom:5px;
  612. }
  613. .night .part .tt span{
  614. color: #fff !important;
  615. }
  616. .night .b1{
  617. color: #fff !important;
  618. }
  619. .night .layui-form-select dl dd{
  620. color: #000 !important;
  621. }
  622. .night .optionBox li a{
  623. color: #000 !important;
  624. }
  625. .night .optionBox .active-1 a{
  626. color: #fff !important;
  627. }
  628. .night .copyright{
  629. color: #fff !important;
  630. }
  631. .night .bb3{
  632. color: #fff !important;
  633. }
  634. .night .search .layui-this{
  635. border: none;
  636. color: red;
  637. border-color: #3c4551 !important;
  638. }
  639. .night .search .layui-tab-title{
  640. border-color: #3c4551 !important;
  641. }
  642. .night .layui-tab-title .layui-this:after{
  643. border: none;
  644. }
  645. @media screen and (max-width: 991px){
  646. .part .tt a{
  647. padding-top: 0px !important;
  648. }
  649. }
  650. @media (max-width: 767px){
  651. #index .ta {
  652. line-height: 13px !important;
  653. }
  654. }
  655. .art-main table{
  656. color: #000 !important;
  657. max-width:100% !important;
  658. }
  659. .art-main tr{
  660. background: #fff !important;
  661. }
  662. @media screen and (max-width: 991px){
  663. .art-main table {
  664. width: 100% !important;
  665. }
  666. .art-main table tbody{
  667. width: 100% !important;
  668. }
  669. }
  670. .art-main table {
  671. /*width: 100%;*/
  672. min-width: 500px;
  673. border-collapse: collapse;
  674. }
  675. .art-main th, td {
  676. border: 1px solid #ddd;
  677. padding: 8px;
  678. text-align: left;
  679. }
  680. /* Media Query for mobile devices */
  681. @media screen and (max-width: 991px) {
  682. .art-main table {
  683. min-width: 0px !important;
  684. border-collapse: collapse;
  685. table-layout: fixed;
  686. width: 100% !important;
  687. }
  688. .art-main th, td {
  689. border: none;
  690. padding: 10px 0;
  691. /*white-space: normal;
  692. word-wrap: break-word;*/
  693. /*overflow: hidden;*/
  694. }
  695. .art-main nobr{
  696. /*white-space: normal;
  697. word-wrap: break-word;*/
  698. /*overflow: hidden;*/
  699. }
  700. .td1{
  701. width:70% !important;
  702. white-space: pre-wrap;
  703. word-break: break-all; word-wrap:break-word;
  704. }
  705. .td1 nobr{
  706. word-break: break-all; word-wrap:break-word;
  707. white-space: pre-wrap;
  708. }
  709. .td2{
  710. width:30% !important;
  711. }
  712. #cl_detail .part .items{
  713. padding: 0px 5px 5px 5px !important;
  714. }
  715. }
  716. .td2{
  717. text-align: center !important;
  718. }
  719. #cl_detail .art-main{
  720. position: relative;
  721. }
  722. #cl_detail .art-main-sp{
  723. height: 450px;
  724. overflow: hidden;
  725. }
  726. .btn-show{
  727. bottom: 0;
  728. height:30px;
  729. text-align: center;
  730. background: #fff;
  731. width: 100%;
  732. line-height: 30px;
  733. cursor: pointer;
  734. /*background-color: rgba(255, 255, 255, 0.9);*/ /* 半透明白色 */
  735. }
  736. .btn-bg{
  737. height:80px;
  738. line-height: 130px;
  739. position: absolute;
  740. background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,1)), url('your-image.jpg');
  741. background-size: cover;
  742. }
  743. .btn-show span{
  744. color: red;
  745. /* background: #fff;
  746. padding: 5px 15px;
  747. border-radius: 15px;*/
  748. }
  749. #cailiao .part .art-item{
  750. padding-bottom: 2px !important;
  751. }