| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- ::-webkit-scrollbar {
- width: 0;
- height: 0;
- color: transparent;
- display: none;
- }
- .FlexColumn {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .FlexRow {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .container {
- width:100%;
- color: #4D4D4D;
- justify-content: flex-start;
- font-weight: 500;
- background-color: #F2F2F2;
- }
- .footerHeight{
- width: 100%;
- height: 100rpx;
- }
- .lineFooter{
- width: 100%;
- height: 1rpx;
- background-color: #d2d2d2;
- }
- .lineWidthAll{
- width: 100%;
- justify-content: flex-end;
- background-color: #fff;
- height: 1rpx;
- }
- .lineWidth750{
- width: 100%;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .lineWidth720{
- width: 720rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .lineWidth700{
- width: 700rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .lineWidth690{
- width: 690rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .lineWidth680{
- width: 680rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .lineWidth660{
- width: 660rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .lineWidth650{
- width: 650rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .lineWidth640{
- width: 640rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .lineWidth620{
- width: 620rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .lineWidth600{
- width: 600rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .lineWidth580{
- width: 580rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .PanelBorderTop{
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- }
- .PanelBorderBottom{
- border-bottom-left-radius: 20rpx;
- border-bottom-right-radius: 20rpx;
- }
|