init
This commit is contained in:
102
wx05cb767e6530b48f/pages/search/index.wxss
Normal file
102
wx05cb767e6530b48f/pages/search/index.wxss
Normal file
@@ -0,0 +1,102 @@
|
||||
.seconds-kill-li {
|
||||
float: left;
|
||||
width: 33.3%;
|
||||
}
|
||||
|
||||
.title-box .icon-lajixiang {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.sale-button-box {
|
||||
overflow: hidden;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.recent-button,.sale-button {
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
.serch-button button {
|
||||
background: #ff495e;
|
||||
}
|
||||
|
||||
.search-input-box {
|
||||
height: 64rpx;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
background: #fff;
|
||||
border-radius: 5px 0 0 5px;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
padding-left: 10rpx;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.search-input input {
|
||||
font-size: 30rpx;
|
||||
height: 64rpx;
|
||||
line-height: 64rpx;
|
||||
}
|
||||
|
||||
.serch-button {
|
||||
box-sizing: border-box;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.serch-button button {
|
||||
border-radius: 0 5px 5px 0;
|
||||
font-size: 28rpx;
|
||||
height: 64rpx;
|
||||
line-height: 64rpx;
|
||||
}
|
||||
|
||||
.seconds-kill-li {
|
||||
box-sizing: border-box;
|
||||
padding: 10rpx;
|
||||
}
|
||||
|
||||
.title-box {
|
||||
color: #777;
|
||||
font-size: 10pt;
|
||||
padding: 50rpx 0 0;
|
||||
}
|
||||
|
||||
.recent-button,.sale-button {
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 50px;
|
||||
font-size: 26rpx;
|
||||
height: 30rpx;
|
||||
justify-content: center;
|
||||
line-height: 30rpx;
|
||||
overflow: hidden;
|
||||
padding: 10rpx;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.search-cont {
|
||||
background: #fff;
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.search-box .left {
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
.search-box .right {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.sale-button-box .seconds-kill-li {
|
||||
float: left;
|
||||
width: 33.3%;
|
||||
}
|
||||
|
||||
.title-box image {
|
||||
float: right;
|
||||
height: 35rpx;
|
||||
width: 35rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user