| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- color: #1e1e1e;
- background-color: #F0F0F0;
- }
- .panelTop{
- width: 100%;
- background-color: #fff;
- position: fixed;
- top:0;
- z-index: 10;
- border-bottom: 1rpx solid #d2d2d2;
- }
- .panelTop0{
- width: 100%;
- height:100rpx;
- font-size: 28rpx;
- font-weight: 400;
- justify-content: space-between;
- }
- .panelSearch{
- width:100%;
- background-color: #fff;
- }
- .panelSearch1{
- width:690rpx;
- height:80rpx;
- margin: 20rpx 0 10rpx 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;
- }
- .panelTop1 {
- width:90rpx;
- height:100rpx;
- }
- .universalpic_add_black_30x30{
- width:30rpx;
- height:30rpx;
- }
- .universalpic_sequence_black_30x30{
- width:30rpx;
- height:30rpx;
- }
- .panelItem {
- width: 100%;
- justify-content: space-between;
- font-size: 28rpx;
- height: 136rpx;
- background-color: #fff;
- }
- .panelItem1 {
- margin-left: 30rpx;
- justify-content: flex-start;
- }
- .ImageCSS{
- width:75rpx;
- height:75rpx;
- margin-right: 20rpx;
- }
- .panelItem11 {
- align-items: flex-start;
- }
- .panelItem1 .Text1{
- font-weight: 400;
- font-size:30rpx;
- overflow: hidden;
- }
- .panelItem1 .Text2{
- font-weight: 400;
- font-size:24rpx;
- overflow: hidden;
- color:#787878;
- }
- .panelItem2 {
- margin-right: 30rpx;
- color: #9B9B9B;
- font-size:22rpx;
- font-weight: 400;
- align-items: flex-end;
- }
- .panelItem21 {
- width:26rpx;
- height:24rpx;
- margin-top: 14rpx;
- }
- .panelNull{
- margin-top: 150rpx;
- width:100%;
- align-items: flex-start;
- }
- .Text3{
- font-size:32rpx;
- margin-left: 30rpx;
- }
- .Text4{
- margin-top: 10rpx;
- font-size:24rpx;
- color:#787878;
- font-weight: 400;
- margin-left: 30rpx;
- }
- .panelItem3 {
- justify-content: center;
- height:100rpx;
- }
- .more{
- font-size:28rpx;
- color:#0071EF;
- }
- .panelFooter{
- width:100%;
- height:120rpx;
- border-top:1rpx solid #D2D2D2;
- position: fixed;
- bottom:0;
- background-color: #fff;
- }
- .panelFooter .btn{
- width: 602rpx;
- background-color: #fff;
- border:1rpx solid #9B9B9B;
- color:#0071EF;
- text-align: center;
- line-height: 80rpx;
- height:80rpx;
- border-radius: 10rpx;
- font-size:32rpx;
- }
- .universalpic_fav_default_gray_26x24{
- width:26rpx;
- height:24rpx;
- }
|