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.
57 lines
1.0 KiB
57 lines
1.0 KiB
2 years ago
|
/**index.wxss**/
|
||
|
|
||
|
.container{
|
||
|
height: 1500rpx;
|
||
|
}
|
||
|
.container .search{
|
||
|
width: 735rpx;
|
||
|
height: 65rpx;
|
||
|
padding: 12.5rpx 0 12.5rpx 15rpx;
|
||
|
background: #2A8CE5;
|
||
|
}
|
||
|
.container .search-left{
|
||
|
flex: 8;
|
||
|
background: #4EA3E7;
|
||
|
text-align: left;
|
||
|
}
|
||
|
.container .search-left input{
|
||
|
display: inline-block;
|
||
|
height: 65rpx;
|
||
|
font-size: 26rpx;
|
||
|
}
|
||
|
.search-placeholder{
|
||
|
color: #8CCEFD;
|
||
|
line-height: 20rpx;
|
||
|
}
|
||
|
.container .search .search-left image{
|
||
|
display: inline-block;
|
||
|
width: 35rpx;
|
||
|
height: 35rpx;
|
||
|
padding: 15rpx 15rpx 15rpx 20rpx;
|
||
|
}
|
||
|
.container .search .search-right{
|
||
|
flex: 1;
|
||
|
}
|
||
|
.container .search .search-right image{
|
||
|
width: 45rpx;
|
||
|
height: 45rpx;
|
||
|
padding: 10rpx;
|
||
|
}
|
||
|
|
||
|
.container{
|
||
|
padding: 0;
|
||
|
font-size: 14rpx;
|
||
|
background: #F0F4F3;
|
||
|
color: #000;
|
||
|
}
|
||
|
/*feed-item part is in app.wxss for multiplexing*/
|
||
|
.answer-txt{
|
||
|
width:700rpx;
|
||
|
height:49rpx;
|
||
|
font-size:25rpx;
|
||
|
overflow:hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
display:-webkit-box;
|
||
|
-webkit-line-clamp: 2;
|
||
|
-webkit-box-orient: vertical;
|
||
|
}
|