| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- .container{
- background-color: #F2F2F2;
- }
- .panelTop{
- width:100%;
- background-color: #F2F9DF;
- align-items: flex-start;
- justify-content: flex-start;
- }
- .text1{
- font-size:32rpx;
- color:#1E1E1E;
- margin:60rpx 0 0 30rpx;
- }
- .text2{
- font-size:20rpx;
- color:#4D4D4D;
- width:690rpx;
- margin:20rpx 0 60rpx 30rpx;
- line-height: 24rpx;
- }
- .panelTitle{
- background-color: inherit;
- }
- .panelTitle1{
- margin:60rpx 0 0 30rpx;
- font-size:32rpx;
- }
- .panelItem{
- width:710rpx;
- background-color: #fff;
- border-radius: 20rpx;
- margin-top:30rpx;
- justify-content: flex-start;
- }
- .panelItem1{
- width:100%;
- height:102rpx;
- background-color: #AAED89;
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- justify-content: space-between;
- }
- .panelItem11{
- margin: 0 30rpx;
- font-size:30rpx;
- }
- .panelItem2{
- font-size: 20rpx;
- color:#4D4D4D;
- width:650rpx;
- margin-top:30rpx;
- }
- .btn{
- font-size: 28rpx;
- text-align: center;
- background-color: #fff;
- width:650rpx;
- line-height: 80rpx;
- border-radius: 10rpx;
- border:2rpx solid #D2D2D2;
- margin:40rpx 0 50rpx 0;
- }
- .btn2{
- margin:30rpx 0 30rpx 0;
- }
- .help1{
- width:100%;
- justify-content: space-between;
- height: 131rpx;
- }
- .help11{
- align-items: flex-start;
- margin-left: 30rpx;
- }
- .universalpic_light_blue_70x70{
- width:70rpx;
- height:70rpx;
- margin: 0 0 0 30rpx;
- }
- .help111{
- font-size:28rpx;
- font-weight: 400;
- }
- .help112{
- font-size:20rpx;
- color:#787878;
- margin-top:4rpx;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-right: 30rpx;
- }
- .panelItem3{
- width:100%;
- border-bottom-left-radius: 20rpx;
- border-bottom-right-radius: 20rpx;
- height:20rpx;
- }
- .panelFooter{
- width:100%;
- background-color: #fff;
- margin-top: 60rpx;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .card_index_laboratory_70x76{
- width:70rpx;
- height:76rpx;
- margin:60rpx 0 30rpx 30rpx;
- }
- .panelFooter1{
- width: 690rpx;
- font-size:20rpx;
- margin:0 0 60rpx 30rpx;
- }
|