/**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; } .loading { font-size: 32rpx; position: relative; bottom: 5rpx; padding: 10rpx; text-align: center; } .sousuokuang { width: 100%; height: 100rpx; display: flex; flex-direction: column; align-items: center; background-color: white; } .sousuo { width: 92%; height: 100rpx; display: flex; flex-direction: row; align-items: center; justify-items: center; } .shurukuang { width: 80%; height: 64rpx; border-radius: 32rpx; display: flex; align-items: center; justify-content: center; background-color: #f6f6f6; } .shurukuang input { width: 90%; height: 100%; font-size: 32rpx; } .sousuo_anniu { width: 20%; height: 64rpx; display: flex; align-items: center; justify-content: center; } .sousuo_anniu text { font-size: 30rpx; }