| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .panelTitle{
- width:100%;
- margin-top: 50rpx;
- justify-content: space-between;
- }
- .panelTitle .panelTitle1{
- font-size:32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelTitle .panelTitle2{
- font-size:28rpx;
- margin-right: 30rpx;
- background-color: #1e1e1e;
- color:#fff;
- border-radius: 22rpx;
- text-align: center;
- padding: 0 20rpx;
- margin-bottom: 32rpx;
- }
- .panelItem{
- width:100%;
- justify-content: space-between;
- font-size:28rpx;
- height:100rpx;
- background-color: #fff;
- }
- .panelItem0{
- height:133rpx;
- }
- .panelItem00{
- margin-top: 10rpx;
- line-height: 100rpx;
- font-size:28rpx;
- font-weight: 400;
- justify-content: center;
- }
- .panelItem .panelItem1{
- margin-left: 30rpx;
- font-weight: 400;
- }
- .panelItem .panelItem2{
- margin-right: 30rpx;
- color:#787878;
- font-weight: 400;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
- .line1{
- width:100%;
- height:50rpx;
- }
|