Commit 57be9506 authored by lijiongliang's avatar lijiongliang

样式修改

parent 5b1ed500
......@@ -348,7 +348,7 @@ export default {
background: url('@/static/my/my-bg.png') no-repeat;
background-size: cover;
z-index: 999;
padding-bottom:50rpx;
padding-bottom:40rpx;
.ps__title {
font-size: 40rpx;
......@@ -360,7 +360,7 @@ export default {
}
.ps__info {
padding: 65rpx 40rpx 30rpx 40rpx;
padding: 65rpx 40rpx 0rpx 40rpx;
display: flex;
align-items: center;
position: relative;
......
......@@ -15,7 +15,7 @@
当前位置:
</div>
<div class="item__value">
{{appBo.detailInfo||"阿斯达四大所大多撒所大所大所大所大"}}
{{appBo.detailInfo||"正在加载中..."}}
<!-- <u--text :text="appBo.detailInfo" color="#333333" height="35" bgColor="#ffffff" fontSize="30rpx" ></u--text> -->
<!-- //todo 这个滚动通知有一个padding的设置项,导致高度增加不少,需要解决 -->
<!-- <u-notice-bar :text="appBo.detailInfo" icon=" " single="true" color="#333333" height="35" bgColor="#ffffff" fontSize="30rpx" ></u-notice-bar> -->
......@@ -522,16 +522,16 @@
.car_item__three {
margin-top: 40rpx;
box-sizing: border-box;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #F88D28;
line-height: 36rpx;
line-height: 1.5;
text-indent: 2em;
padding: 30rpx;
box-sizing: border-box;
padding: 16rpx 30rpx 30rpx;
background: url(@/static/move-car/move-car-code6.png) no-repeat;
background-size: contain;
background-size: 100% 100%;
}
}
......
......@@ -18,7 +18,7 @@
联系方式
</div>
<div class="why">
<u--textarea height='20' v-model="feedback.contact" placeholder="请填写您的手机号或邮箱,便于我们联系 您解决问题"></u--textarea>
<u--textarea height='20' v-model="feedback.contact" placeholder="请填写您的手机号或邮箱"></u--textarea>
</div>
</div>
<div class="view__btn view__no__bind" @click="addFeedback()">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment