| 123456789101112131415161718192021222324252627282930313233343536373839 |
- .container {
- background-color: #fff;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .movable{
- width:100%;
- height:1334rpx;
- }
- .table{
- width:2100rpx;
- height:2970rpx;
- font-size:72rpx;
- justify-content: flex-start;
- flex-wrap: wrap;
- }
- .td{
- width:800rpx;
- height:200rpx;
- text-align: center;
- line-height: 200rpx;
- }
- .tdIndex{
- width:20rpx;
- color:#dddddd;
- margin-right: 60rpx;
- font-size:40rpx;
- }
- .bg{
- width:2100rpx;
- height:2970rpx;
- }
|