text3.wxss 3.7 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* uni.scss */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
page {
  background: #FFFFFF;
}
.u-navbar__content__title.data-v-75dad532 {
  display: none !important;
}
.u-navbar .u-nav-slot {
  display: flex;
  align-items: center;
}
.u-search__content.data-v-1a326067 {
  margin-left: 20rpx;
}
.cate {
  background: white;
}
.mainBox {
  margin: 34rpx auto 0;
  width: 686rpx;
}
.mainBox .history .histop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34rpx;
  margin-bottom: 32rpx;
  color: #323233;
  font-size: 28rpx;
  font-weight: 700;
  text-align: left;
  line-height: 36rpx;
}
.mainBox .history .histop image {
  width: 32rpx;
  height: 32rpx;
}
.mainBox .history .hisbot {
  display: flex;
  flex-wrap: wrap;
}
.mainBox .history .hisbot view {
  padding: 0 12rpx;
  color: rgba(0, 0, 0, 0.9);
  font-size: 24rpx;
  line-height: 48rpx;
  border-radius: 154rpx;
  background-color: #F7F8FA;
  margin-right: 24rpx;
}
.mainBox .history .hisbot .hisbotitem {
  display: flex;
}
.mainBox .hotsearch {
  margin-top: 64rpx;
  padding: 34rpx;
  box-sizing: border-box;
  height: 460rpx;
  border-radius: 20rpx;
  background: linear-gradient(180.1deg, #fef2f0 0%, #fffbf8 35%, rgba(255, 255, 255, 0) 100%);
}
.mainBox .hotsearch .hot {
  color: #323233;
  font-size: 28rpx;
  font-weight: 700;
  margin-bottom: 40rpx;
}
.mainBox .hotsearch .hot image {
  width: 32rpx;
  height: 32rpx;
  margin-right: 10rpx;
}
.mainBox .hotsearch .hotlist {
  display: flex;
  align-items: center;
}
.mainBox .hotsearch .hotlist .leftlist .listitem {
  display: flex;
  align-items: center;
  color: #323233;
  font-size: 26rpx;
  margin-bottom: 32rpx;
}
.mainBox .hotsearch .hotlist .leftlist .listitem .listtext {
  width: 246rpx;
  width: 246rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainBox .hotsearch .hotlist .line {
  margin: 0 20rpx;
  width: 2rpx;
  height: 328rpx;
  background: #c7c9ca;
}
.mainBox .hotsearch .hotlist .rightlist .listitem {
  display: flex;
  align-items: center;
  color: #323233;
  font-size: 26rpx;
  margin-bottom: 32rpx;
}
.mainBox .hotsearch .hotlist .rightlist .listtext {
  width: 246rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainBox .hotsearch .index {
  font-size: 20rpx;
  margin-right: 16rpx;
  width: 24rpx;
  height: 24rpx;
  color: white;
  border-radius: 8rpx;
  background: #c8c9cc;
  text-align: center;
}
.bot2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bot2 .dianzan {
  display: flex;
  align-items: center;
}
.bot2 .dianzan image {
  width: 48rpx;
  height: 48rpx;
  margin-right: 8rpx;
  border-radius: 50%;
}
.bot2 .xinxin {
  display: flex;
  align-items: center;
}
.bot2 .xinxin image {
  width: 48rpx;
  height: 48rpx;
  margin-right: 8rpx;
}