| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- color: #1e1e1e;
- background-color: #f0f0f0;
- }
- .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;
- }
- .panelBtn{
- width:100%;
- margin-top: 50rpx;
- 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;
- font-weight: 400;
- }
- .panelBtn .text2{
- font-family: 'Roboto-Black';
- margin-left: 20rpx;
- }
- .panelBottom {
- position: fixed;
- bottom: 0;
- width: 100%;
- }
- .panelBottom1 {
- width: 100%;
- background-color: #fff;
- }
- .panelBottom11 {
- flex:1;
- font-size:20rpx;
- color:#787878;
- height:98rpx;
- }
- .panelBottom1 .line1{
- height:98rpx;
- width:2rpx;
- }
- .program_tabbar_task_default {
- width: 54rpx;
- height: 54rpx;
- margin-bottom: 4rpx;
- }
- .text5{
- color:#000000;
- }
|