detailPage.wxss 8.38 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.box {
  background-color: #f7f8fa;
}
.box .image {
  padding: 25rpx;
  height: 320rpx;
  background: #fff;
  border-radius: 15rpx;
}
.box .image .img {
  width: 100%;
  height: 320rpx;
  border-radius: 15rpx;
}
.box .nav {
  padding: 30rpx 25rpx;
  background-color: #fff;
}
.box .nav .nav-title {
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
}
.box .nav .nva-center {
  display: flex;
  margin-top: 25rpx;
  margin-bottom: 25rpx;
}
.box .nav .nva-center .nav-card {
  font-size: 20rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  height: 32rpx;
  width: 94rpx;
  line-height: 32rpx;
  border-radius: 16rpx 16rpx 16rpx 0rpx;
}
.box .nav .nva-center .color {
  background: linear-gradient(270deg, #54e1b9, #00caa6);
}
.box .nav .nva-center .color1 {
  background: linear-gradient(270deg, #be8efb, #a76df4);
}
.box .nav .nva-center .color2 {
  background: linear-gradient(270deg, #fea449, #ffb95f);
}
.box .nav .nva-center .color3 {
  background: linear-gradient(270deg, #d9d9d9, #bcbcbc);
}
.box .nav .nva-center .color4 {
  background: linear-gradient(270deg, #40d8ee, #53a7f6);
}
.box .nav .nva-center .nav-timer {
  margin-left: 13rpx;
  height: 23rpx;
  font-size: 24rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7b7f83;
  sline-height: 56rpx;
}
.box .buttonBox {
  background-color: #fff;
  width: 100%;
}
.box .buttonBox .conter-button {
  width: 100%;
  background-color: #fff;
  margin-top: 30rpx;
  padding: 10rpx 0;
}
.box .buttonBox .conter-button .button {
  margin: 0 auto;
  height: 80rpx;
  width: 500rpx;
  text-align: center;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 80rpx;
  background: linear-gradient(270deg, #54e1b9, #00caa6);
  border-radius: 40rpx;
}
.box .buttonBox .conter-button .info {
  margin: 0 auto;
  height: 80rpx;
  width: 500rpx;
  text-align: center;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 80rpx;
  background: linear-gradient(270deg, #d9d9d9, #bcbcbc);
  border-radius: 40rpx;
}
.box .buttonBox .conter-button .blue {
  margin: 0 auto;
  height: 80rpx;
  width: 500rpx;
  text-align: center;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 80rpx;
  background: linear-gradient(270deg, #40d8ee, #53a7f6);
  border-radius: 40rpx;
}
.box .conter {
  width: 100%;
}
.box .conter .conter-top {
  margin-top: 14rpx;
  min-height: 250rpx;
  padding: 25rpx;
  background-color: #fff;
  border-radius: 15rpx;
}
.box .conter .conter-top .more {
  height: 200rpx !important;
  overflow: hidden;
}
.box .conter .conter-top .examine {
  display: flex;
  justify-content: center;
  font-size: 24rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1ec886;
}
.box .conter .conter-top .text {
  height: 29rpx;
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 36rpx;
  text-align: left;
  padding-bottom: 30rpx;
  border-bottom: 1rpx solid #eee;
  margin-bottom: 20rpx;
}
.box .conter .conter-top .hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 40rpx;
}
.box .conter .conter-top .text-content {
  overflow: hidden;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #4c5359;
  word-break: break-all;
  line-height: 40rpx;
  text-align: left;
}
.box .conter .conter-top .uni-list-item {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #eee;
  font-size: 14px;
}
.box .conter .conter-top .uni-list-item__container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 15px;
  flex: 1;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.box .conter .conter-top .uni-list-item__content-title {
  font-size: 14px;
  color: #666;
}
.box .conter .conter-middle {
  height: 240rpx;
  padding: 25rpx;
  background-color: #fff;
  border-radius: 15rpx;
  margin-top: 25rpx;
}
.box .conter .conter-middle .text {
  height: 29rpx;
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 36rpx;
  text-align: left;
  padding-bottom: 30rpx;
  border-bottom: 1rpx solid #eee;
  margin-bottom: 20rpx;
}
.box .conter .conter-middle .text-group {
  display: flex;
}
.box .conter .conter-middle .text-group .text-g-left {
  height: 48rpx;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #4c5359;
  line-height: 48rpx;
}
.box .conter .conter-middle .text-group .text-g-right {
  height: 48rpx;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #2b3133;
  line-height: 48rpx;
}
.box .conter .conter-bottom {
  height: 217rpx;
  padding: 25rpx;
  background-color: #fff;
  border-radius: 15rpx;
  margin-top: 25rpx;
}
.box .conter .conter-bottom .text {
  height: 29rpx;
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 36rpx;
  text-align: left;
  padding-bottom: 30rpx;
  border-bottom: 1rpx solid #eee;
}
.box .conter .conter-bottom .nav-bar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30rpx;
  padding-top: 20rpx;
  border-bottom: 1rpx solid #eee;
}
.box .conter .conter-bottom .nav-bar .nav-bar-text {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #2b3133;
}
.box .conter .conter-bottom .nav-bar .nav-bar-icon {
  font-size: 28rpx;
  color: #95a1a6;
}
.box .conter .segmented-control__text {
  font-size: 26rpx !important;
  font-family: PingFang SC !important;
  font-weight: 400 !important;
  color: #4c5359 !important;
}
.box .conter .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;
}
.box .conter .example-body {
  display: flex;
  flex-direction: row;
  padding: 0;
}
.box .conter .uni-common-mt {
  margin-top: 30rpx;
}
.box .conter .uni-padding-wrap {
  padding: 0px 30rpx;
}
.box .conter .content {
  padding: 0 30rpx;
}
.box .conter .content-text {
  font-size: 14rpx;
  color: #666;
}
.box .conter .color-tag {
  width: 25rpx;
  height: 25rpx;
}
.box .conter .uni-list {
  flex: 1;
}
.box .conter .uni-list-item {
  display: flex;
  flex: 1;
  flex-direction: row;
  background-color: #ffffff;
}
.box .conter .uni-list-item__container {
  padding: 12px 15px;
  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: 1px;
  border-bottom-color: #eee;
}
.box .conter .uni-list-item__content-title {
  font-size: 14px;
}
.box .popup-content {
  padding: 50rpx !important;
  min-height: 500rpx;
  border-top-left-radius: 30rpx;
  border-top-right-radius: 30rpx;
}
.box .popup-content .title {
  display: flex;
  justify-content: space-between;
}
.box .popup-content .title .titel-left {
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
}
.box .popup-content .title .title-right .uni-icons {
  font-size: 60rpx !important;
  color: #5a5a5a !important;
}
.box .popup-content .popup-check {
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #4c5359;
  border-top: 1rpx solid #e6e6e6;
  padding-top: 35rpx;
  padding-bottom: 35rpx;
}