index.wxss 3.1 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
page {
  background: #fff;
}
.topSearchBox {
  margin-right: 118rpx;
}
.mainBox {
  padding: 34rpx 32rpx 0;
  box-sizing: border-box;
}
.historyText {
  color: #323233;
  font-size: 28rpx;
  font-weight: 700;
  margin-bottom: 32rpx;
}
.historySearchBox {
  flex-wrap: wrap;
}
.u-search__content {
  min-width: 426rpx !important;
}
/* .noSearchList {
  height: 100vh;
  background: #f6f8fa;
} */
.historySearchText {
  padding: 8rpx 12rpx;
  box-sizing: border-box;
  border-radius: 154rpx;
  background: #f7f8fa;
  margin-right: 24rpx;
  margin-bottom: 24rpx;
  color: rgba(0, 0, 0, 0.9);
  font-size: 24rpx;
}
.hotsearchText {
  color: #323233;
  font-size: 28rpx;
  font-weight: 700;
  margin-left: 10rpx;
}
.hotSearchBox {
  margin-top: 40rpx;
  border-radius: 20rpx;
  padding: 32rpx;
  box-sizing: border-box;
  background: linear-gradient(180.1deg, #fef2f0 0%, #fffbf8 35%, rgba(255, 255, 255, 0) 100%);
}
.hotCentent {
  display: flex;
}
.hotCentent > .line {
  height: 328rpx;
  width: 2rpx;
  background: #e5e8ec;
  margin-right: 24rpx;
}
.hotCentent > .leftHotList {
  width: 286rpx;
  height: 40rpx;
}
.hotCentent > .leftHotList .index {
  width: 24rpx;
  height: 24rpx;
  border-radius: 8rpx;
  background: #c8c9cc;
  color: white;
  font-size: 20rpx;
  text-align: center;
  margin-right: 16rpx;
}
.hotCentent > .leftHotList text {
  color: #323233;
  font-size: 26rpx;
}
.hotCentent > .leftHotList > .flexB {
  margin-bottom: 32rpx;
}
.hotCentent > .rightHotList {
  width: 286rpx;
  height: 40rpx;
}
.hotCentent > .rightHotList .index {
  width: 24rpx;
  height: 24rpx;
  border-radius: 8rpx;
  background: #c8c9cc;
  color: white;
  font-size: 20rpx;
  text-align: center;
  margin-right: 16rpx;
}
.hotCentent > .rightHotList text {
  color: #323233;
  font-size: 26rpx;
}
.hotCentent > .rightHotList > .flexB {
  margin-bottom: 32rpx;
}
.title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 28rpx;
  margin: 16rpx 0;
}
.headerBox {
  color: rgba(0, 0, 0, 0.6);
  font-size: 24rpx;
}
.headerBox image {
  width: 48rpx;
  height: 48rpx;
  border-radius: 50%;
  margin-right: 8rpx;
}
.item {
  padding: 0 16rpx 16rpx;
  box-sizing: border-box;
}
.numText {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24rpx;
  margin-left: 8rpx;
}