| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- .container{
- background-color: #F0F0F0;
- }
- .text1{
- margin: 50rpx 0 30rpx 0;
- font-size:24rpx;
- color:#787878;
- font-weight: 400;
- }
- .textNull{
- margin: 30rpx 0 0 0;
- }
- .PanelItem{
- width:100%;
- /* height:263rpx; */
- background-color: #fff;
- justify-content: flex-start;
- border-bottom: 1rpx solid #D2D2D2;
- margin-bottom: 50rpx;
- }
- .PanelItem1{
- width:100%;
- justify-content: space-between;
- margin-top: 30rpx;
- margin-bottom: 30rpx;
- }
- .left{
- margin-left: 30rpx;
- }
- .Word{
- width:75rpx;
- background-color: #F0F0F0;
- color:#787878;
- text-align: center;
- line-height: 75rpx;
- font-size: 46rpx;
- margin-right: 30rpx;
- }
- .Title{
- font-size:30rpx;
- color:#1e1e1e;
- }
- .TitlePinyin{
- padding: 0 10rpx;
- min-width: 100rpx;
- height:70rpx;
- background-color: #F0F0F0;
- font-size: 38rpx;
- text-align: center;
- line-height: 70rpx;
- }
- .right{
- margin-right: 30rpx;
- align-items: flex-end;
- }
- .right1{
- margin-bottom: 15rpx;
- }
- .img{
- width:70rpx;
- height:70rpx;
- }
- .examine_willread_gray_22x22{
- width:22rpx;
- height:22rpx;
- }
- .examine_willwrite_gray_22x22{
- width:22rpx;
- height:22rpx;
- margin-left: 20rpx;
- }
- .right2{
- font-size: 20rpx;
- color:#787878;
- }
- .PanelItem2{
- width: 690rpx;
- text-align: left;
- font-size:24rpx;
- font-weight: 400;
- color:#787878;
- margin-bottom: 30rpx;
- }
- .SelectContainer{
- background-color: rgba(0,0,0,0.7);
- position: fixed;
- width:100%;
- justify-content: flex-start;
- top:0;
- }
- .SelectContainer .SelectContainer1{
- margin-top:20rpx;
- width:710rpx;
- border-radius: 10rpx;
- background-color: #F8F8F8;
- position: relative;
- justify-content: flex-start;
- }
- .examine_subjecticon_01{
- width:80rpx;
- height:80rpx;
- margin-top: 80rpx;
- }
- .SelectContainer1Text1{
- font-size:36rpx;
- margin-top: 20rpx;
- font-weight: 700;
- }
- .SelectContainer1Text2{
- font-size:28rpx;
- font-weight: 400;
- }
- .SelectContainer1Text3{
- font-size:28rpx;
- margin-left: 20rpx;
- }
- .btnPanel{
- margin-top: 30rpx;
- }
- .btnPanel0{
- margin-top: 20rpx;
- }
- .btnPanel1{
- margin-top:-10rpx;
- margin-bottom: 30rpx;
- font-size: 20rpx;
- font-weight: 700;
- color:#4D4D4D;
- }
- .btn{
- width:500rpx;
- height:90rpx;
- border-radius: 10rpx;
- background-color: #fff;
- border:1rpx solid #9B9B9B;
- margin: 0 0 30rpx 0;
- }
- .examine_willread_gray_30x30{
- width:30rpx;
- height:30rpx;
- }
- .examine_willwrite_gray_27x27{
- width:27rpx;
- height:27rpx;
- }
- .universalpic_word_blue_30x30{
- width:30rpx;
- height:30rpx;
- }
- .SelectContainer1Text4{
- font-size:24rpx;
- margin-left: 10rpx;
- color:#0071EF;
- font-weight: 700;
- }
- .btnPanel2{
- margin-top: 30rpx;
- }
- .btnPanel21{
- width:315rpx;
- margin:0 0 30rpx 0;
- text-align: center;
- color:#0071EF;
- font-size:28rpx;
- font-weight: 700;
- }
- .close{
- width:100rpx;
- height:100rpx;
- position: absolute;
- top:0;
- right:0;
- }
- .universalpic_close_black_24x24{
- width:24rpx;
- height:24rpx;
- }
|