提交 cf289a95 编写于 作者: “grape”'s avatar “grape”

首页适配

上级 d1dfa090
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
</div> </div>
<div class="roolsolt"> <div class="roolsolt">
<van-row <van-row
type="flex" justify="space-between"
class="roll" class="roll"
background="#ecf9ff" background="#ecf9ff"
style=" style="
...@@ -53,14 +54,19 @@ ...@@ -53,14 +54,19 @@
</van-row> </van-row>
</div> </div>
<div style="background-color: #ffff; height: 18%"> <div style="background-color: #ffff; margin-bottow:20px; " >
<div class="prudect"> <div class="prudect">
<van-row type="flex" justify="space-between"> <van-row type="flex" justify="space-between">
<span style="padding:20px 16px; font-size: 18px; font-weight: 600; margin-left: 4% width: 30%; height:44px;" >推荐产品</span>
<van-cell <van-col span="10">
style="font-size: 18px; padding:18px 16px; width: 60%; " <span style=" padding:20px 16px; font-size: 18px; font-weight: 600; margin-left: 4% " >推荐产品</span>
</van-col>
<van-col span="14">
<van-cell
style="font-size: 18px; padding:20px 16px; "
:value="outcsinfo.place" :value="outcsinfo.place"
@click="onAddress"> @click="onAddress">
...@@ -68,6 +74,7 @@ ...@@ -68,6 +74,7 @@
<van-icon name="location-o" /> <van-icon name="location-o" />
</template> </template>
</van-cell> </van-cell>
</van-col>
</van-row> </van-row>
...@@ -713,10 +720,12 @@ export default class Main extends Vue { ...@@ -713,10 +720,12 @@ export default class Main extends Vue {
} }
.prudect { .prudect {
line-height: 100%; line-height: 100%;
margin-top: 40px; padding-top: 30px;
margin-bottom: 10px; padding-bottom: 10px;
} }
.vandiv { .vandiv {
text-align: center; text-align: center;
border-color: rgba(204, 204, 204, 1); border-color: rgba(204, 204, 204, 1);
...@@ -786,6 +795,21 @@ export default class Main extends Vue { ...@@ -786,6 +795,21 @@ export default class Main extends Vue {
box-shadow: none; box-shadow: none;
} }
::v-deep .van-cell {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
box-sizing: border-box;
width: 100%;
padding: 10px 16px;
overflow: hidden;
color: #323233;
font-size: 14px;
line-height: 24px;
background-color:transparent;
}
.van-dropdown-item { .van-dropdown-item {
position: relative; position: relative;
right: 0; right: 0;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册