12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- .con{
- height: 240rpx;
- background-color: #FFA500;
- }
- .content{
- width: 650rpx;
- margin: 0 auto;
- position: relative;
- }
- .gg{
- float: left;
- font-size: 10px;
- position: absolute;
- top: 50px;
- left: 110px;
- width: 300rpx;
- }
- .time{
- position: absolute;
- float: left;
- height: 40rpx;
- width: 90rpx;
- font-size: 10px;
- line-height: 40rpx;
- text-align: center;
- background-color: #FFA500;
- top: 55rpx;
- left: 550rpx;
- }
- .business{
- float: left;
- position: absolute;
- font-size: 10px;
- color: green;
- top: 135rpx;
- left: 555rpx;
- }
- .under{
- height: 1000rpx;
- background-color: rgb(223, 218, 218);
- }
- .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;
- }
|