index.wxss 3.88 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.uni-section-header {
  display: none !important;
}
.box {
  background-color: #fff;
}
.nav-box {
  overflow-x: scroll;
}
.nav-ul {
  display: flex;
  justify-content: space-between;
  width: 900rpx;
}
.nva-li {
  font-size: 26rpx;
  padding: 10rpx 0rpx;
  margin: 0 15rpx;
}
.nt {
  font-size: 30rpx;
  font-weight: 400;
  border-bottom: 2rpx solid #54e1b9;
}
.taber {
  width: 100%;
  padding: 25rpx 30rpx;
  padding-bottom: 0;
}
.segmented-control__text {
  font-size: 26rpx !important;
  font-family: PingFang SC !important;
  font-weight: 400 !important;
  color: #4c5359 !important;
}
.segmented-control__item--text {
  border-bottom: 4rpx solid #54e1b9;
  font-size: 30rpx !important;
  font-family: PingFang SC !important;
  font-weight: 500 !important;
  color: #2b3133 !important;
}
.title {
  display: flex;
  justify-content: space-between;
  padding-left: 20rpx;
}
.title .navSerch {
  width: 580rpx;
  position: relative;
}
.title .navSerch .serch {
  width: 590rpx;
  position: absolute;
  right: -38rpx;
}
.title .searchLeft {
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-top: 25rpx;
  display: flex;
}
.title .uni-searchbar__cancel {
  display: none;
}
.title .uni-select {
  border: 0;
}
.title .uni-select__input-text {
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-right: 14rpx;
  width: 110rpx;
  text-align: right;
}
.title .uni-select__selector-item {
  text-align: center;
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}
.search-result {
  padding-top: 10rpx;
  padding-bottom: 20rpx;
  text-align: center;
}
.search-result-text {
  text-align: center;
  font-size: 14rpx;
  color: #666;
}
.uni-searchbar {
  padding-right: 0rpx !important;
  padding-left: 20rpx !important;
}
.uni-searchbar__box {
  padding-right: 0rpx !important;
}
.example-body {
  display: block;
  padding: 0px;
}
.uni-mt-10 {
  width: 600rpx;
}
.example-body {
  display: flex;
  flex-direction: row;
  padding: 0;
}
.uni-common-mt {
  margin-top: 30rpx;
}
.uni-padding-wrap {
  padding: 0rpx 30rpx;
}
.content {
  display: flex;
  justify-content: center;
  text-align: center;
}
.content-text {
  font-size: 14rpx;
  color: #666;
}
.color-tag {
  width: 25rpx;
  height: 25rpx;
}
.uni-list {
  flex: 1;
}
.uni-list-item {
  display: flex;
  flex: 1;
  flex-direction: row;
  background-color: #ffffff;
}
.uni-list-item__container {
  padding: 12rpx 15rpx;
  width: 100%;
  flex: 1;
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1rpx;
  border-bottom-color: #eee;
}
.uni-list-item__content-title {
  font-size: 14rpx;
}
.chat-custom-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.chat-custom-text {
  font-size: 12rpx;
  color: #999;
}