|
@@ -10,230 +10,47 @@
|
|
|
.special .content .left-box .Beautyfair-page{width: 100%;height: auto;float: left;}
|
|
|
.special .content .left-box .Beautyfair-page .page-title{width: 100%;height: 103px;box-sizing: border-box;padding: 31px 0 16px 0}
|
|
|
.special .content .left-box .Beautyfair-page .page-title h1{font-size: 24px;line-height: 31px;text-align: left;color: #4a4f58;}
|
|
|
-.special .content .left-box .Beautyfair-page .page-title p{
|
|
|
- font-size: 14px;
|
|
|
- line-height: 19px;
|
|
|
- text-align: left;
|
|
|
- color: #93979f;
|
|
|
- margin-top: 6px;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .page-title p.more{
|
|
|
- float: right;
|
|
|
- padding-right: 20px;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list a{
|
|
|
- width: 434px;
|
|
|
- height: 220px;
|
|
|
- display: block;
|
|
|
- float: left;
|
|
|
- margin-right: 16px;
|
|
|
- margin-bottom: 16px;
|
|
|
- background-color: #FFFFFF;
|
|
|
- transition: all 0.4s;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list{
|
|
|
- transition: all 0.6s;
|
|
|
-}
|
|
|
+.special .content .left-box .Beautyfair-page .page-title p{font-size: 14px;line-height: 19px;text-align: left;color: #93979f;margin-top: 6px;float: left;}
|
|
|
+.special .content .left-box .Beautyfair-page .page-title p.more{float: right;padding-right: 20px;cursor: pointer;}
|
|
|
+.special .content .left-box .Beautyfair-page .list a{width: 434px;height: 220px;display: block;float: left;margin-right: 16px;margin-bottom: 16px;background-color: #FFFFFF;transition: all 0.4s;}
|
|
|
+.special .content .left-box .Beautyfair-page .list{transition: all 0.6s;}
|
|
|
.special .content .left-box .Beautyfair-page .list.Floorplan{height: 660px;overflow: hidden}
|
|
|
-.special .content .left-box .Beautyfair-page .list.max{
|
|
|
- height: auto;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list a:hover{
|
|
|
- transform: translateY(-5px);
|
|
|
- box-shadow: 0 8px 8px rgb(102 102 102 / 5%), 0 10px 10px rgb(102 102 102 / 5%), 0 12px 12px rgb(102 102 102 / 5%)
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list.exhibitor a{
|
|
|
- width: 134px;
|
|
|
- height: 134px;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list.live a{
|
|
|
- width: 164px;
|
|
|
- height: 212px;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list.Floorplan a{
|
|
|
- width: 434px !important;
|
|
|
- height: 290px;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list.supplier a{
|
|
|
- width: 164px;
|
|
|
- height: 268px;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list a img{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list.live a img{
|
|
|
- width: 164px;
|
|
|
- height: 164px;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list.supplier a img{
|
|
|
- width: 164px;
|
|
|
- height: 164px;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list.Floorplan a img{
|
|
|
- height: 210px;
|
|
|
-}
|
|
|
-.special .content .right-box .right-coupon{
|
|
|
- width: 100%;
|
|
|
- height: auto;
|
|
|
- background-color: #FFFFFF;
|
|
|
- float: left;
|
|
|
- margin-bottom: 16px;
|
|
|
- padding: 16px;
|
|
|
- box-sizing: border-box;
|
|
|
- border-radius: 2px;
|
|
|
-}
|
|
|
-.special .content .right-box .right-coupon .right_item_title{
|
|
|
- width: 100%;
|
|
|
- height: 22px;
|
|
|
- line-height: 22px;
|
|
|
- margin-bottom: 8px;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- color: #4a4f58;
|
|
|
-}
|
|
|
-.special .content .right-box .right-coupon .right_item_img{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list a .page_main_text{
|
|
|
- height: 42px;
|
|
|
- padding: 0 8px;
|
|
|
- font-size: 14px;
|
|
|
- color: #4a4f58;
|
|
|
- line-height: 21px;
|
|
|
- margin-top: 10px;
|
|
|
-}
|
|
|
+.special .content .left-box .Beautyfair-page .list.max{height: auto;}
|
|
|
+.special .content .left-box .Beautyfair-page .list a:hover{transform: translateY(-5px);box-shadow: 0 8px 8px rgb(102 102 102 / 5%), 0 10px 10px rgb(102 102 102 / 5%), 0 12px 12px rgb(102 102 102 / 5%)}
|
|
|
+.special .content .left-box .Beautyfair-page .list.exhibitor a{width: 134px;height: 134px;}
|
|
|
+.special .content .left-box .Beautyfair-page .list.live a{width: 164px;height: 212px;}
|
|
|
+.special .content .left-box .Beautyfair-page .list.Floorplan a{width: 434px !important;height: 290px;}
|
|
|
+.special .content .left-box .Beautyfair-page .list.supplier a{width: 164px;height: 268px;}
|
|
|
+.special .content .left-box .Beautyfair-page .list a img{width: 100%;height: 100%;}
|
|
|
+.special .content .left-box .Beautyfair-page .list.live a img{width: 164px;height: 164px;}
|
|
|
+.special .content .left-box .Beautyfair-page .list.supplier a img{width: 164px;height: 164px;}
|
|
|
+.special .content .left-box .Beautyfair-page .list.Floorplan a img{height: 210px;}
|
|
|
+.special .content .right-box .right-coupon{width: 100%;height: auto;background-color: #FFFFFF;float: left;margin-bottom: 16px;padding: 16px;box-sizing: border-box;border-radius: 2px;}
|
|
|
+.special .content .right-box .right-coupon .right_item_title{width: 100%;height: 22px;line-height: 22px;margin-bottom: 8px;font-size: 16px;font-weight: bold;color: #4a4f58;}
|
|
|
+.special .content .right-box .right-coupon .right_item_img{width: 100%;height: 100%;}
|
|
|
+.special .content .left-box .Beautyfair-page .list a .page_main_text{height: 42px;padding: 0 8px;font-size: 14px;color: #4a4f58;line-height: 21px;margin-top: 10px;}
|
|
|
.special .content .left-box .Beautyfair-page .list.live a .page_main_text{margin: 0}
|
|
|
-.special .content .left-box .Beautyfair-page .list a .page_main_text.shop_name{
|
|
|
- white-space: normal;
|
|
|
- word-break: break-all;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- display: -webkit-box;
|
|
|
- -webkit-box-orient: vertical;
|
|
|
- -webkit-line-clamp: 2;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list a .page_main_text p{
|
|
|
- width: 150px;
|
|
|
- height: 48px;
|
|
|
- line-height: 48px;
|
|
|
- white-space:nowrap;
|
|
|
- overflow:hidden;
|
|
|
- text-overflow:ellipsis;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list a .Booth_text{
|
|
|
- height: 80px;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list a .Booth_text p{
|
|
|
- text-align: center;
|
|
|
- line-height: 21px;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list a .Booth_text p.name{
|
|
|
- font-size: 16px;
|
|
|
- color: #4a4f58;
|
|
|
- padding: 16px 0 5px 0;
|
|
|
-}
|
|
|
-.special .content .left-box .Beautyfair-page .list a .Booth_text p.number{
|
|
|
- font-size: 14px;
|
|
|
- color: #93979f;
|
|
|
-}
|
|
|
-
|
|
|
-.special .content .left-box .Beautyfair-page .list a .page_main_text.shop_name .tag{
|
|
|
- width: 44px;
|
|
|
- height: 18px;
|
|
|
- line-height: 18px;
|
|
|
- font-size: 12px;
|
|
|
- float: left;
|
|
|
- margin-right: 5px;
|
|
|
- text-align: center;
|
|
|
- color: #FFFFFF;
|
|
|
- background-image: linear-gradient(270deg,
|
|
|
- #f9c023 0%,
|
|
|
- #f83600 100%);
|
|
|
- border-radius: 0px 10px 0px 0px;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price {
|
|
|
- width: 100%;
|
|
|
- height: 54px;
|
|
|
- float: left;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 0 8px;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .main_price_text {
|
|
|
- width: 100%;
|
|
|
- height: 54px;
|
|
|
- float: left;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .main_price_unde{
|
|
|
- width: 100%;
|
|
|
- height: 31px;
|
|
|
- line-height: 31px;
|
|
|
- font-size: 14px;
|
|
|
- color: #4a4f58;
|
|
|
- text-align: left;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .main_price_show{
|
|
|
- width: 100%;
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
- font-size: 14px;
|
|
|
- color: #f94b4b;
|
|
|
- text-align: left;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .main_price_show.none{
|
|
|
- color: #999999;
|
|
|
- text-decoration: line-through;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .price_text_tag{
|
|
|
- width: 100%;
|
|
|
- height: 22px;
|
|
|
- box-sizing: border-box;
|
|
|
- float: left;
|
|
|
- margin-top: 0px;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .price_text_tag .listTag{
|
|
|
- margin:0;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .main_price_none{
|
|
|
- width: 100%;
|
|
|
- height: 24px;
|
|
|
- box-sizing: border-box;
|
|
|
- float: left;
|
|
|
- margin-top: 2px;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .main_price_none.sec{
|
|
|
- margin-top: 25px;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .main_price_none .listTag{
|
|
|
- margin:0;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .price_grade{
|
|
|
- float: left;
|
|
|
- margin:0;
|
|
|
- height: 22px;
|
|
|
- line-height: 22px;
|
|
|
- color: #4A4F58;
|
|
|
- font-style: normal;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .price_grade span{
|
|
|
- display: inline-block;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .icon:before{
|
|
|
- width: 67px;
|
|
|
- height: 22px;
|
|
|
-}
|
|
|
-.Beautyfair-page .page_main_price .price_grade_1:before{
|
|
|
- background-position:0 -714px;
|
|
|
-}
|
|
|
+.special .content .left-box .Beautyfair-page .list a .page_main_text.shop_name{white-space: normal;word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
|
|
|
+.special .content .left-box .Beautyfair-page .list a .page_main_text p{width: 150px;height: 48px;line-height: 48px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
|
|
|
+.special .content .left-box .Beautyfair-page .list a .Booth_text{height: 80px;}
|
|
|
+.special .content .left-box .Beautyfair-page .list a .Booth_text p{text-align: center;line-height: 21px;}
|
|
|
+.special .content .left-box .Beautyfair-page .list a .Booth_text p.name{font-size: 16px;color: #4a4f58;padding: 16px 0 5px 0;}
|
|
|
+.special .content .left-box .Beautyfair-page .list a .Booth_text p.number{font-size: 14px;color: #93979f;}
|
|
|
+.special .content .left-box .Beautyfair-page .list a .page_main_text.shop_name .tag{width: 44px;height: 18px;line-height: 18px;font-size: 12px;float: left;margin-right: 5px;text-align: center;color: #FFFFFF;background-image: linear-gradient(270deg, #f9c023 0%, #f83600 100%);border-radius: 0px 10px 0px 0px;}
|
|
|
+.Beautyfair-page .page_main_price {width: 100%;height: 54px;float: left;box-sizing: border-box;padding: 0 8px;}
|
|
|
+.Beautyfair-page .page_main_price .main_price_text {width: 100%;height: 54px;float: left;box-sizing: border-box;}
|
|
|
+.Beautyfair-page .page_main_price .main_price_unde{width: 100%;height: 31px;line-height: 31px;font-size: 14px;color: #4a4f58;text-align: left;float: left;}
|
|
|
+.Beautyfair-page .page_main_price .main_price_show{width: 100%;height: 30px;line-height: 30px;font-size: 14px;color: #f94b4b;text-align: left;float: left;}
|
|
|
+.Beautyfair-page .page_main_price .main_price_show.none{color: #999999;text-decoration: line-through;}
|
|
|
+.Beautyfair-page .page_main_price .price_text_tag{width: 100%;height: 22px;box-sizing: border-box;float: left;margin-top: 0px;}
|
|
|
+.Beautyfair-page .page_main_price .price_text_tag .listTag{margin:0;float: left;}
|
|
|
+.Beautyfair-page .page_main_price .main_price_none{width: 100%;height: 24px;box-sizing: border-box;float: left;margin-top: 2px;}
|
|
|
+.Beautyfair-page .page_main_price .main_price_none.sec{margin-top: 25px;}
|
|
|
+.Beautyfair-page .page_main_price .main_price_none .listTag{margin:0;}
|
|
|
+.Beautyfair-page .page_main_price .price_grade{float: left;margin:0;height: 22px;line-height: 22px;color: #4A4F58;font-style: normal;font-size: 14px;}
|
|
|
+.Beautyfair-page .page_main_price .price_grade span{display: inline-block;float: left;}
|
|
|
+.Beautyfair-page .page_main_price .icon:before{width: 67px;height: 22px;}
|
|
|
+.Beautyfair-page .page_main_price .price_grade_1:before{background-position:0 -714px;}
|
|
|
.Beautyfair-page .page_main_price .price_grade_2:before{
|
|
|
background-position:0 -744px;
|
|
|
}
|
|
@@ -246,57 +63,22 @@
|
|
|
.Beautyfair-page .page_main_price .price_grade_5:before{
|
|
|
background-position:0 -834px;
|
|
|
}
|
|
|
-.special .Popup{
|
|
|
- position: fixed;
|
|
|
- background: rgba(34,39,46, 0.3);
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- z-index: 99999;
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-.Popup.show{
|
|
|
- opacity: 1;
|
|
|
-}
|
|
|
-.special .Popup .show_popup{
|
|
|
- width: 968px;
|
|
|
- height: 510px;
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- left: 0;
|
|
|
- bottom: 0;
|
|
|
- margin: auto;
|
|
|
-}
|
|
|
-.bg_img{
|
|
|
- width: 968px;
|
|
|
- height: 510px;
|
|
|
-}
|
|
|
-.bg_img img{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
+.special .Popup{position: fixed;background: rgba(34,39,46, 0.3);top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;opacity: 0;}
|
|
|
+.Popup.show{opacity: 1;}
|
|
|
+.special .Popup .show_popup{width: 968px;height: 510px;position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;}
|
|
|
+.bg_img{width: 968px;height: 510px;}
|
|
|
+.bg_img img{width: 100%;height: 100%;}
|
|
|
.bg_icon{text-align: right}
|
|
|
-.bg_icon .icon{
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-.bg_icon .icon:before{
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- background-position: -187px -545px;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
+.bg_icon .icon{width: 50px;height: 50px;display: inline-block;}
|
|
|
+.bg_icon .icon:before{width: 50px;height: 50px;background-position: -187px -545px;cursor: pointer;}
|
|
|
#recommendBox .swiper-pagination{width:100%;padding:10px 0;z-index:1;text-align:center;font-size:0;}
|
|
|
#recommendBox .swiper-pagination span{display:inline-block;width:14px;height:4px;border:5px solid transparent;cursor:pointer;opacity:.2;}
|
|
|
#recommendBox .swiper-pagination span:before{content:"";display:inline-block;width:100%;height:4px;background:#E15616;border-radius:2px}
|
|
|
-#recommendBox .swiper-pagination span.on{width:28px;opacity:1;}
|
|
|
-.Beautyfair-page .swiper-wrapper{height: 612 ;overflow: hidden}
|
|
|
+#recommendBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:28px;opacity:1;}
|
|
|
+.Beautyfair-page .swiper-wrapper{height: 612px ;overflow: hidden}
|
|
|
}
|
|
|
@media screen and (max-width:768px) {
|
|
|
- #recommendBox{width: calc(100%);height:120vw;overflow:hidden;position:relative;}
|
|
|
+ #recommendBox{width: calc(100%);height:120vw;overflow:hidden;position:relative;padding: 1vw}
|
|
|
#recommendBox .swiper-pagination{width:100%;height:2.6vw;z-index:1;text-align:center;font-size:0;position:absolute;bottom:2.6vw;left:0}
|
|
|
#recommendBox .swiper-pagination .swiper-pagination-bullet{display:block;width:2vw;border-width:1vw 1px;border-color:transparent;cursor:pointer;background:none;font-size:0;opacity:.2}
|
|
|
#recommendBox .swiper-pagination .swiper-pagination-bullet:before{content:"";display:block;width:100%;height:.6vw;background:#E15616;border-radius:.3vw}
|
|
@@ -311,7 +93,7 @@
|
|
|
.special .content .left-box .Beautyfair-page .page-title{padding: 4.8vw 0 2.4vw 3.2vw}
|
|
|
.special .content .left-box .Beautyfair-page .page-title h1{font-size: 4.8vw;color: #4a4f58;font-weight: bold;line-height: 9.7vw}
|
|
|
.special .content .left-box .Beautyfair-page .page-title p{font-size: 3.4vw;color: #93979f;line-height: 4.3vw;float: left}
|
|
|
- .special .content .left-box .Beautyfair-page .list a{width: 45.6vw;height: 32.4vw;display: block;float: left;margin-right:2vw;margin-bottom: 2vw;background-color: #FFFFFF;}
|
|
|
+ .special .content .left-box .Beautyfair-page .list a{vertical-align: top;width: 45.6vw;height: 32.4vw;display: block;float: left;margin-right:2vw;margin-bottom: 2vw;background-color: #FFFFFF;}
|
|
|
.special .content .left-box .Beautyfair-page {width: 100%;height: auto;float: left;}
|
|
|
.special .content .left-box .Beautyfair-page .list a img {width: 100%;height: 100%;}
|
|
|
.special .content .left-box .Beautyfair-page .list{padding-left: 3vw;overflow: hidden;width: 100%;margin-top: 5vw}
|
|
@@ -324,7 +106,7 @@
|
|
|
.special .content .left-box .Beautyfair-page .list.live,.special .content .left-box .Beautyfair-page .list.supplier{white-space: nowrap;overflow-x: auto;}
|
|
|
.special .content .left-box .Beautyfair-page .list a .page_main_text {height: 10.8vw;padding: 0 3vw;font-size: 3.1vw;color: #4a4f58;line-height:5.1vw;}
|
|
|
.special .content .left-box .Beautyfair-page .list a .page_main_text p {width: 33.5vw;height: 10.8vw;line-height: 10.8vw;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
|
|
|
- .special .content .left-box .Beautyfair-page .list.Floorplan a{height: 52.5vw;width: 46vw !important;margin: 0 1vw 2vw 1vw }
|
|
|
+ .special .content .left-box .Beautyfair-page .list.Floorplan a{height: 52.5vw;width: 46vw !important;margin: 0 1vw 3vw 1vw }
|
|
|
.special .content .left-box .Beautyfair-page .list.Floorplan a img{height: 35.7vw;}
|
|
|
.special .content .left-box .Beautyfair-page .list a .Booth_text{height: 16.8vw;padding:0 3.2vw;}
|
|
|
.special .content .left-box .Beautyfair-page .list a .Booth_text p.name{font-size: 3.4vw;width:100%;color: #4a4f58;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:4.2vw 0 2vw 0;}
|
|
@@ -351,125 +133,26 @@
|
|
|
background-position: -83.5vw -97.4vw;
|
|
|
}
|
|
|
.price_grade .bold {font-weight: bold;}
|
|
|
- .Beautyfair-page .page_main_price .main_price_none .listTag{
|
|
|
- padding: 0 2vw;
|
|
|
- border: .27vw solid #ffe6dc;
|
|
|
- background: none;
|
|
|
- font-size: 2.8vw;
|
|
|
- float: right;
|
|
|
- }
|
|
|
- .Beautyfair-page .page_main_price .price_grade{
|
|
|
- display: block;
|
|
|
- height: 7vw;
|
|
|
- line-height: 7vw;
|
|
|
- color: #4A4F58;
|
|
|
- font-style: normal;
|
|
|
- float: left;
|
|
|
- }
|
|
|
- .Beautyfair-page .page_main_price .price_grade .icon {
|
|
|
- display: inline-block;
|
|
|
- font-size: 0;
|
|
|
- height: 5vw;
|
|
|
- line-height: 5vw;
|
|
|
- vertical-align: text-bottom;
|
|
|
- }
|
|
|
- .Beautyfair-page .page_main_price{
|
|
|
- width: 100%;
|
|
|
- box-sizing: border-box;
|
|
|
- padding:0 3.2vw;
|
|
|
- }
|
|
|
- .Beautyfair-page .page_main_price .price_text_tag{
|
|
|
- width: 100%;
|
|
|
- box-sizing: border-box;
|
|
|
- float: left;
|
|
|
- }
|
|
|
+ .Beautyfair-page .page_main_price .main_price_none .listTag{padding: 0 2vw;border: .27vw solid #ffe6dc;background: none;font-size: 2.8vw;float: right;}
|
|
|
+ .Beautyfair-page .page_main_price .price_grade{display: block;height: 7vw;line-height: 7vw;color: #4A4F58;font-style: normal;float: left;}
|
|
|
+ .Beautyfair-page .page_main_price .price_grade .icon {display: inline-block;font-size: 0;height: 5vw;line-height: 5vw;vertical-align: text-bottom;}
|
|
|
+ .Beautyfair-page .page_main_price{width: 100%;box-sizing: border-box;padding:0 3.2vw;}
|
|
|
+ .Beautyfair-page .page_main_price .price_text_tag{width: 100%;box-sizing: border-box;float: left;}
|
|
|
.Beautyfair-page .page_main_price .main_price_show{color:#f94b4b }
|
|
|
- .Beautyfair-page .page_main_price .main_price_unde{
|
|
|
- width: 100%;
|
|
|
- height: 6.5vw;
|
|
|
- line-height: 6.5vw;
|
|
|
- font-size: 3.4vw;
|
|
|
- color: #4a4f58;
|
|
|
- text-align: left;
|
|
|
- float: left;
|
|
|
- }
|
|
|
- .Beautyfair-page .page_main_price .price_text_tag .listTag{
|
|
|
- padding: 0 2vw;
|
|
|
- border: .27vw solid #ffe6dc;
|
|
|
- background: none;
|
|
|
- font-size: 2.8vw;
|
|
|
- float: left;
|
|
|
- height: 4.2vw;
|
|
|
- line-height: 4.2vw;
|
|
|
- }
|
|
|
- .special .content .left-box .Beautyfair-page .list.exhibitor.max{height: auto}
|
|
|
- .Beautyfair-page .section_page_more .more {
|
|
|
- width: 20vw;
|
|
|
- height: 6.4vw;
|
|
|
- margin: 5vw auto;
|
|
|
- border: .27vw solid #cccccc;
|
|
|
- color: #909090;
|
|
|
- font-size: 3vw;
|
|
|
- line-height: 6.4vw;
|
|
|
- border-radius: .54vw;
|
|
|
- position: relative;
|
|
|
- text-indent: 2vw;
|
|
|
- }
|
|
|
- .special .Popup{
|
|
|
- position: fixed;
|
|
|
- background: rgba(34,39,46, 0.3);
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- z-index: 99999;
|
|
|
- opacity: 0;
|
|
|
- }
|
|
|
- .Popup.show{
|
|
|
- opacity: 1;
|
|
|
- }
|
|
|
- .special .Popup .show_popup{
|
|
|
- width: 94vw;
|
|
|
- height: 85vw;
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- left: 0;
|
|
|
- bottom: 0;
|
|
|
- margin: auto;
|
|
|
- }
|
|
|
- .bg_img{
|
|
|
- width: 94vw;
|
|
|
- height: 73vw;
|
|
|
- }
|
|
|
- .bg_img img{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
+ .Beautyfair-page .page_main_price .main_price_unde{width: 100%;height: 6.5vw;line-height: 6.5vw;font-size: 3.4vw;color: #4a4f58;text-align: left;float: left;}
|
|
|
+ .Beautyfair-page .page_main_price .price_text_tag .listTag{padding: 0 2vw;border: .27vw solid #ffe6dc;background: none;font-size: 2.8vw;float: left;height: 4.2vw;line-height: 4.2vw;}
|
|
|
+ .special .content .left-box .Beautyfair-page .list.exhibitor.max{height: auto}
|
|
|
+ .Beautyfair-page .section_page_more .more {width: 20vw;height: 6.4vw;margin: 5vw auto;border: .27vw solid #cccccc;color: #909090;font-size: 3vw;line-height: 6.4vw;border-radius: .54vw;position: relative;text-indent: 2vw;}
|
|
|
+ .special .Popup{position: fixed;background: rgba(34,39,46, 0.3);top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;opacity: 0;}
|
|
|
+ .Popup.show{opacity: 1;}
|
|
|
+ .special .Popup .show_popup{width: 94vw;height: 85vw;position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;}
|
|
|
+ .bg_img{width: 94vw;height: 73vw;}
|
|
|
+ .bg_img img{width: 100%;height: 100%;}
|
|
|
.bg_icon{text-align: right}
|
|
|
- .bg_icon .mIcon{
|
|
|
- width: 10vw;
|
|
|
- height: 10vw;
|
|
|
- display: inline-block;
|
|
|
- }
|
|
|
- .bg_icon .icon:before{
|
|
|
- width:10vw;
|
|
|
- height: 10vw;
|
|
|
- background-position: -33.3vw -77.3vw;
|
|
|
- }
|
|
|
- .Beautyfair-page .section_page_more .more .icon:before {
|
|
|
- background-position: -51.5vw 0px;
|
|
|
- width: 5.4vw;
|
|
|
- height: 6.7vw;
|
|
|
- right: 0;
|
|
|
- position: absolute;
|
|
|
- }
|
|
|
- .special .content .left-box .Beautyfair-page .list .mainBox{
|
|
|
- margin: auto;
|
|
|
- width: 97vw;
|
|
|
- height: 120vw;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
+ .bg_icon .mIcon{width: 10vw;height: 10vw;display: inline-block;}
|
|
|
+ .bg_icon .icon:before{width:10vw;height: 10vw;background-position: -33.3vw -77.3vw;}
|
|
|
+ .Beautyfair-page .section_page_more .more .icon:before {background-position: -51.5vw 0px;width: 5.4vw;height: 6.7vw;right: 0;position: absolute;}
|
|
|
+ .special .content .left-box .Beautyfair-page .list .mainBox{margin: auto;width: 97vw;height: 120vw;overflow: hidden;}
|
|
|
}
|
|
|
|
|
|
|