invoice.wxss 3.83 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.fixedBtn.data-v-f05dbde4 {
  position: fixed;
  right: 30rpx;
  bottom: 10%;
  width: 100rpx;
  height: 100rpx;
  color: #fff;
  background: linear-gradient(270deg, #54e1b9, #00caa6);
  border-radius: 50%;
  box-shadow: 0 0 15rpx #666;
  font-size: 24rpx;
  text-align: center;
}
.pads.data-v-f05dbde4 {
  padding: 0 25rpx 70rpx;
}
.billItem.data-v-f05dbde4 {
  width: auto;
  padding-bottom: 20rpx;
}
.billItem .uni-input.data-v-f05dbde4 {
  padding: 15rpx 0;
  color: #000;
}
.billItem .billFoot.data-v-f05dbde4 {
  margin-bottom: 20rpx;
}
.rrcard .box.data-v-f05dbde4 {
  padding: 0 0 1px;
  margin: 20rpx 0 0;
}
.graybg.data-v-f05dbde4 {
  background: #f7f8fa;
  height: 100vh;
  width: 100vw;
  overflow: auto;
}
.whitebg.data-v-f05dbde4 {
  background: #fff;
  margin-top: 15rpx;
  border-radius: 20rpx;
  margin-bottom: 180rpx;
}
.name.data-v-f05dbde4 {
  font-size: 34rpx;
  color: #000;
}
.padh20.data-v-f05dbde4 {
  padding: 0 25rpx;
}
.price.data-v-f05dbde4 {
  width: 100%;
  overflow: hidden;
}
.billbtn.data-v-f05dbde4 {
  color: #1EC886;
  border: 1px solid #1EC886;
  margin: initial;
  line-height: 2;
  display: inline-block;
  border-radius: 0;
  background-color: transparent;
  font-size: 28rpx;
}
.billbtn.data-v-f05dbde4::after {
  border: none;
}
.rbtn-m-kx.data-v-f05dbde4 {
  margin: 0 0 0 10rpx;
  background: #1EC886;
  color: #fff;
}
.billFoot .tip.data-v-f05dbde4 {
  font-size: 24rpx;
  font-size: 24rpx;
  color: #999;
  font-weight: 500;
  margin: 0 20rpx;
}
.billItem > view.data-v-f05dbde4 {
  margin-bottom: 10rpx;
}
.billFoot text.data-v-f05dbde4 {
  white-space: nowrap;
}
.billFoot text.danger.data-v-f05dbde4 {
  color: #da2a2a;
}
.blueTag.data-v-f05dbde4 {
  color: #fff;
  background-color: #1EC886;
  padding: 10rpx 10rpx;
}
.status .warning.data-v-f05dbde4 {
  color: #ff8124;
}
.status .danger.data-v-f05dbde4 {
  color: #da2a2a;
}
.status .gary.data-v-f05dbde4 {
  color: #666;
}
.status .success.data-v-f05dbde4 {
  color: #1EC886;
}
.popContent.data-v-f05dbde4 {
  background: #fff;
  height: auto;
  position: fixed;
  width: 80vw;
  max-height: 50vh;
  top: 20%;
  left: 0;
  right: 0;
  border-radius: 10rpx;
  margin: auto;
  z-index: 99;
  box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.4);
}
.popContent .button.data-v-f05dbde4 {
  width: 230rpx;
  margin: 20rpx auto;
  font-size: 26rpx;
  color: #fff;
  background: linear-gradient(90deg, #00C176, #3ed89b);
  padding: 6rpx 15rpx;
  text-align: center;
  border-radius: 6rpx;
}
.textbody.data-v-f05dbde4 {
  padding: 40rpx;
}
.textbody .h3.data-v-f05dbde4 {
  text-align: center;
  font-size: 32rpx;
}
.textbody .texts.data-v-f05dbde4 {
  overflow: auto;
  line-height: 1.6;
  text-indent: 2em;
  color: #666;
  max-height: 30vh;
  text-align: justify;
  margin: 20rpx 0 0;
  font-size: 28rpx;
}
.billItem > view.data-v-f05dbde4 {
  box-sizing: border-box;
}
.iconkp.data-v-f05dbde4 {
  width: 50rpx;
  height: 50rpx;
  display: block;
  margin: 10rpx auto 0;
}