Authored by 郭成尧

some-css-modified

... ... @@ -22,7 +22,7 @@
{{addressAll}}
</p>
<div class="rest">其他地址<span class="iconfont iconAddress">&#xe614;</span></div>
<div class="rest">其他地址<span class="iconfont icon-address">&#xe614;</span></div>
</div>
</section>
... ...
... ... @@ -176,7 +176,7 @@
display: inline-block;
width: 139px;
height: 42px;
align: center;
text-align: center;
font-size: 24px;
color: #fff;
margin: 0 40%;
... ...
... ... @@ -23,10 +23,6 @@
margin-bottom: 10px;
}
.intro-title {
// margin-top: 90px;
}
/* 手机号 领福利 */
.invite-content-page {
text-align: center;
color: #fff;
... ...
@import "coupon-floor";
\ No newline at end of file
@import "coupon-floor";
... ...
... ... @@ -81,6 +81,7 @@
&:before {
content: "编辑";
}
display: none;
width: 100px;
height: 60px;
... ...
... ... @@ -70,11 +70,13 @@
&:before {
@extend line;
left: 60px;
}
&:after {
@extend line;
right: 60px;
}
}
... ...
@import "gift-advance-good";
@import "chose-panel";
\ No newline at end of file
@import "chose-panel";
... ...
... ... @@ -3,4 +3,4 @@
@import "product/detail/recommend-for-you";
@import "common/good";
@import "layout/loading";
@import "chose-panel";
\ No newline at end of file
@import "chose-panel";
... ...
... ... @@ -81,4 +81,4 @@
}
}
}
}
\ No newline at end of file
}
... ...
... ... @@ -201,4 +201,4 @@
}
}
}
}
\ No newline at end of file
}
... ...
... ... @@ -12,4 +12,4 @@
height: 180px;
width: 186px;
}
}
\ No newline at end of file
}
... ...
... ... @@ -95,4 +95,4 @@
color: #c5c5c5;
}
}
}
\ No newline at end of file
}
... ...
... ... @@ -92,4 +92,4 @@
color: #b0b0b0;
}
}
}
\ No newline at end of file
}
... ...
... ... @@ -8,4 +8,4 @@
float: left;
}
}
}
\ No newline at end of file
}
... ...
... ... @@ -103,4 +103,4 @@
transform-origin: 50% 0 0;
margin-top: 0;
}
}
\ No newline at end of file
}
... ...
.side-nav {
display: none;
background: #fff;
position: fixed;
top: 0;
bottom: 0;
... ...
... ... @@ -73,4 +73,4 @@
}
}
}
}
\ No newline at end of file
}
... ...
@import "brand";
\ No newline at end of file
@import "brand";
... ...
.data-bind {
display: none !important;
}
\ No newline at end of file
}
... ...
... ... @@ -20,4 +20,4 @@
color: #fff;
font-size: 36px;
}
}
\ No newline at end of file
}
... ...
... ... @@ -195,4 +195,4 @@
margin: 0 auto;
}
}
}
\ No newline at end of file
}
... ...
@import "layout/swiper";
@import './plus-star';
@import "./plus-star";
... ...
... ... @@ -43,7 +43,7 @@
}
}
.deal_main {
.deal-main {
margin: 0.5rem 3%;
font-size: 14.4PX;
width: 94%;
... ...
... ... @@ -167,6 +167,7 @@
.question {
@extend qa;
position: relative;
color: #000;
... ...
... ... @@ -109,7 +109,7 @@
color: #f00;
font-size: 24px;
.iconAddress {
.icon-address {
position: static;
font-size: 24px;
}
... ...
... ... @@ -301,7 +301,6 @@
.name {
font-size: 28px;
max-width: 70%;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
... ...
@import "coupons";
\ No newline at end of file
@import "coupons";
... ...
@import "favorite";
\ No newline at end of file
@import "favorite";
... ...