You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
150 lines
2.5 KiB
150 lines
2.5 KiB
.section{
|
|
padding:20rpx 30rpx;
|
|
overflow: hidden;
|
|
font-size: 28rpx;
|
|
border-top: solid 1px #e7e7e7;
|
|
position: relative;
|
|
}
|
|
.section input{
|
|
float:left;
|
|
}
|
|
.section_title{
|
|
width:130rpx;
|
|
line-height:48rpx;
|
|
float: left;
|
|
}
|
|
.section_addressTxt{
|
|
float: left;
|
|
padding-left: 8rpx;
|
|
}
|
|
.section_right{
|
|
overflow: hidden;
|
|
position: relative;
|
|
width:110rpx;
|
|
margin-left:auto;
|
|
}
|
|
.section_right text{
|
|
float: left;
|
|
margin-right: 10rpx;
|
|
color: #737373
|
|
}
|
|
.arrow{
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
border-top: 4rpx solid #737373;
|
|
border-right: 4rpx solid #737373;
|
|
transform: rotate(45deg);
|
|
float: right;
|
|
position: absolute;
|
|
right: 5rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.section textarea{
|
|
margin-top:10rpx;
|
|
line-height: 40rpx;
|
|
height: 120rpx;
|
|
}
|
|
.section switch{
|
|
flex: 1;
|
|
text-align: right;
|
|
}
|
|
.btn-area{
|
|
padding-top: 40rpx;
|
|
width:96%;
|
|
margin: 0 2%;
|
|
}
|
|
.primary{
|
|
line-height: 80rpx;
|
|
font-size: 28rpx;
|
|
background-color: #3aa24b !important;
|
|
}
|
|
switch{
|
|
margin-top: 4rpx;
|
|
}
|
|
.wx-switch-input{width:88rpx !important;height:52rpx !important;}
|
|
.wx-switch-input::before{width:86rpx !important;height: 52rpx !important;}
|
|
.wx-switch-input::after{width: 48rpx !important;height: 48rpx !important;}
|
|
.icon-dingwei{
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: 50rpx;
|
|
/* padding: 20rpx; */
|
|
z-index: 9999;
|
|
font-size: 50rpx;
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
background: #FFFFFF;
|
|
box-shadow: 0rpx 3rpx 14rpx 0rpx rgba(54,77,65,0.1);
|
|
border-radius: 14rpx;
|
|
// margin: 20rpx 14rpx 0;
|
|
box-sizing: border-box;
|
|
padding: 40rpx 28rpx;
|
|
}
|
|
|
|
.content .item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding-bottom: 35rpx;
|
|
border-bottom: 1px solid #E6E6E6;
|
|
margin-bottom: 35rpx;
|
|
}
|
|
|
|
.content .item .left {
|
|
width: 30%;
|
|
font-weight: 400;
|
|
font-size: 29rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.content .item .right {
|
|
flex: 1;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.content .item .right .input {
|
|
font-size: 26rpx;
|
|
color: #333333;
|
|
text-align: left;
|
|
}
|
|
|
|
.content .item .right .select-box{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.content .item .right .select-box .text{
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
flex: 1;
|
|
margin-right: 15rpx;
|
|
}
|
|
|
|
.content .item .right .select-box .icon {
|
|
width: 13rpx;
|
|
height: 26rpx;
|
|
}
|
|
|
|
.content .item .right .select-box .icon-two {
|
|
width: 29rpx;
|
|
height: 28rpx;
|
|
}
|
|
|
|
.content .item .right .select-box .select-box-input{
|
|
flex: 1;
|
|
margin-right: 15rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.add-btn{
|
|
background: #06CA64;
|
|
border-radius: 60rpx;
|
|
margin: 60rpx 34rpx 0;
|
|
font-weight: bold;
|
|
font-size: 33rpx;
|
|
color: #FFFFFF;
|
|
}
|