| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .panelTitle {
- width: 100%;
- margin-top: 50rpx;
- justify-content: flex-start;
- }
- .panelTitle0 {
- margin-top: 40rpx;
- }
- .panelTitle .panelTitle1 {
- font-size: 32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .text1{
- font-size:24rpx;
- font-weight: 400;
- width:690rpx;
- }
- .panelItem {
- width: 100%;
- justify-content: space-between;
- font-size: 28rpx;
- min-height: 100rpx;
- background-color: #fff;
- }
- .panelItem01 {
- width: 100%;
- line-height: 100rpx;
- padding-left: 30rpx;
- font-weight: 400;
- border-radius: 10rpx;
- }
- .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;
- }
|