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