| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .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;
- }
- .panelItem3 {
- justify-content: center;
- height:100rpx;
- }
- .more{
- font-size:28rpx;
- color:#0071EF;
- }
|