<style lang="less">
.searchpage{
.searchbox{
background-color: #f00;
padding: 30rpx 0;
text-align: center;
.inputtag{
display: inline-block;
width: 80%;
height: 80rpx;
line-height: 80rpx;
border-radius: 40rpx;
padding: 0 40rpx;
background-color: #fff;
text-align: left;
font-size: 26rpx;
color: #666666;
}
}
.databox{
color: #666666;
font-size: 28rpx;
line-height: 60rpx;
.dataitem{
overflow: hidden;
height: 60rpx;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
</style>
<template>
<div class="searchpage"><