| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- .trial_checklist_header{
- width:100%;
- height:130rpx;
- }
- .panelTitle{
- width:100%;
- margin-top: 50rpx;
- justify-content: space-between;
- }
- .panelTitle .panelTitle1{
- font-size:32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- align-items: flex-start;
- }
- .panelTitle11{
- font-size:24rpx;
- font-weight: 400;
- margin-top: 10rpx;
- }
- .panelTitle12{
- font-size:24rpx;
- margin-top: 10rpx;
- color:#0071EF;
- }
- .panelItem{
- width:100%;
- justify-content: space-between;
- font-size:28rpx;
- background-color: #fff;
- }
- .panelItem0{
- height:134rpx;
- }
- .panelItem .panelItem1{
- font-weight: 400;
- justify-content: flex-start;
- align-items: flex-start;
- margin: 30rpx 0 30rpx 30rpx;
- }
- .panelItem .panelItem1_1{
- margin-left: 30rpx;
- font-weight: 400;
- justify-content: flex-start;
- margin: 30rpx 0 30rpx 30rpx;
- }
- .panelItem .panelItem01{
- font-size:28rpx;
- }
- .panelItem .panelItem02{
- font-size:24rpx;
- }
- .panelItem .panelItem2{
- margin-right: 30rpx;
- color:#0071EF;
- font-size:48rpx;
- font-family: 'Roboto-Black';
- }
- .panelItem .panelItem11{
- margin-left: 20rpx;
- justify-content: center;
- align-items: flex-start;
- }
- .panelTitle10{
- font-size:28rpx;
- font-weight: 400;
- }
- .panelTitle111{
- font-size:24rpx;
- font-weight: 400;
- }
- .panelRemark{
- width:690rpx;
- font-size:24rpx;
- font-weight: 400;
- color:#787878;
- margin: 30rpx 0 0 0;
- }
- .universalpic_checked_blue_40x40{
- width:40rpx;
- height:40rpx;
- }
- .Number{
- font-size:36rpx;
- color:#D2D2D2;
- font-family: 'Roboto-Black';
- margin: 0 19rpx 0 0;
- }
- .Number2{
- font-size:28rpx;
- color:#787878;
- margin: 0 30rpx 0 0;
- font-weight: 400;
- }
- .btn{
- border-radius: 6rpx;
- width:108rpx;
- height:50rpx;
- line-height: 50rpx;
- background-color: #0071EF;
- color:#fff;
- text-align: center;
- font-size:24rpx;
- margin-right: 30rpx;
- }
|