addItem.wxss 3.2 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
page {
  background: #fff;
}
.mainBox {
  padding: 0 32rpx 32rpx;
  box-sizing: border-box;
}
.whiteBox {
  width: 100%;
  height: 60rpx;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
}
.bottomBtn {
  padding: 16rpx 32rpx;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  bottom: 60rpx;
  left: 0;
}
.bottomBtn view {
  width: 686rpx;
  height: 88rpx;
  border-radius: 28rpx;
  background: linear-gradient(90deg, #8c48ff 0%, #7b2bff 100%);
  color: white;
  font-size: 32rpx;
  font-weight: 700;
}
.u-textarea {
  border: none !important;
}
.stateBox {
  margin-top: 16rpx;
  margin-bottom: 28rpx;
  width: 228rpx;
  height: 56rpx;
  border-radius: 200rpx;
  background: #f6f8fa;
}
.stateBox > .item {
  width: 50%;
  height: 100%;
  color: rgba(0, 0, 0, 0.4);
  font-size: 26rpx;
}
.Z {
  background: #f1e8ff;
  border: 1rpx solid #b88dff;
  color: #6e16ff;
  font-size: 26rpx;
  border-radius: 200rpx;
  font-weight: 700;
}
.uploadImage {
  display: flex;
  flex-wrap: wrap;
}
.aa {
  margin-right: 20rpx;
  position: relative;
}
.aa > .del {
  position: absolute;
  top: 0;
  left: 8rpx;
  z-index: 999;
  color: #fff;
  font-size: 32rpx;
}
.aa > .sty {
  width: 160rpx;
  height: 160rpx;
}
.aa > .jinzhi {
  width: 160rpx;
  height: 160rpx;
  background: transparent;
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
}
.typeBox {
  width: 48rpx;
  height: 48rpx;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* top: 0;
  right: 0; */
}
.btnBox {
  /* margin: 0 auto; */
  margin-bottom: 28rpx;
  /* margin-left: 20rpx; */
  width: 160rpx;
  height: 160rpx;
  margin-top: 20rpx;
  background: #f4f5f7;
  color: #000;
}
.cateBox {
  flex-wrap: wrap;
}
.cateBox > .cateText {
  color: rgba(0, 0, 0, 0.9);
  font-size: 28rpx;
  font-weight: 700;
  margin-right: 8rpx;
}
.cateBox > .typeBox1 {
  padding: 8rpx 12rpx;
  box-sizing: border-box;
  border-radius: 154rpx;
  border: 1rpx solid transparent;
  background: #f7f8fa;
  color: rgba(0, 0, 0, 0.9);
  margin-right: 24rpx;
  font-size: 24rpx;
}
.cateBox > .ZZ {
  background: rgba(110, 22, 255, 0.1);
  border: 1rpx solid #b88dff;
  color: #6e16ff;
}