@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 字体大小变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page { height: auto; background: #F7F7F7; } .btn-hover { background: #FFFFFF; } .animation { /* transition: transform 0.3s ease;*/ transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; transition-duration: 0.3s; transition-timing-function: ease; } .invoice-freight { width: 702rpx; padding: 0 24rpx; height: 86rpx; line-height: 86rpx; font-size: 28rpx; color: #333333; background: #FFFFFF; float: left; font-weight: bold; } .invoice-freight .freight-left { float: left; } .invoice-freight .freight-left .icon-yunfeishuoming { height: 100%; padding: 0 15rpx; color: #FF457B; font-weight: normal; } .invoice-freight .freight-right { float: right; color: #2A81FF; } .invoice-balance { width: 702rpx; height: auto; padding: 0 24rpx; background: #FFFFFF; float: left; margin-top: 24rpx; margin-bottom: 24rpx; } .invoice-balance .balabce-t { width: 100%; height: 86rpx; line-height: 86rpx; font-size: 28rpx; color: #333333; float: left; } .invoice-balance .balabce-t .balabce-t-le { float: left; font-weight: bold; } .invoice-balance .balabce-t .balabce-t-ri { float: right; display: flex; align-items: center; } .invoice-balance .balabce-t .balabce-t-ri .money { display: flex; float: left; } .invoice-balance .balabce-t .balabce-t-ri .checkbox-box { display: flex; width: 60rpx; float: left; height: 100%; font-size: 24rpx; } .invoice-balance .balabce-t .balabce-t-ri .checkbox-box .checkbox { width: 40rpx; text-align: right; box-sizing: border-box; text-align: center; text-decoration: none; border-radius: 0; -webkit-tap-highlight-color: transparent; overflow: hidden; color: #FF457B; padding: 5rpx; } .invoice-balance .balabce-b { width: 100%; float: left; overflow: hidden; } .invoice-balance .balabce-b .balabce-b-text { width: 100%; line-height: 58rpx; font-size: 24rpx; color: #FF2A2A; text-align: right; float: right; } .invoice-balance .balabce-b.balabce-b--hide { padding: 0 0; height: 0px; line-height: 0px; } .footer { position: fixed; left: 0; bottom: 0; z-index: 995; display: flex; align-items: center; width: 100%; height: 110rpx; line-height: 110rpx; justify-content: space-between; font-size: 28rpx; background-color: #FFFFFF; z-index: 998; color: #333333; } .footer .footer-le { width: 570rpx; height: 100%; float: left; } .footer .footer-count { float: left; padding-left: 24rpx; width: 170rpx; box-sizing: border-box; font-size: 26rpx; } .footer .footer-price { float: right; text-align: right; color: #333333; padding-right: 20rpx; box-sizing: border-box; width: 370rpx; } .footer .footer-price .sum { width: 100%; height: 110rpx; line-height: 110rpx; float: left; } .footer .footer-price .sum .price { font-size: 32rpx; color: #FF457B; } .footer .footer-submit { display: flex; align-items: center; justify-content: center; width: 210rpx; height: 100%; box-sizing: border-box; padding: 15rpx 5rpx; } .footer .footer-submit .btn { width: 100%; height: 100%; color: #FFFFFF; background: linear-gradient(270deg, #f83c6c 0%, #fc32b4 100%); font-size: 26rpx; text-align: center; line-height: 80rpx; border-radius: 40rpx; } .footer .footer-submit .btn.disabled { background: #e4e8eb; color: #999999; } .Rebate { width: 702rpx; height: auto; padding: 0 24rpx; background: #FFFFFF; float: left; margin-bottom: 24rpx; margin-bottom: 24rpx; line-height: 86rpx; } .Rebate .rebate-title { float: left; font-weight: bold; color: #333333; font-size: 28rpx; } .Rebate .iconfont { float: right; color: #b2b2b2; font-size: 40rpx; } .Rebate .iconfont.icon-yixuanze { color: #FF457B; }