| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .container {
- background-color: #f0f0f0;
- color:#1e1e1e;
- font-weight: 500;
- }
- .panelTitle{
- width:100%;
- margin-top: 50rpx;
- justify-content: flex-start;
- }
- .panelTitle .panelTitle1{
- font-size:32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelItem{
- width:100%;
- justify-content: flex-start;
- font-size:28rpx;
- height:120rpx;
- background-color: #fff;
- }
- .AvatarUrl{
- width: 60rpx;
- height: 60rpx;
- border-radius: 50%;
- margin-left: 30rpx;
- background-color: #D2D2D2;
- }
- .panelItem .panelItem1{
- margin-left: 20rpx;
- font-weight: 400;
- color:#1e1e1e;
- }
- .text1{
- font-size:48rpx;
- text-align: center;
- margin-top: 462rpx;
- }
|