123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- /* pages/bill/bill.wxss */
- .all {
- box-sizing:border-box;
- width: 100%;
- height: 100vh;
- background-color: #F5F5F5;
- }
- .all1{
- position: relative;
- width: 100%;
- height: 480rpx;
- }
- .all2{
- width: 100%;
- height: 480rpx;
- background-color: #fff;
- }
- .img {
- position: absolute;
- top: 20rpx;
- left: 16rpx;
- width: 430rpx;
- }
- .tex {
- display: flex;
- justify-content: space-between;
- /* align-items: center; */
- }
- .img1 {
- position: absolute;
- top: 35%;
- left: 10%;
- width: 430rpx;
- color: #fff;
- }
- .img2 {
- position: absolute;
- bottom: 16rpx;
- left: 6%;
- width: 670rpx;
- color: #fff;
- font-size: 22rpx;
- display: flex;
- justify-content: space-around;
- flex-direction: row;
- overflow: hidden;
- }
- .wen {
- float: left;
- width: 80rpx;
- height: 24rpx;
- /* foverflow: hidden; */
- margin-left: 14rpx;
- }
|