@import '../../common/css/common.wxss';
|
@import '../../icon/iconfont.wxss';
|
|
.btn-area {
|
position: fixed;
|
bottom: 0;
|
width: 100%;
|
background: #ff5806;
|
color: #fff;
|
height: 106rpx;
|
line-height: 106rpx;
|
font-size: 28rpx
|
}
|
|
.button-hover {
|
background: #ff5806;
|
color: #fff;
|
font-size: 28rpx;
|
border: none
|
}
|
button {
|
background: #ff5806;
|
color: #fff;
|
font-size: 28rpx;
|
border: none;
|
line-height: 106rpx
|
}
|
|
.address-container {
|
background: #fff;
|
display: block;
|
border-radius: 10px;
|
width: 95%;
|
margin:20rpx auto;
|
padding: 20rpx 0;
|
}
|
|
.address-title {
|
font-size: 30rpx;
|
font-weight: bold;
|
color: #333;
|
width: 25%;
|
padding-left: 30rpx;
|
}
|
|
.form-group {
|
display: flex;
|
align-items: center;
|
line-height: 80rpx;
|
}
|
|
|
input ,picker {
|
color: #666;
|
font-size: 26rpx;
|
}
|
|
|
.icon-youbian {
|
color: #cacaca;
|
margin-top: 2rpx;
|
}
|
|
checkbox .wx-checkbox-input {
|
border-radius: 50%;
|
width: 26rpx;
|
height: 26rpx;
|
}
|
|
/* 选中后的 背景样式 (红色背景 无边框 可根据UI需求自己修改) */
|
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked {
|
border: 1rpx solid #00c085;
|
background: #00c085;
|
}
|
|
/* 选中后的 对勾样式 (白色对勾 可根据UI需求自己修改) */
|
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
|
border-radius: 50%; /* 圆角 */
|
width: 40rpx; /* 选中后对勾大小,不要超过背景的尺寸 */
|
height: 40rpx; /* 选中后对勾大小,不要超过背景的尺寸 */
|
line-height: 40rpx;
|
text-align: center;
|
font-size: 26rpx; /* 对勾大小 30rpx */
|
color: #fff; /* 对勾颜色 白色 */
|
background: transparent;
|
transform: translate(-50%, -50%) scale(1);
|
-webkit-transform: translate(-50%, -50%) scale(1);
|
}
|
|
.default-address {
|
font-size: 24rpx;
|
color: #999;
|
margin-left: 37rpx;
|
margin-top: 19rpx;
|
display: flex;
|
align-items: center;
|
}
|
|
.default-address text {
|
margin-top: 2rpx;
|
}
|
|
|
|
.icon-gouxuan {
|
color: #00c085;
|
border: none;
|
}
|
|
.cart-pro-select {
|
margin-top: -8rpx;
|
}
|
|
radio {
|
transform: scale(0.8);
|
}
|
.address-right{width: 75%;text-align: right;margin-right: 30rpx}
|