6.4
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</u-radio>
|
||||
</view>
|
||||
<view class="address-operate">
|
||||
<view>
|
||||
<view @click="editAddress">
|
||||
<img src="@/pageE/static/mine/24.png" />
|
||||
<view>编辑</view>
|
||||
</view>
|
||||
@@ -71,82 +71,82 @@ export default {
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.address {
|
||||
padding-top: 1rpx;
|
||||
padding: 1rpx 0 40rpx;
|
||||
.u-radio-group {
|
||||
display: block;
|
||||
}
|
||||
.address-item {
|
||||
background-color: #ffffff;
|
||||
margin-bottom: 20rpx;
|
||||
padding: 30rpx;
|
||||
.item-top {
|
||||
position: relative;
|
||||
padding-bottom: 30rpx;
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 690rpx;
|
||||
height: 2rpx;
|
||||
background: rgba(241,241,241,1);
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translate(-50%,0);
|
||||
}
|
||||
.user-info {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 30rpx;
|
||||
.user-name {
|
||||
font-size: 32rpx;
|
||||
font-weight: 500;
|
||||
color: rgba(51,51,51,1);
|
||||
margin-right: 13rpx;
|
||||
.address-item {
|
||||
background-color: #ffffff;
|
||||
margin-bottom: 20rpx;
|
||||
padding: 30rpx;
|
||||
.item-top {
|
||||
position: relative;
|
||||
padding-bottom: 30rpx;
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 690rpx;
|
||||
height: 2rpx;
|
||||
background: rgba(241,241,241,1);
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translate(-50%,0);
|
||||
}
|
||||
.user-pnone {
|
||||
font-size: 28rpx;
|
||||
color: rgba(51,51,51,1);
|
||||
}
|
||||
}
|
||||
.user-address {
|
||||
font-size: 26rpx;
|
||||
color: rgba(51,51,51,1);
|
||||
}
|
||||
}
|
||||
.item-bottom {
|
||||
padding-top: 30rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
.item-default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 22rpx;
|
||||
.radio-default {
|
||||
color: rgba(255,119,15,1);
|
||||
}
|
||||
.radio-others {
|
||||
color:rgba(153,153,153,1);
|
||||
}
|
||||
}
|
||||
.address-operate {
|
||||
display: flex;
|
||||
font-size: 24rpx;
|
||||
color: rgba(152,152,152,1);
|
||||
> view {
|
||||
.user-info {
|
||||
display: flex;
|
||||
&:not(:last-child) {
|
||||
margin-right: 30rpx;
|
||||
align-items: center;
|
||||
margin-bottom: 30rpx;
|
||||
.user-name {
|
||||
font-size: 32rpx;
|
||||
font-weight: 500;
|
||||
color: rgba(51,51,51,1);
|
||||
margin-right: 13rpx;
|
||||
}
|
||||
> img {
|
||||
height: 23rpx;
|
||||
margin-right: 15rpx;
|
||||
.user-pnone {
|
||||
font-size: 28rpx;
|
||||
color: rgba(51,51,51,1);
|
||||
}
|
||||
}
|
||||
.user-address {
|
||||
font-size: 26rpx;
|
||||
color: rgba(51,51,51,1);
|
||||
}
|
||||
}
|
||||
.item-bottom {
|
||||
padding-top: 30rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
.item-default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 22rpx;
|
||||
.radio-default {
|
||||
color: rgba(255,119,15,1);
|
||||
}
|
||||
.radio-others {
|
||||
color:rgba(153,153,153,1);
|
||||
}
|
||||
}
|
||||
.address-operate {
|
||||
display: flex;
|
||||
font-size: 24rpx;
|
||||
color: rgba(152,152,152,1);
|
||||
> view {
|
||||
display: flex;
|
||||
&:not(:last-child) {
|
||||
margin-right: 30rpx;
|
||||
}
|
||||
> img {
|
||||
height: 23rpx;
|
||||
margin-right: 15rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.address-btn {
|
||||
margin: 322rpx auto 40rpx;
|
||||
margin: 322rpx auto 0;
|
||||
width: 690rpx;
|
||||
height: 98rpx;
|
||||
background: rgba(255,119,15,1);
|
||||
|
||||
Reference in New Issue
Block a user