my_collect.wxss 1.8 KB
/* pages/my_collect/my_collect.wxss */
@import '../kind/kind.wxss';
page{
 background: #FAFDFF;
}
.searchbox{
 display: flex;
 align-items: center;
 justify-content: space-between;
  margin: 20rpx 37rpx 13rpx 27rpx;
  background:linear-gradient(90deg,rgba(14,77,140,1),rgba(31,92,153,1));
  box-shadow:0rpx 3rpx 16rpx 0rpx rgba(14,77,140,0.4), 0px 2px 6px 0px rgba(31,92,153,1);
  height: 60rpx;
  box-sizing: border-box;
  padding:12rpx 0;
  border-radius: 30rpx;
}
.searchbox .iconfont{
 
 padding:0 20rpx 0 30rpx;
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 color:#fff;
 font-size:1rem;
 border-right:1px solid #fff;
}
.search_input{
 display: flex;
 align-items: center;
 justify-content: center;
 width:83%;
 height: 100%;
 line-height: 100%;
}
.search_input input{
 display: block;
 width:100%;
 height: 100%;
 color:#fff;
 font-size:28rpx;
}
.placeholder_input{
 color:#fff;
 font-size:28rpx;
}
.collect_navbox{
 margin: 0 100rpx;
 display: flex;
 align-items: center;
 justify-content: space-between;
 color:#000000;
 font-size:30rpx;
}
.collect_nav{
 padding:27rpx 32rpx;
 display: flex;
 align-items: center;
 justify-content: center;
}
.collect_active{
 color:#0F4E8D;
 border-bottom:2rpx solid #0F4E8D;
}
.collectbox{
 background: #fff;
}
.collect_item{
 display: flex;
 align-items: center;
 margin: 20rpx 0 0 0;
 color:#333;
 font-size: 30rpx;
 background: #fff;
 padding:30rpx 32rpx;
}
.itemimg{
 /* display: flex;

 align-items: center;
 justify-content: center; */
 width:260rpx;
 height: 180rpx;
 margin: 0 40rpx 0 0;
 border-radius: 8rpx;
 overflow: hidden;
 font-size: 0;
 flex:0 0 auto;

}
.itemimg image{
 width:100%;
 height: 100%;
 display: block;
}
.itemtxt{
 line-height: 46rpx;
}
.kindnav{
  justify-content: space-around;
}

.categry{
  color:#999;
}