修改地址样式
This commit is contained in:
parent
b2277dd1c3
commit
a807defe33
|
@ -8,11 +8,11 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="item-box">
|
<view class="item-box">
|
||||||
<view class="address-text limit-line clamp-1">
|
<view class="address-text limit-line clamp-1">
|
||||||
<text v-if="item.isDefault" class="default-icon">默认</text
|
<text v-if="item.isDefault" class="default-icon">默认</text>
|
||||||
><text class="text">{{ item.address }}</text>
|
<text class="text">{{ item.address }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="address-detail limit-line clamp-1">
|
<view class="address-detail limit-line clamp-1">
|
||||||
<text>{{ item.detail }}</text>
|
{{ item.detail }}
|
||||||
</view>
|
</view>
|
||||||
<view class="contact limit-line clamp-1">
|
<view class="contact limit-line clamp-1">
|
||||||
<text class="name">{{ item.name }}</text>
|
<text class="name">{{ item.name }}</text>
|
||||||
|
@ -191,7 +191,7 @@ export default {
|
||||||
.address-detail {
|
.address-detail {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
color: #2d2d2d;
|
color: #2d2d2d;
|
||||||
line-height: 30rpx;
|
line-height: 40rpx;
|
||||||
}
|
}
|
||||||
.address-detail {
|
.address-detail {
|
||||||
margin-top: 14rpx;
|
margin-top: 14rpx;
|
||||||
|
|
|
@ -193,6 +193,7 @@ export default {
|
||||||
.input-box.map {
|
.input-box.map {
|
||||||
.address-text {
|
.address-text {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
|
line-height: 38rpx;
|
||||||
color: #c9c9c9;
|
color: #c9c9c9;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-right: 40rpx;
|
padding-right: 40rpx;
|
||||||
|
@ -202,7 +203,7 @@ export default {
|
||||||
}
|
}
|
||||||
.iconfont {
|
.iconfont {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 25rpx;
|
top: 28rpx;
|
||||||
right: 0;
|
right: 0;
|
||||||
font-size: 35rpx;
|
font-size: 35rpx;
|
||||||
color: #8194f2;
|
color: #8194f2;
|
||||||
|
|
Loading…
Reference in New Issue