| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .linesp{
- width: 100%;
- height: 8rpx;
- background-color: aliceblue;
- }
- .tabs {
- flex: 1;
- flex-direction: column;
- overflow: hidden;
- background-color: #ffffff;
- }
- .tabbarct{
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- }
- .xialakuang{
- width: 92%;
- height: 60rpx;
- margin-left: 20rpx;
- border-radius: 30rpx;
- }
- .listCT{
- margin-top: 24rpx;
- }
- .tabitemct{
- display: flex;
- flex-direction: row;
- justify-content:space-between;
- margin: 8rpx;
- width: 96%;
- align-items: center;
- }
- .viewinrow{
- display: flex;
- flex-direction: row;
- justify-content:center;
- align-items: center;
- }
- .xingxing{
- width: 30rpx;
- height: 30rpx;
- }
- .timeimage{
- margin-left: 20rpx;
- width: 30rpx;
- height: 30rpx;
- }
- .pltitle{
- font-size: 26rpx;
- height: 30rpx;
- line-height: 30rpx;
- align-items: center;
- }
- .contentTxt{
- font-size: 30rpx;
- }
|