| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- color: #1e1e1e;
- background-color: #F0F0F0;
- }
- .panelItem {
- width: 100%;
- justify-content: space-between;
- font-size: 28rpx;
- height: 136rpx;
- background-color: #fff;
- }
- .panelItem1 {
- margin-left: 30rpx;
- justify-content: flex-start;
- }
- .ImageCSS{
- width:75rpx;
- height:75rpx;
- margin-right: 20rpx;
- }
- .panelItem11 {
- align-items: flex-start;
- }
- .panelItem1 .Text1{
- font-weight: 400;
- font-size:30rpx;
- overflow: hidden;
- }
- .panelItem1 .Text2{
- font-weight: 400;
- font-size:24rpx;
- overflow: hidden;
- color:#787878;
- }
- .panelItem2 {
- margin-right: 30rpx;
- color: #9B9B9B;
- font-size:22rpx;
- font-weight: 400;
- }
- .Text3{
- margin-top: 495rpx;
- font-size:32rpx;
- }
- .Text4{
- margin-top: 10rpx;
- font-size:24rpx;
- color:#787878;
- font-weight: 400;
- }
|