detail.wxss 3.45 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.data-v-1d83c60d .uni-list-item__container {
  align-items: center;
  padding: 12rpx 30rpx;
}
.myList.data-v-1d83c60d {
  margin: 30rpx 0 0;
}
.iconSquera.data-v-1d83c60d {
  width: 40rpx;
  height: 40rpx;
  position: relative;
  top: 10rpx;
}
.cover.data-v-1d83c60d {
  width: 750rpx;
  height: 360rpx;
}
.whitepobox.data-v-1d83c60d {
  width: 700rpx;
  padding: 26rpx;
  box-shadow: 0rpx 0rpx 27rpx 0rpx #DEDEDE;
  border-radius: 15rpx;
  background: #fff;
  box-sizing: border-box;
  margin: -40rpx auto 26rpx;
  position: relative;
  z-index: 1;
}
.whiteItem.data-v-1d83c60d {
  width: 700rpx;
  box-sizing: border-box;
  margin: 0 auto 26rpx;
  padding: 26rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 0rpx 27rpx 0rpx #DEDEDE;
  border-radius: 15rpx;
}
.whiteItem .tt.data-v-1d83c60d {
  line-height: 1;
  border-left: 4rpx solid #1EC886;
  color: #1EC886;
  padding-left: 14rpx;
}
.whiteItem .m1.data-v-1d83c60d {
  width: 314rpx;
  height: 225rpx;
}
.whiteItem .m2.data-v-1d83c60d {
  width: 315rpx;
  height: 103rpx;
  float: right;
}
.whiteItem .m3.data-v-1d83c60d {
  width: 315rpx;
  height: 103rpx;
  position: absolute;
  right: 0;
  bottom: 0;
}
.qbox.data-v-1d83c60d {
  height: 225rpx;
  position: relative;
  width: 100%;
}
.slot-image.data-v-1d83c60d {
  width: 60rpx;
  height: 60rpx;
  margin-right: 30rpx;
}
.kfbtn.data-v-1d83c60d {
  font-size: 30rpx;
  background: transparent;
  padding: 0 0 0 50%;
  margin-right: -10rpx;
}
.kfbtn.data-v-1d83c60d::after {
  border: none;
}
.formore.data-v-1d83c60d {
  border-top: 1px solid #eee;
  text-align: center;
  color: #1EC886;
  font-size: 24rpx;
  padding: 20rpx 0 0;
}
.autoHeight.data-v-1d83c60d {
  height: auto;
}
.onelineHeight.data-v-1d83c60d {
  height: 40rpx;
  overflow: hidden;
}
.myEnter.data-v-1d83c60d {
  position: fixed;
  right: 0;
  bottom: 10%;
}
.myEnter image.data-v-1d83c60d {
  width: 150rpx;
  height: 150rpx;
}
.popYanZhengBox.data-v-1d83c60d {
  text-align: center;
}
.popYanZhengBox .popup-content.data-v-1d83c60d {
  width: 550rpx;
  height: 450rpx;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 15rpx;
}
.popYanZhengBox .t.data-v-1d83c60d {
  font-weight: 500;
  font-size: 34rpx;
  color: #7B7F83;
}
.popYanZhengBox .p.data-v-1d83c60d {
  line-height: 1.8;
  font-size: 30rpx;
  color: #1A1A1A;
  margin-top: 50rpx;
}
.popYanZhengBox button.data-v-1d83c60d {
  width: 268rpx;
  height: 80rpx;
  color: #FFFFFF;
  font-size: 32rpx;
  border: none;
  background: linear-gradient(270deg, #54E1B9, #00CAA6);
  border-radius: 40rpx;
  margin-top: 60rpx;
}