| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- .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;
- }
- .universalpic_search_gray_30x30 {
- width: 30rpx;
- height: 30rpx;
- margin-right: 10rpx;
- }
- .panelBottom {
- position: fixed;
- bottom: 0;
- width: 100%;
- }
- .panelBottom1 {
- width: 100%;
- background-color: #fff;
- }
- .panelBottom11 {
- flex:1;
- font-size:20rpx;
- color:#787878;
- height:98rpx;
- justify-content: flex-start;
- }
- .panelBottom1 .line1{
- height:98rpx;
- width:2rpx;
- }
- .program_tabbar_study_default {
- width: 54rpx;
- height: 54rpx;
- margin: 10rpx 0 4rpx 0;
- }
- .text5{
- color:#000000;
- }
- .panelBtn{
- margin-top: 20rpx;
- }
- .panelItem {
- width: 100%;
- justify-content: space-between;
- font-size: 28rpx;
- height: 100rpx;
- background-color: #fff;
- }
- .panelItem1 {
- margin-left: 30rpx;
- justify-content: flex-start;
- font-weight: 400;
- font-size:28rpx;
- }
- .panelItem2 {
- margin-right: 30rpx;
- color: #787878;
- font-size:28rpx;
- font-weight: 400;
- }
- .universalpic_indicator_right_gray{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
- .universalpic_fav_default_gray_26x24{
- width:26rpx;
- height:24rpx;
- margin-right: 20rpx;
- }
|