::-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; }