| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- .panelSearch{
- width:100%;
- height:140rpx;
- background-color: #fff;
- }
- .panelSearch1{
- width:690rpx;
- height:80rpx;
- margin: 20rpx 0 40rpx 0;
- border-radius: 14rpx;
- background-color: #F0F0F0;
- color:#787878;
- font-size:28rpx;
- font-weight: 400;
- justify-content: flex-start;
- }
- .universalpic_search_gray_30x30{
- width:30rpx;
- height:30rpx;
- margin: 0 20rpx 0 30rpx;
- }
- .input{
- font-size:28rpx;
- font-weight: 400;
- color:#1e1e1e;
- width:600rpx;
- height:40rpx;
- }
- .panelBtn{
- width:100%;
- background-color: #F8F8F8;
- }
- .panelBtn .line1{
- width:4rpx;
- height:30rpx;
- background-color: #D2D2D2;
- }
- .panelBtn .text1{
- width:374rpx;
- line-height:100rpx;
- text-align: center;
- font-size:28rpx;
- color:#A20602;
- }
- .panelBtn .text2{
- color:#0071EF;
- }
- .panelNull{
- width:100%;
- align-items: flex-start;
- margin-top: 50rpx;
- }
- .panelNull .text3{
- font-size:32rpx;
- margin-left: 30rpx;
- }
- .panelNull .text4{
- font-size:24rpx;
- margin-left: 30rpx;
- font-weight: 400;
- margin-top: 10rpx;
- }
- .panelTitle {
- width: 100%;
- margin-top: 50rpx;
- justify-content: space-between;
- }
- .panelTitle .panelTitle1 {
- font-size: 32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelTitle .panelTitle2 {
- font-size: 28rpx;
- margin-right: 30rpx;
- background-color: #1e1e1e;
- color: #fff;
- border-radius: 22rpx;
- text-align: center;
- padding: 0 20rpx;
- margin-bottom: 32rpx;
- }
- .panelTitle0 {
- background-color: #fff;
- margin-top: 10rpx;
- }
- .panelTitle .panelTitle3 {
- font-size: 32rpx;
- margin: 30rpx;
- }
- .panelTitle .panelTitle4 {
- width:80rpx;
- height:88rpx;
- }
- .universalpic_del_black_20x28{
- width:20rpx;
- height:28rpx;
- }
- .panelItem {
- width: 100%;
- align-items: flex-start;
- min-height: 136rpx;
- background-color: #fff;
- }
- .panelItem0 {
- min-height: 100rpx;
- }
- .Text1 {
- margin-left: 30rpx;
- color: #1e1e1e;
- font-weight: 400;
- font-size:30rpx;
- }
- .Text11 {
- margin-left: 30rpx;
- color: #787878;
- font-weight: 400;
- font-size:24rpx;
- }
- .Text2 {
- margin-left: 30rpx;
- color: #787878;
- font-weight: 400;
- font-size:24rpx;
- }
- .panelItemSearch0 {
- width: 100%;
- justify-content: flex-start;
- font-size: 24rpx;
- background-color: #fff;
- flex-wrap: wrap;
- }
- .panelItemSearch0 .panelTag{
- line-height: 73rpx;
- height:73rpx;
- border:1rpx solid #9B9B9B;
- margin: 0 0 30rpx 30rpx;
- border-radius: 10rpx;
- color:#787878;
- }
- .panelItemSearch0 .panelTag0{
- margin: 0 30rpx;
- }
- .panelItemSearch {
- width: 100%;
- min-height: 134rpx;
- background-color: #fff;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .panelItemSearch .panelItemSearch1{
- color: #1e1e1e;
- font-weight: 400;
- justify-content: space-between;
- width:100%;
- }
- .panelItemSearch .panelItemSearch2 {
- color: #1e1e1e;
- font-weight: 400;
- justify-content: space-between;
- width:720rpx;
- }
- .panelItemSearch .panelItemSearch11{
- width:624rpx;
- font-size:28rpx;
- font-weight: 400;
- margin-left: 30rpx;
- margin-top: 30rpx
- }
- .panelItemSearch .panelItemSearch12{
- border:2rpx solid #0071EF;
- font-size:20rpx;
- text-align: center;
- line-height: 34rpx;
- width:60rpx;
- color:#0071EF;
- margin-right: 30rpx;
- margin-top: 34rpx;
- border-radius: 17rpx;
- }
- .panelItemSearch .panelItemSearch2{
- color: #1e1e1e;
- font-weight: 400;
- justify-content: flex-start;
- margin-left: 30rpx;
- font-size:24rpx;
- }
- .panelItemSearch .panelItemSearch3{
- color: #787878;
- font-weight: 400;
- justify-content: flex-start;
- margin-left: 30rpx;
- font-size:24rpx;
- margin-bottom: 30rpx;
- }
|