/* pages/bill/bill.wxss */ /* page{ height: 100%; } */ @import '/miniprogram_npm/@vant/weapp/common/index.wxss'; @font-face { font-family: "iconfont"; /* Project id 4039863 */ src: url('//at.alicdn.com/t/c/font_4039863_ttjwylqy4n.woff2?t=1682480340319') format('woff2'), url('//at.alicdn.com/t/c/font_4039863_ttjwylqy4n.woff?t=1682480340319') format('woff'), url('//at.alicdn.com/t/c/font_4039863_ttjwylqy4n.ttf?t=1682480340319') format('truetype'); } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-tuikuan:before { content: "\e8ab"; color: #FF8C00; font-size: 35px; } .icon-qian:before { content: "\e640"; color: #FF8C00; font-size: 35px; } .icon-navicon-chps:before { content: "\e64d"; color: #FF8C00; font-size: 35px; } .icon-baozhuang1:before { content: "\e61b"; color: #FF8C00; font-size: 35px; } .page-up{ /* height: 30%; */ background: -webkit-linear-gradient(top,rgb(236, 107, 47),#f09b4c,rgb(252, 141, 67)); height:470rpx; } #sign{ margin-top: 5px; } .title{ float: right; margin-top:5px; text-align: center; width: 100px; height:30px; margin-right: 159px; font-size: 20px; color:white; /* background-color:#FF8C00; */ } .content{ margin-top: 55px; margin-left: 50px; } .text1{ font-size: 22px; color:white; } .text2{ margin-top: 10px; color:white; } #t1{ font-size:14px ; } #t2{ font-size: 22px; } .items{ background-color: rgb(252, 142, 67); height: 150rpx; margin-top: 30px; } .item{ color: white; height: 100rpx; margin-left: 36px; } #i1{ font-size:14px ; } #i2{ font-size: 20px; } #ibottom{ font-size:14px ; margin-left: 13px; } /*分割线样式*/ .divLine{ background: #929291; height: 90rpx; width: 1rpx; float:right; margin-right: 16px; } /* 累计账单 */ .page-middle{ /* background-color: rgb(230, 240, 240); */ margin-top: 10px; height: 40px; line-height: 45px; } #mid-text{ margin-left:20px; } #sign2{ font-size: 18px; float:right; margin: 10px; } .page-bottom{ border-top: rgb(10, 10, 10); } /* 入账金额 */ .box1{ /* background-color: blue; */ width:49%; height:120px; /* margin-top: -50px; */ position: relative; } #b1{ /* background-color: tan; */ width: 30px; height: 30px; margin-left: 35px; position: absolute; top: 45px; left: -10px; } #b1-right{ float:right; margin-right: 10px ; height: 30px; position: absolute; top: 50px; left:65px; } #atext1{ font-size: 14px; } #atext2{ font-size: 22px; } #atext3{ font-size: 14px; color: rgb(104, 106, 107); } /* 包装费 */ .box2{ float:right; margin-top: -120px; /* background-color: white; */ width:49%; height:120px; position: relative; } #b2{ /* background-color: tan; */ width: 30px; height: 30px; margin-left: 35px; position: absolute; top: 45px; left: -10px; } #b2-right{ float:right; margin-right: 10px ; height: 30px; position: absolute; top: 50px; left:65px; } #btext1{ font-size: 14px; } #btext2{ font-size: 22px; } #btext3{ font-size: 14px; color: rgb(104, 106, 107); } /* 配送费 */ .box3{ /* background-color:red; */ width:49%; height:120px; position:absolute; } #b3{ /* background-color: tan; */ width: 30px; height: 30px; margin-left: 35px; position: absolute; top: 30px; left: -10px; } #b3-right{ float:right; margin-right: 10px ; height: 30px; position: absolute; top: 35px; left:65px; } #ctext1{ font-size: 14px; } #ctext2{ font-size: 22px; } #ctext3{ font-size: 14px; color: rgb(104, 106, 107); } /* 退款费 */ .box4{ float:right; /* margin-top: -150px; */ /* background-color: blue; */ width:49%; height:120px; position: relative; } #b4{ /* background-color: tan; */ width: 30px; height: 30px; margin-left: 35px; position: absolute; top: 30px; left: -10px; } #b4-right{ float:right; margin-right: 10px ; height: 30px; position: absolute; top: 35px; left:65px; } #dtext1{ font-size: 14px; } #dtext2{ font-size: 22px; } #dtext3{ font-size: 14px; color: rgb(104, 106, 107); } /* 分割线 */ .divLine2{ background: #dad9d7; height: 220px; width: 1px; margin-left: 50%; margin-top: -105px; float: left; } .divLine3{ background: #dad9d7; height: 1px; width: 80%; margin-left: 40px; /* margin-top: -150px; */ } .divLine4{ background: #dad9d7; height: 1px; width: 100%; /* margin-left: 40px; */ /* margin-top: 10px; */ }