2018-12-06 17:24:34 +08:00
|
|
|
.goods-category{
|
|
|
|
padding: 10px 20px;
|
|
|
|
.border-box{
|
|
|
|
border-bottom: 1Px solid #d6e4ef;
|
2018-12-07 17:17:46 +08:00
|
|
|
|
2018-12-06 17:24:34 +08:00
|
|
|
|
|
|
|
}
|
2018-12-07 17:17:46 +08:00
|
|
|
.at-input__container{
|
|
|
|
color:black;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2018-12-06 17:24:34 +08:00
|
|
|
.img-box{
|
|
|
|
margin-top:10Px;
|
|
|
|
.img-container{
|
|
|
|
border: 1Px solid #d6e4ef;
|
|
|
|
border-radius:8rpx;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.shoptype-box{
|
|
|
|
margin-top:10Px;
|
|
|
|
}
|
|
|
|
.description-box{
|
|
|
|
margin-top:10Px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
.shoptype-box{
|
|
|
|
.shoptype-container{
|
|
|
|
border: 1Px solid #d6e4ef;
|
|
|
|
border-radius:8rpx;
|
|
|
|
.title-box{
|
|
|
|
margin-left: 10px;
|
|
|
|
.title{
|
|
|
|
font-weight: bold
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
.radio-box{
|
|
|
|
margin: 20px 0 20px 20px
|
|
|
|
}
|
|
|
|
|
|
|
|
.radio-list__radio{
|
|
|
|
font-size:32rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.title-box{
|
|
|
|
.title{
|
2018-12-07 17:17:46 +08:00
|
|
|
//color: #333;
|
|
|
|
margin-right:16rpx;
|
2018-12-06 17:24:34 +08:00
|
|
|
width:172rpx;
|
|
|
|
font-size:32rpx;
|
|
|
|
line-height:1.5;
|
|
|
|
vertical-align:middle;
|
|
|
|
text-align:left;
|
2018-12-07 17:17:46 +08:00
|
|
|
font-weight: bold
|
2018-12-06 17:24:34 +08:00
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-box{
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
flex-direction: row;
|
|
|
|
margin: 40px 0;
|
|
|
|
padding: 0 120px;
|
|
|
|
.button{
|
|
|
|
flex:1;
|
|
|
|
text-align: center;
|
|
|
|
.at-button--primary{
|
|
|
|
background-color:#FF9500;
|
|
|
|
border:1PX solid #FF9500;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|