123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .bg{
- height: 530rpx;
- background-color: rgba(236, 234, 229, 0.788);
- }
- .one{
- float: left;
- width: 750rpx;
- padding-top: 15rpx;
- position: relative;
- }
- .shop{
- position: absolute;
- top: 25rpx;
- left: 410rpx;
- }
- .num{
- position: absolute;
- font-size: 10px;
- color: #FFA500;
- top: 155rpx;
- left: 655rpx;
- }
- .add{
- position: absolute;
- color: #FFA500;
- top: 200rpx;
- left: 620rpx;
- }
- .car{
- color: red;
- font-size: 40px;
- margin-left: 20rpx;
- }
- .sum{
- color: red;
- margin-top: 20rpx;
- margin-left: 10rpx;
- }
- .mony{
- color: red;
- font-size: 12px;
- margin-top: 64rpx;
- margin-left:-275rpx ;
- }
- .fill{
- font-size: 12px;
- color: rgb(59, 58, 56);
- margin-top: 64rpx;
- margin-left:15rpx ;
- }
- .button{
- margin-left: 100rpx;
- }
|