1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165 |
- @charset "utf-8";
- * {
- margin: 0;
- padding: 0;
- font-family: "微软雅黑", "microsoft yahei";
- }
- ul,
- ol {
- list-style: none;
- }
- a:active {
- text-decoration: none;
- }
- a:hover {
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- }
- a:link {
- text-decoration: none;
- }
- a:focus {
- text-decoration: none;
- }
- body {
- position: relative;
- }
- .clearfix {
- overflow: hidden;
- }
- .clearfix_2::after {
- content: '';
- display: block;
- height: 0;
- visibility: hidden;
- clear: both;
- }
- .hiddenColor {
- visibility: hidden;
- }
- .hand {
- cursor: pointer;
- }
- .aTag_parent {
- position: relative;
- }
- .aTag_parent>a,
- .aTag {
- display: block;
- width: 100%;
- height: 100%;
- position: absolute;
- z-index: 99;
- border: 0px;
- top: 0px;
- left: 0px;
- background: rgba(0, 0, 0, 0);
- }
- .dot1 {
- display: block;
- word-break: keep-all;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .dot2 {
- overflow: hidden;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .dot3 {
- overflow: hidden;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- }
- input,
- img {
- border: none;
- }
- .cover100 img {
- display: block;
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- .back100 {
- background-size: 100% 100%;
- background-repeat: no-repeat;
- }
- article,
- aside,
- footer,
- header,
- time,
- video,
- main,
- nav,
- h4,
- h3,
- section {
- display: block;
- }
- .index_main {
- margin: 0 auto 30px;
- }
- .slow_6 {
- -webkit-transition: all .6s;
- -moz-transition: all .6s;
- -ms-transition: all .6s;
- -o-transition: all .6s;
- transition: all .6s;
- }
- .index_main {
- width: 1200px;
- }
- .shop_head {
- margin: 30px auto 0px;
- .shop_head_left {
- float: left;
- width: 322px;
- margin-right: 33px;
- }
- .shop_head_left_a {
- width: 322px;
- display: block;
- }
- .shop_head_img {
- width: 322px;
- display: block;
- }
- .shop_head_form_out {
- width: 550px;
- float: left;
- }
- .shop_head_form {
- margin-top: 37px;
- display: block;
- width: 547px;
- border: solid 1px #A01C0E;
- height: 40px;
- box-sizing: border-box;
- overflow: hidden;
- }
- .shop_head_btn {
- float: right;
- width: 52px;
- height: 100%;
- border: solid 1px #fff;
- box-sizing: border-box;
- background: url(@/public/img/3.png) no-repeat center center #A01C0E;
- background-size: 22px 22px;
- }
- .shop_head_inp {
- display: block;
- text-indent: 11px;
- height: 40px;
- line-height: 40px;
- width: 490px;
- }
- .shop_head_form_foot {
- width: 550px;
- margin-top: 10px;
- }
- .shop_head_form_foot_a {
- float: left;
- height: 18px;
- line-height: 18px;
- color: #999;
- font-size: 14px;
- margin-right: 10px;
- }
- .shop_head_form_foot_a:nth-of-type(1) {
- color: #A01C0E;
- }
- .shop_head_form_foot_a:hover {
- color: #A01C0E;
- }
- .shop_head_right {
- float: right;
- margin-top: 37px;
- position: relative;
- }
- .shop_head_right_btn {
- float: right;
- width: 120px;
- height: 40px;
- line-height: 40px;
- color: #666;
- font-size: 14px;
- margin-left: 10px;
- text-indent: 52px;
- border: 1px solid #E9E9E9;
- background: no-repeat 20px center #F4F4F4;
- background-size: 24px 24px;
- }
- .shop_head_right_btn:nth-of-type(1) {
- background-image: url(@/public/img/4.png);
- }
- .shop_head_right_btn:nth-of-type(2) {
- background-image: url(@/public/img/5.png);
- }
- .shop_head_right_btn:hover {
- color: #fff;
- background: no-repeat 20px center #A01C0E;
- background-size: 24px 24px;
- }
- .shop_head_right_btn:nth-of-type(1):hover {
- background-image: url(@/public/img/4a.png);
- }
- .shop_head_right_btn:nth-of-type(2):hover {
- background-image: url(@/public/img/5a.png);
- }
- .shop_head_right_btn_1_only {
- color: #fff;
- background: no-repeat 20px center #A01C0E;
- background-size: 24px 24px;
- background-image: url(@/public/img/4a.png) !important;
- }
- .shop_head_right_btn_2_only {
- color: #fff;
- background: no-repeat 20px center #A01C0E;
- background-size: 24px 24px;
- background-image: url(@/public/img/5a.png) !important;
- }
- .shop_head_right_btn:hover .shop_head_right_out {
- display: block;
- }
- .shop_head_right_box {
- background: #fff;
- height: 1111px;
- margin-top: 20px;
- }
- .shop_alert_out {
- position: absolute;
- width: 1036px;
- right: 0px;
- top: 99%;
- z-index: 111;
- }
- .shop_alert_box {
- background: #fff;
- box-sizing: border-box;
- padding: 0px 20px;
- border: solid 1px #A01C0E;
- width: 100%;
- margin-top: 20px;
- }
- .shop_alert_head_box {}
- .shop_alert_head_name_1 {
- float: left;
- font-weight: bold;
- color: #A01C0E;
- font-size: 20px;
- margin-top: 30px;
- letter-spacing: 1px;
- }
- .shop_alert_head_name_2 {
- float: left;
- color: #333;
- font-size: 16px;
- margin: 35px 0px 0px 10px;
- position: relative;
- padding-left: 22px;
- font-weight: bold;
- }
- .shop_alert_head_name_2::after {
- content: '';
- display: block;
- width: 14px;
- height: 10px;
- position: absolute;
- left: 0px;
- bottom: 3px;
- background: url(@/public/img/16.png) no-repeat left 0px;
- background-size: 100% 100%;
- }
- .shop_alert_head_btn_a {
- float: right;
- height: 40px;
- line-height: 40px;
- color: #fff;
- font-size: 14px;
- padding: 0px 20px 0px 36px;
- margin-top: 23px;
- background: url(@/public/img/14.png) no-repeat 18px center #A01C0E;
- background-size: 14px auto;
- }
- .shop_alert_ul {
- margin: 28px auto 0px;
- width: 980px;
- }
- .shop_alert_li {
- margin-bottom: 11px;
- display: flex;
- }
- .shop_alert_li_label {
- width: 150px;
- line-height: 21px;
- color: #333;
- font-size: 16px;
- padding-right: 24px;
- font-weight: bold;
- position: relative;
- box-sizing: border-box;
- margin-right: 20px;
- }
- .shop_alert_li_label::after {
- content: '';
- display: block;
- position: absolute;
- right: 0px;
- top: 0px;
- width: 22px;
- height: 22px;
- background: url(@/public/img/15.png) no-repeat right 0px;
- background-size: 100% 100%;
- }
- .shop_alert_li_panel {}
- .shop_alert_li_panel_a {
- float: left;
- height: 21px;
- line-height: 21px;
- color: #666;
- font-size: 16px;
- margin: 0px 25px 10px 0px;
- }
- .shop_alert_li_panel_a:hover {
- color: #A01C0E;
- }
- .shop_alert_1_index {
- margin-top: 20px;
- }
- .shop_alert_img_ul {
- margin-top: 30px;
- }
- .shop_alert_img_li {
- float: left;
- width: 314px;
- margin: 0px 26px 30px 0px;
- box-sizing: border-box;
- }
- .shop_alert_img_li_a {
- display: block;
- width: 100%;
- }
- .shop_alert_img_li_img {
- width: 130px;
- height: 130px;
- margin-right: 10px;
- float: left;
- }
- .shop_alert_img_li_right {
- width: 173px;
- float: right;
- }
- .shop_alert_img_li_h4 {
- height: 18px;
- line-height: 18px;
- color: #333;
- font-size: 14px;
- font-weight: bold;
- margin-top: 7px;
- }
- .shop_alert_img_li_dot3 {
- height: 48px;
- line-height: 16px;
- color: #666;
- font-size: 12px;
- margin-top: 13px;
- }
- .shop_alert_img_li_time {
- float: left;
- height: 26px;
- line-height: 26px;
- color: rgba(51, 51, 51, 0.4);
- font-size: 12px;
- margin-top: 18px;
- background: #f7f7f7;
- padding: 0px 4px;
- }
- .shop_alert_img_li:nth-of-type(3n) {
- margin-right: 0;
- }
- .shop_alert_img_li_a:hover * {
- color: #A01C0E;
- }
- }
- .shop_banner {
- width: 1200px;
- overflow: hidden;
- margin: 20px auto 0px;
- .shop_banner_a {
- display: block;
- width: 1200px;
- height: 90px;
- }
- .shop_banner_img {
- display: block;
- width: 1200px;
- }
- }
- .shop_nav {
- border: solid 1px #E9E9E9;
- background: #fafafa;
- margin-top: 20px;
- }
- .shop_nav_head {
- float: left;
- height: 28px;
- width: 138px;
- margin: 30px 52px 0px 25px;
- .shop_nav_head_a {
- display: block;
- height: 28px;
- width: 138px;
- background: url(@/public/img/7.png) no-repeat left top;
- background-size: 100% 100%;
- }
- }
- .shop_nav_in {
- float: left;
- .shop_nav_in_a {
- float: left;
- height: 75px;
- line-height: 75px;
- color: #333;
- font-size: 16px;
- background: #f8f5f5;
- width: 118px;
- border-bottom: solid 5px #A01C0E;
- font-weight: bold;
- margin: 5px 0;
- text-align: center;
- }
- .shop_nav_in_a:nth-of-type(4) {
- margin-right: 8px;
- }
- .shop_nav_in_a:hover {
- color: #A01C0E;
- }
- }
- .shop_name_in {
- float: left;
- height: 40px;
- width: 1046px;
- float: left;
- box-sizing: border-box;
- .shop_name_a {
- float: left;
- height: 27px;
- line-height: 27px;
- color: #222;
- font-size: 20px;
- position: relative;
- margin: 7px 14.5px 0;
- padding: 0px 10px;
- }
- .shop_name_a::after {
- content: '/';
- display: block;
- position: absolute;
- top: 0px;
- right: -18px;
- height: 100%;
- line-height: 27px;
- color: #E9E9E9;
- font-size: 20px;
- }
- .shop_name_a:nth-last-of-type(1)::after {
- content: '';
- display: none;
- }
- .shop_name_a_only {
- background: #A01C0E;
- color: #fff;
- }
- }
- .shop_name_out {
- margin-top: 20px;
- }
- .shop_name_box {
- border-top: solid 1px #fff;
- }
- .shop_name_box_a {
- height: 44px;
- line-height: 44px;
- color: #fff;
- font-weight: bold;
- font-size: 20px;
- }
- .shop_name {
- float: left;
- height: 44px;
- line-height: 44px;
- color: #fff;
- font-weight: bold;
- position: relative;
- z-index: 11;
- text-align: center;
- font-size: 20px;
- background: #A01C0E;
- padding: 0px 14px;
- }
- .shop_name_right {
- height: 40px;
- border-bottom: 1px solid #E8E9EC;
- margin-top: 4px;
- background: #F8F8F8;
- position: relative;
- z-index: 2;
- }
- .shop_name_right::after {
- content: '';
- display: block;
- position: absolute;
- top: 0px;
- right: 0px;
- height: 100%;
- width: 16px;
- background: url(@/public/img/9.png) no-repeat 0px bottom #fff;
- background-size: 100% auto;
- }
- .shop_name_btn {
- width: 24px;
- height: 24px;
- float: right;
- margin: 10px 22px 0px 0px;
- background: url(@/public/img/8.png) no-repeat center center;
- border-radius: 50%;
- background-size: 100% 100%;
- }
- .shop_2_left {
- float: left;
- width: 900px;
- }
- .shop_3_right {
- float: right;
- width: 280px;
- }
- .shop_1_box {
- margin: 30px auto 0px;
- }
- .shop_2_box {
- margin: 30px auto 0px;
- }
- .shop_3_box {
- margin: 0px auto 0px;
- }
- .shop_4_box {
- margin: 4px auto 0px;
- }
- .shop_5_box {
- margin: 4px auto 0px;
- }
- .categ_crumb_box {
- margin-top: 20px;
- border-bottom: solid 1px #D9D9D9;
- padding-bottom: 20px;
- position: relative;
- }
- .categ_crumb_left {
- float: left;
- height: 21px;
- line-height: 21px;
- color: #999;
- font-size: 16px;
- .categ_crumb_left_a {
- display: inline-block;
- height: 21px;
- line-height: 21px;
- color: #999;
- font-size: 16px;
- }
- .categ_crumb_left_text {
- display: inline-block;
- height: 21px;
- line-height: 21px;
- color: #333;
- font-size: 16px;
- }
- }
- .categ_crumb_right {
- float: right;
- .categ_crumb_right_text {
- float: left;
- height: 21px;
- line-height: 21px;
- color: #333;
- font-size: 16px;
- }
- .categ_crumb_right_btn {
- float: left;
- width: 14px;
- height: 14px;
- background-image: url(@/public/img/17.png);
- margin: 5px 0px 0px 5px;
- }
- }
- .categ_crumb_panel {
- position: absolute;
- border: solid 1px #A01C0E;
- padding: 0px 30px 10px;
- background: #fff;
- right: 0px;
- top: 0px;
- box-sizing: border-box;
- width: 658px;
- top: 100%;
- .categ_crumb_panel_h4 {
- display: inline-block;
- height: 21px;
- line-height: 21px;
- color: #333;
- font-size: 16px;
- padding-right: 31px;
- margin-top: 20px;
- background: url(@/public/img/15.png) no-repeat right center;
- background-size: 21px 21px;
- }
- .categ_crumb_panel_btn_box {
- margin-top: 20px;
- }
- .categ_crumb_panel_btn {
- float: left;
- height: 21px;
- line-height: 21px;
- color: #666;
- font-size: 16px;
- font-weight: bold;
- margin: 0px 26.5px 11px 0px;
- }
- .categ_crumb_panel_btn:hover {
- color: #A01C0E;
- }
- .categ_crumb_panel_btn_only {
- color: #A01C0E;
- }
- }
- .categ_grey_box {
- box-sizing: border-box;
- border: solid 1px #E9E9E9;
- background: #F8F8F8;
- padding: 0px 20px 8px;
- width: 100%;
- margin-top: 15px;
- .categ_grey_head {
- height: 48px;
- line-height: 50px;
- color: #000;
- font-size: 18px;
- border-bottom: dashed 1px #E9E9E9;
- }
- .categ_grey_ul {
- margin: 10px 0px 0px -10px;
- }
- .categ_grey_btn {
- float: left;
- line-height: 29px;
- height: 29px;
- color: #333;
- font-size: 16px;
- margin: 0px 10px 7px;
- }
- .categ_grey_btn_only {
- background: #A01C0E;
- color: #fff;
- padding: 0px 5px 0px;
- margin: 0px 5px 7px;
- }
- }
- .categ_head_box {
- border-bottom: solid 1px #E9E9E9;
- padding-bottom: 22px;
- margin-top: 20px;
- border-top: solid 1px rgba(0, 0, 0, 0);
- .categ_head_a {
- float: left;
- text-indent: 15px;
- font-size: 20px;
- color: #333;
- border-left: solid 3px #A01C0E;
- height: 18px;
- line-height: 18px;
- }
- .categ_head_a_more {
- float: right;
- color: #999;
- font-size: 14px;
- margin-top: 0px;
- }
- }
- .categ_table {}
- .categ_table_head_box {
- height: 61px;
- border-bottom: solid 1px #E9E9E9;
- }
- .categ_table_head_box>.categ_table_td_1 {
- line-height: 61px;
- line-height: 61px;
- }
- .categ_table_head_box>.categ_table_td_2 {
- line-height: 61px;
- line-height: 61px;
- }
- .categ_table_head_box>.categ_table_td_3 {
- line-height: 61px;
- line-height: 61px;
- }
- .categ_table_head_box>.categ_table_td_4 {
- line-height: 61px;
- line-height: 61px;
- }
- .categ_table_td_1 {
- float: left;
- height: 100%;
- text-align: center;
- color: #666;
- font-size: 16px;
- width: 155px;
- margin-right: 126px;
- }
- .categ_table_td_2 {
- float: left;
- height: 100%;
- text-align: center;
- color: #666;
- font-size: 16px;
- width: 480px;
- margin-right: 124px;
- }
- .categ_table_td_3 {
- float: left;
- height: 100%;
- text-align: center;
- color: #666;
- font-size: 16px;
- width: 120px;
- margin-right: 62px;
- }
- .categ_table_td_4 {
- float: left;
- height: 100%;
- text-align: center;
- color: #666;
- font-size: 16px;
- width: 133px;
- }
- /* .categ_table_head_box>div:nth-of-type(even){background:aqua;} */
- .categ_table_li {
- height: 161px;
- box-sizing: border-box;
- padding: 15px 0px;
- border-bottom: solid 1px #E9E9E9;
- }
- .categ_table_td_1_img {
- display: block;
- width: 130px;
- height: 130px;
- margin: 0px auto;
- }
- .categ_table_li .categ_table_td_1 {
- line-height: 160px;
- line-height: 160px;
- }
- .categ_table_li .categ_table_td_2 {
- line-height: 160px;
- line-height: 160px;
- font-weight: bold;
- color: #333;
- }
- .categ_table_li .categ_table_td_3 {
- line-height: 160px;
- line-height: 160px;
- }
- .categ_table_li .categ_table_td_4 {
- line-height: 160px;
- line-height: 160px;
- }
- .categ_3_index {
- margin-top: 28px;
- }
- .categ_ul_img_1 {
- margin-top: 20px;
- }
- .categ_li_img_1 {
- float: left;
- margin: 0px 24px 20px 0px;
- width: 180px;
- position: relative;
- }
- .categ_li_img_1_a {}
- .categ_li_img_1_img {
- display: block;
- width: 180px;
- height: 180px;
- }
- .categ_li_img_1_dot2 {
- width: 168px;
- margin: 10px auto 0px;
- height: 32px;
- line-height: 16px;
- color: #333;
- font-size: 14px;
- }
- .categ_li_img_1:nth-of-type(6n) {
- margin-right: 0px;
- }
- .categ_li_img_1_hover_dot1 {
- width: 152px;
- position: absolute;
- left: 50%;
- margin-left: -76px;
- bottom: 13px;
- font-size: 14px;
- background: linear-gradient(to right, #FFE1AA, #F9F4E3, #FFE1AA);
- -webkit-background-clip: text;
- color: transparent;
- }
- .categ_li_img_1:hover .categ_li_img_1_dot2 {
- color: #A01C0E;
- }
- .categ_li_img_1:nth-of-type(1) .categ_li_img_1_dot2::after {
- content: '';
- display: block;
- position: absolute;
- background: url(@/public/img/18.png) no-repeat left 0px;
- background-size: 100% 100%;
- width: 32px;
- height: 32px;
- left: 10px;
- top: 0px;
- z-index: 11;
- }
- .categ_li_img_1:nth-of-type(2) .categ_li_img_1_dot2::after {
- content: '';
- display: block;
- position: absolute;
- background: url(@/public/img/19.png) no-repeat left 0px;
- background-size: 100% 100%;
- width: 32px;
- height: 32px;
- left: 10px;
- top: 0px;
- z-index: 11;
- }
- .categ_li_img_1:nth-of-type(3) .categ_li_img_1_dot2::after {
- content: '';
- display: block;
- position: absolute;
- background: url(@/public/img/20.png) no-repeat left 0px;
- background-size: 100% 100%;
- width: 32px;
- height: 32px;
- left: 10px;
- top: 0px;
- z-index: 11;
- }
- .categ_ul_img_2 {
- margin-top: 20px;
- }
- .categ_li_img_2 {
- float: left;
- margin: 0px 24px 20px 0px;
- width: 180px;
- position: relative;
- }
- .categ_li_img_2_a {}
- .categ_li_img_2_img {
- display: block;
- width: 180px;
- height: 180px;
- }
- .categ_li_img_2_dot2 {
- width: 168px;
- margin: 10px auto 0px;
- height: 32px;
- line-height: 16px;
- color: #333;
- font-size: 14px;
- }
- .categ_li_img_2:nth-of-type(6n) {
- margin-right: 0px;
- }
- .categ_li_img_2_hover_dot1 {
- width: 152px;
- position: absolute;
- left: 50%;
- margin-left: -76px;
- bottom: 13px;
- font-size: 14px;
- background: linear-gradient(to right, #FFE1AA, #F9F4E3, #FFE1AA);
- -webkit-background-clip: text;
- color: transparent;
- }
- .categ_li_img_2:hover .categ_li_img_2_dot2 {
- color: #A01C0E;
- }
- /*乡村网-商城-搜索-查看更多*/
- .search_head_text_box {
- height: 18px;
- line-height: 18px;
- color: #333;
- font-size: 16px;
- float: left;
- margin-left: 20px;
- }
- .search_head_text_red {
- color: #A01C0E;
- }
- .search_table_td_2 {
- float: left;
- height: 100%;
- width: 480px;
- margin-right: 124px;
- .search_table_td_2_head {
- height: 21px;
- line-height: 21px;
- color: #333;
- font-size: 16px;
- font-weight: bold;
- width: 480px;
- }
- .search_table_td_2_dot2 {
- max-height: 36px;
- line-height: 18px;
- color: #666;
- font-size: 14px;
- margin-top: 5px;
- width: 480px;
- }
- .search_table_td_2_dot3 {
- color: #999;
- font-size: 14px;
- height: 30px;
- line-height: 30px;
- margin-top: 5px;
- }
- .search_table_td_2_in {
- height: 129px;
- width: 480px;
- display: table-cell;
- vertical-align: middle;
- }
- }
- @media screen and (min-width:1200px) {
- /*pc_1440*/
- @media screen and (max-width:1440px) {
- /*1200*/
- }
- .pc_none {
- display: none;
- }
- }
- @media screen and (max-width:599px) {}
- @media screen and (max-width:320px) {}
- .pagination {
- margin: 40px auto 30px auto;
- height: 34px;
- margin-left: 141px;
- display: flex;
- justify-content: center;
- // 鼠标移入后字体颜色
- .el-pagination::v-deep :hover {
- color: #a01c0e;
- }
- .el-pagination.is-background::v-deep .btn-next,
- .el-pagination.is-background::v-deep .btn-prev {
- width: 70px;
- height: 34px;
- margin: 0px 10px;
- border-radius: 4px;
- }
- .el-pagination.is-background::v-deep .el-pager li {
- margin: 0px 10px;
- width: 38px;
- height: 34px;
- border-radius: 4px;
- }
- .el-pagination.is-background::v-deep .btn-next.is-active,
- .el-pagination.is-background::v-deep .btn-prev.is-active,
- .el-pagination.is-background::v-deep .el-pager li.is-active {
- background-color: #a01c0e;
- color: #fff;
- }
- }
|