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.
 

115 lines
1.8 KiB

/* pages/customerChooseTemplate/customerChooseTemplate.wxss */
/* pages/goodaNameChooseTemplate/goodaNameChooseTemplate.wxss */
page{
background:#EFEFF6;
height: 100%;
}
.swiper-tab {
width: 100%;
height: 45px;
top: 0;
text-align: center;
line-height: 45px;
background: white;
display: flex;
flex-direction: row;
justify-content: space-around;
border-top: 2rpx solid #ece7e7;
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;
}
.swiper-box {
margin-top: 3px;
display: block;
width: 100%;
overflow: hidden;
}
.swiper-items1 {
height: 100%;
}
.swiper-items2 {
height: 100%;
}
.searchView{
margin: 10rpx 10rpx;
height: 30px;
display: flex;
flex-direction: row;
}
.imput_goodsName{
border: 1rpx solid rgb(236, 231, 231);
height: 100%;
width: 100%;
border-radius: 10rpx;
background-color: #fff;
text-align: center;
padding-top: 5rpx;
}
.storageView{
height: 100%;
padding-top: 10rpx;
width: 15%;
color: orange;
text-align: center;
justify-content: center;
font-size: 20px;
}
.scroll-views {
position: absolute;
margin-top: 25rpx;
height: calc(100% - 97px);
width: 100%;
display: flex;
flex-direction: column;
}
.listBackGroundView{
background-color: #fff;
}
.listItem{
height: 80rpx;
display: flex;
padding: 10rpx 20rpx;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.horizontallineView {
height: 1rpx;
background-color: #dbdbdb;
margin-left: 20rpx;
margin-right: 0rpx;
}
.addGoodsName{
height: 45px;
width: 100%;
background-color: #fff;
color: #2E8CF5;
font-size: 20px;
text-align: center;
line-height: 45px;
position: fixed;
bottom: 0rpx;
}