| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- color: #1e1e1e;
- background-color: #F0F0F0;
- }
- .panel{
- width: 100%;
- position: fixed;
- top:0;
- }
- .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;
- }
- .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;
- }
- .panelItem {
- width: 100%;
- justify-content: flex-start;
- font-size: 28rpx;
- min-height: 100rpx;
- height:auto;
- background-color: #fff;
- }
- .panelItem1 {
- margin-left: 30rpx;
- font-weight: 400;
- }
- .panelItem2 {
- margin-right: 30rpx;
- color: #1e1e1e;
- font-weight: 400;
- }
|