shopDetaile.wxss 3.7 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* uni.scss */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.u-nav-slot image {
  width: 48rpx;
  height: 48rpx;
}
.indicator-num {
  padding: 2px 0;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 100px;
  width: 35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.indicator-num__text {
  color: #ffffff;
  font-size: 12px;
}
.swiperBox {
  margin-bottom: 32rpx;
}
.info {
  width: 702rpx;
  margin: 0 auto;
}
.line {
  width: 100%;
  height: 6rpx;
  opacity: 1;
  background: #f7f8faff;
  margin: 32rpx 0;
}
.mainBox {
  padding: 0 24rpx;
}
.mainBox .commentNmu {
  margin-bottom: 40rpx;
}
.mainBox .commentNmu text {
  color: #1a1a1aff;
  font-size: 28rpx;
  font-weight: 700;
}
.mainBox .commentNmu .see {
  color: #ff7534ff;
  font-size: 24rpx;
}
.mainBox .commentNmu .see image {
  margin-left: 2rpx;
  width: 24rpx;
  height: 24rpx;
}
.mainBox .commentNull {
  color: #00000066;
  font-size: 26rpx;
  margin-bottom: 212rpx;
}
.mainBox .commentNull image {
  width: 348rpx;
  height: 240rpx;
  margin-bottom: 16rpx;
}
.titles {
  color: #1a1a1aff;
  font-size: 28rpx;
  font-weight: 700;
}
.lineBox {
  margin: 24rpx 0 30rpx;
}
.lineBox .lines {
  width: 149rpx;
  height: 1rpx;
  opacity: 1;
  border: 0 solid #979797ff;
  background: #dcdee0ff;
}
.lineBox text {
  margin: 0 24rpx;
  color: #969799ff;
  font-size: 24rpx;
}
.btnBox {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120rpx;
  background: #ffffffff;
}
.btnBox .left {
  margin-left: 32rpx;
}
.btnBox .left .leftIc {
  margin-right: 34rpx;
  position: relative;
}
.btnBox .left .leftIc .images {
  position: relative;
  width: 48rpx;
  height: 48rpx;
  margin-bottom: 8rpx;
}
.btnBox .left .leftIc .images image {
  width: 48rpx;
  height: 48rpx;
}
.btnBox .left .leftIc text {
  color: #323233ff;
  font-size: 20rpx;
}
.btnBox .left .leftIc button {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: transparent;
  /* width: 48rpx;
  height: 48rpx; */
  font-size: 20rpx;
  border: none !important;
  padding: 0 !important;
  line-height: 28rpx;
}
.btnBox .left .leftIc button::after {
  border: none;
}
.btnBox .buy {
  margin-right: 32rpx;
  width: 200rpx;
  height: 80rpx;
  border-radius: 80rpx;
  color: #ffffffff;
  font-size: 24rpx;
  font-weight: 700;
  background: linear-gradient(139deg, #fb753cff 0%, #fb3e3cff 100%);
}
.btnBox .add {
  margin-right: 14rpx;
  width: 200rpx;
  height: 80rpx;
  border-radius: 80rpx;
  color: #ffffffff;
  font-size: 24rpx;
  font-weight: 700;
  background: linear-gradient(139deg, #ffac0bff 0%, #ffc24aff 100%);
}
.btnBox .exchange {
  margin-right: 32rpx;
  width: 358rpx;
  height: 80rpx;
  border-radius: 80rpx;
  color: #ffffffff;
  font-size: 30rpx;
  font-weight: 700;
  background: linear-gradient(139deg, #fb753cff 0%, #fb3e3cff 100%);
}