| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- color: #1e1e1e;
- background-color: #F0F0F0;
- }
- .panelTop{
- width: 100%;
- height:100rpx;
- background-color: #fff;
- font-size: 28rpx;
- font-weight: 400;
- justify-content: space-between;
- position: fixed;
- top:0;
- z-index: 10;
- border-bottom: 1rpx solid #d2d2d2;
- }
- .left{
- margin-left: 30rpx;
- }
- .right{
- width:90rpx;
- height:100rpx;
- }
- .universalpic_add_gray_30x30{
- width:30rpx;
- height:30rpx;
- }
- .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: 491rpx;
- 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;
- }
|