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.
 

65 lines
935 B

/* pages/goodaNameChooseTemplate/goodaNameChooseTemplate.wxss */
.swiper-tab {
width: 100%;
text-align: center;
line-height: 80rpx;
background: white;
display: flex;
flex-direction: row;
justify-content: space-around;
border-bottom: 0.2rpx solid rgb(236, 231, 231);
}
.swiper-tab-list {
font-size: 30rpx;
width: 25%;
color: #777;
}
.on {
border-bottom: 1.5px solid #2E8CF5 ;
color: #2E8CF5;
}
.searchView{
margin: 20px 20px;
height: 60rpx;
display: flex;
flex-direction: row;
}
.imput_goodsName{
height: 100%;
width: 80%;
}
.storageView{
height: 100%;
width: 20%;
color: orange;
text-align: center;
justify-content: center;
}
.swiper-box {
margin-top: 3px;
display: block;
width: 100%;
overflow: hidden;
}
.swiper-items1 {
height: 100%;
}
.swiper-items2 {
height: 100%;
}
.scroll-views {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}