123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .container{
- background-color: #F7F7F7;
- .code-info{
- width: 100%;
- height: 390rpx;
- background-color: #fff;
- .code{
- width: 320rpx;
- height: 320rpx;
- border: 1px solid #ebeef5;
- margin: 20rpx auto;
- .canvas-code{
- background-color: #fff;
- width: 280rpx;
- height: 280rpx;
- margin: 20rpx auto;
- }
- .code-text{
- text-align: center;
- margin: 30rpx auto;
- }
- }
- }
- .order{
- margin-top: 20rpx;
- display: flex;
- height: 250rpx;
- background-color: #fff;
- justify-content: flex-start;
- .order-img{
- width: 200rpx;
- height: 190rpx;
- margin: 20rpx 20rpx;
- padding-top: 25rpx;
- image{
- width: 100%;
- height: 100%;
- }
- }
- .order-info{
- flex: 1;
- padding-top: 10rpx;
- padding-left: 30rpx;
- .order-id{
- height: 50rpx;
- text-align: right;
- }
- .order-title{
- height: 60rpx;
-
- }
- .order-price{
- height: 80rpx;
- }
- .order-date{
- height: 50rpx;
- }
- }
- }
- .shop-info{
- height: 250rpx;
- margin-top: 20rpx;
- padding: 20rpx 30rpx;
- background-color: #fff;
- .shop{
- height: 50rpx;
- line-height: 50rpx;
- }
- .address,.tel{
- height: 30rpx;
- line-height: 30rpx;
- margin: 20rpx;
- position: relative;
- image{
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- right: 0;
- bottom: 0;
- }
- }
- }
- }
|