| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- .line{
- width:100%;
- height:20rpx;
- }
- .panelItem{
- width:100%;
- justify-content: space-between;
- height:133rpx;
- background-color: #fff;
- }
- .panelItem0{
- height:162rpx;
- }
- .panelItem .panelItem1{
- margin-left: 30rpx;
- align-items: flex-start;
- }
- .panelItem .panelItem2{
- margin-right: 30rpx;
- color:#4D4D4D;
- font-size:28rpx;
- }
- .panelItem .panelItem11{
- font-size:28rpx;
- font-weight: 400;
- }
- .panelItem .panelItem12{
- font-size:20rpx;
- color:#787878;
- }
- .panelItemCircleTop{
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- }
- .panelItemCircleBottom{
- border-bottom-left-radius: 20rpx;
- border-bottom-right-radius: 20rpx;
- }
- .panelTimePlan {
- margin-top: 20rpx;
- height: 100rpx;
- width:710rpx;
- justify-content: space-between;
- font-size: 28rpx;
- background-color: #fff;
- border-bottom: 1rpx solid #d2d2d2;
- }
- .panelItem21 {
- font-size:28rpx;
- color:#787878;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
- .Remark{
- width: 100%;
- height:158rpx;
- justify-content: flex-start;
- background-color: #FCE8C5;
- }
- .RemarkLine{
- width:10rpx;
- height:156rpx;
- background-color: #F5A623;
- }
- .Remark1{
- height:156rpx;
- justify-content: flex-start;
- }
- .universalpic_exmark_deepyellow_26x26{
- width: 26rpx;
- height:26rpx;
- margin:0 20rpx;
- }
- .Remark11{
- width: 644rpx;
- font-size: 20rpx;
- color:#694405;
- margin:5rpx 0;
- }
|