| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- .container {
- background-color: #f0f0f0;
- color:#1e1e1e;
- font-weight: 500;
- justify-content: flex-start;
- }
- .panelTitle {
- width: 100%;
- margin-top: 50rpx;
- justify-content: flex-start;
- }
- .panelTitle0 {
- margin-top: 50rpx;
- }
- .panelTitle .panelTitle1 {
- font-size: 32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelItem {
- width: 100%;
- justify-content: space-between;
- font-size: 28rpx;
- min-height: 100rpx;
- background-color: #fff;
- }
- .panelItem2 {
- width: 690rpx;
- font-weight: 400;
- font-size: 24rpx;
- margin: 0 0 30rpx 0;
- }
- .help_picture_fourcolor{
- width:688rpx;
- height:730rpx;
- }
- .panelItem1{
- width:690rpx;
- margin: 40rpx 0 40rpx 0;
- font-weight: 400;
- font-size:24rpx;
- }
- .panel{
- width:100%;
- background-color: #fff;
- }
- .panelTitle .panelTitle2{
- margin: 20rpx 0 30rpx 30rpx;
- font-size:28rpx;
- font-weight: 400;
- }
- .panelTitle .panelTitle3{
- margin: 0 0 30rpx 30rpx;
- font-size:28rpx;
- font-weight: 400;
- }
- .panelSelected{
- width:690rpx;
- height:173rpx;
- border-radius: 10rpx;
- border:1rpx solid #9B9B9B;
- margin-bottom: 30rpx;
- }
- .panelSelected .panelSelected0{
- border-radius: 50%;
- width:34rpx;
- height:34rpx;
- background-color: #0071EF;
- border: 3rpx solid #0071EF;
- margin-left: 30rpx;
-
- }
- .universalpic_checked_white_22x17{
- width:22rpx;
- height:17rpx;
- }
- .panelSelected .panelSelected00{
- background-color: #F8F8F8;
- border: 3rpx solid #D2D2D2;
- }
- .panelSelected .panelSelected1{
- width:600rpx;
- align-items: flex-start;
- margin-left: 20rpx;
- }
- .panelSelected .panelSelected11{
- justify-content: flex-start;
- }
- .panelSelected .panelSelected111{
- align-items: flex-start;
- margin-right: 10rpx;
- }
- .panelSelected .text1{
- font-size:29rpx;
- font-weight: 400;
- margin-bottom: 20rpx;
- }
- .panelSelected .text2{
- font-size:24rpx;
- font-weight: 400;
- }
- .color{
- width:130rpx;
- height:10rpx;
- margin-bottom: 10rpx;
- }
- .Answer0 {
- background-color: #FE6659;
- }
- .Answer1 {
- background-color: #FFBC00;
- }
- .Answer2 {
- background-color: #329468;
- }
- .Answer3 {
- background-color: #0A60BE;
- }
- .selected{
- border:5rpx solid #0071EF;
- width:686rpx;
- height:170rpx;
- }
- .panelItem3 {
- width: 690rpx;
- font-weight: 400;
- font-size: 24rpx;
- margin: 0 0 30rpx 30rpx;
- color: #787878;
- }
|