yuminge-app/yun-min-program-plugin-master/packageD/mycomponent/yzMyinfo/yzMyinfo.wxss

49 lines
701 B
Plaintext

/* pages/member/address/myinfo/myinfo.wxss */
.deliveryinp {
display: flex;
align-items: center;
padding: 28rpx;
}
.deliveryinp .right {
flex: 1;
margin-left: 20rpx;
}
.alterAddress .info_box {
background: #fff;
padding-left: 28rpx;
}
.alterAddress .info_box .info_list {
border-bottom: solid 2rpx #ebebeb;
font-size: 32rpx;
}
.address_addnav1 {
width: 90%;
margin: 40rpx auto;
background: #f15353;
color: #fff;
text-align: center;
height: 90rpx;
line-height: 90rpx;
border-radius: 12rpx;
font-size: 32rpx;
}
.agreement {
color: #666;
padding: 0 40rpx;
}
.agreement .h1 {
font-size: 30rpx;
line-height: 60px;
}
.agreement .p {
font-size: 26rpx;
}