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