| 1234567891011121314151617181920212223242526272829303132333435 |
- .container {
- background-color: #F0F0F0;
- }
- .panelItem{
- margin-top: 60rpx;
- width:100%;
- justify-content: space-between;
- font-size:28rpx;
- height:100rpx;
- background-color: #fff;
- }
- .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;
- }
- .text1{
- width:690rpx;
- margin-top: 30rpx;
- font-size:22rpx;
- font-weight: 400;
- }
|