12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- /* 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;
- position: relative;
- /* margin-bottom: -10rpx; */
- }
- .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;
- }
- .img3{
- width: 50%;
- height: 50%;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- flex-direction: row;
- margin-top: 40rpx;
- }
- .wen {
- float: left;
- width: 80rpx;
- height: 24rpx;
- /* foverflow: hidden; */
- margin-left: 14rpx;
- }
- .rili{
- position: absolute;
- right: 20rpx;
- top:0;
- }
|