addInvoice.wxss 3.28 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.billItem.data-v-7610caf1 {
  margin: 30rpx auto 0;
  position: relative;
  padding: 30rpx 0 1rpx;
}
.billItem > label.data-v-7610caf1 {
  position: absolute;
  top: -10rpx;
  right: 0;
  font-size: 28rpx;
}
.billItem > view.data-v-7610caf1 {
  margin-bottom: 10rpx;
}
.blueTag.data-v-7610caf1 {
  color: #fff;
  background-color: #1EC886;
  padding: 10rpx 10rpx;
}
.purpleTag.data-v-7610caf1 {
  color: #fff;
  background-color: #717bef;
  padding: 10rpx 10rpx;
}
.orangeTag.data-v-7610caf1 {
  color: #fff;
  background-color: #ff8124;
  padding: 10rpx 10rpx;
}
.name.data-v-7610caf1 {
  font-size: 34rpx;
  color: #000;
}
.poPrice.data-v-7610caf1 {
  position: absolute;
  right: 30rpx;
  bottom: 0;
  font-size: 30rpx;
  color: #1EC886;
  padding: 0;
}
.whiteItem.data-v-7610caf1 {
  width: 700rpx;
  box-sizing: border-box;
  margin: 26rpx auto 0;
  padding: 26rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 0rpx 27rpx 0rpx #DEDEDE;
  border-radius: 15rpx;
}
.whiteItem .tt.data-v-7610caf1 {
  line-height: 1;
  border-left: 4rpx solid #1EC886;
  color: #1EC886;
  padding-left: 14rpx;
}
.whiteItem .m1.data-v-7610caf1 {
  width: 314rpx;
  height: 225rpx;
}
.whiteItem .m2.data-v-7610caf1 {
  width: 315rpx;
  height: 103rpx;
  float: right;
}
.whiteItem .m3.data-v-7610caf1 {
  width: 315rpx;
  height: 103rpx;
  position: absolute;
  right: 0;
  bottom: 0;
}
.qbox.data-v-7610caf1 {
  height: 225rpx;
  position: relative;
  width: 100%;
}
.slot-image.data-v-7610caf1 {
  width: 60rpx;
  position: relative;
  top: -8rpx;
  height: 60rpx;
  margin-right: 30rpx;
}
.bigprice.data-v-7610caf1 {
  font-size: 40rpx;
  line-height: 2;
}
.editbtn.data-v-7610caf1 {
  color: #1EC886;
}
.bigSize.data-v-7610caf1 {
  font-size: 32rpx;
  margin-bottom: 10rpx;
}
.smallSize.data-v-7610caf1 {
  font-size: 26rpx;
  color: #999;
}
.flexCenter.data-v-7610caf1 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #f4f4f4;
  padding: 20rpx;
  box-sizing: border-box;
}
.remarksbox.data-v-7610caf1 {
  padding: 30rpx;
  margin: 60rpx 0;
  color: #aaa;
  font-size: 24rpx;
}
.remarksbox .h3.data-v-7610caf1 {
  font-size: 30rpx;
  margin: 0 0 20rpx;
}
.pd20.data-v-7610caf1 {
  padding: 20rpx;
}
.popBody.data-v-7610caf1 {
  height: 50vh;
  padding: 30rpx;
  overflow: auto;
}
.centerfont.data-v-7610caf1 {
  text-align: center;
  margin-bottom: 30rpx;
}