123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302 |
- /* 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; */
- }
-
|