Authored by 石坚

blk修改

... ... @@ -6,7 +6,7 @@
<div class="progress-bar" style="width: 66%"></div>
<div class="visual-state">
<ul>
<li>
<li class="act">
<span class="iconfont state-bg">&#xe611;</span>
<div class="number">1</div>
<div>验证身份</div>
... ...
... ... @@ -5,12 +5,12 @@
<div class="progress-bar" style="width: 100%"></div>
<div class="visual-state">
<ul>
<li>
<li class="act">
<span class="iconfont state-bg">&#xe611;</span>
<div class="number">1</div>
<div>验证身份</div>
</li>
<li>
<li class="act">
<span class="iconfont state-bg">&#xe611;</span>
<div class="number">2</div>
<div>{{proTitle}}</div>
... ...
... ... @@ -7,7 +7,6 @@
min-width: 420px;
background: #ffffff;
z-index: 1001;
padding-right: 0;
/*border: 1px solid #8f8f8f;*/
.close {
... ...
... ... @@ -346,7 +346,7 @@
.search-wrapper {
width: 360px;
padding: 16px 0 10px;
padding: 6px 0 16px;
font-size: 14px;
top: 50px;
right: 0;
... ...
... ... @@ -6,7 +6,7 @@
a {
display: inline-block;
font-size: 14px;
line-height: 28px;
line-height: 26px;
width: 26px;
height: 26px;
... ... @@ -46,9 +46,9 @@
.pre-page,
.next-page {
line-height: 23px;
width: 24px;
height:24px;
line-height: 24px;
width: 26px;
height:26px;
font-weight: 700;
}
}
... ...
... ... @@ -4,6 +4,8 @@
hr {
color: #f0f0f0;
margin-bottom: 20px;
border: none;
border-bottom: 1px solid #eee;
}
p {
padding-bottom: 20px;
... ...
... ... @@ -65,15 +65,14 @@
.brand-name {
font-size: 24px;
font-weight: bold;
margin: 0 40px;
line-height: 1.3;
}
.name {
font-size: 14px;
font-weight: bold;
line-height: 1.5;
margin: 16px 0 8px;
margin: 16px 40px 8px;
line-height: 1.3;
}
.intro {
... ...
... ... @@ -265,9 +265,16 @@
}
}
.yoho-dialog.item-more-intro-dialog{
.nano-pane{
}
}
.yoho-dialog.brand-info-dialog {
width: 900px;
height: 600px;
padding-right: 0;
.brand-info {
height: 520px;
... ...
... ... @@ -26,7 +26,7 @@
}
.title{
font-size: 15px;
font-size: 14px;
}
}
... ... @@ -138,12 +138,15 @@
white-space: nowrap;
text-overflow: ellipsis;
}
.phone{
font-size: 14px;
}
}
.address-chosed {
position: absolute;
bottom: 0;
bottom: -1px\9; /* stylelint-disable-line */
bottom: -1px;
right: 0;
}
... ... @@ -211,7 +214,7 @@
.chose-block {
border-color: #000;
font-size: 15px;
font-size: 14px;
}
.tip-text{
font-size: 14px;
... ... @@ -267,7 +270,7 @@
}
.order-inner {
border: 1px solid #ccc;
border: 1px solid #eee;
.title {
padding: 0 15px;
... ... @@ -452,11 +455,12 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
}
.name {
display: inline-block;
font-size: 14px;
font-size: 12px;
line-height: 16px;
max-height: 32px;
}
... ... @@ -515,13 +519,15 @@
cursor: pointer;
&.iconfont {
font-size: 16px;
font-size: 14px;
position: relative;
top: -1px;
}
}
.balance {
padding: 10px 20px;
border: 1px solid #ccc;
border: 1px solid #eee;
font-size: 14px;
margin-bottom: 80px;
}
... ...