Browse Source

条件背景样式修改

dell 8 years ago
parent
commit
a59255b875
1 changed files with 9 additions and 1 deletions
  1. 9 1
      app/html/consultlist.html

+ 9 - 1
app/html/consultlist.html

@ -22,14 +22,22 @@
22 22
     		padding: 0;
23 23
     		font-size: 13px;
24 24
     		font-weight: 400;
25
     		line-height: 40px;
25 26
    	}
26 27
    	#sliderSegmentedControl a.filteritem:active  {
27 28
    		color: #007aff;
28 29
    	}
29 30
    	
31
    	#sliderSegmentedControl.mui-segmented-control.mui-scroll-wrapper {
32
    		height: 40px;
33
    	}
34
    	
30 35
    	.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
31 36
    		color: #333 !important;
32 37
    	}
38
    	#item1mobile {
39
    		border-top: none;
40
    	}
33 41
    	
34 42
    	
35 43
    	/*过滤箭头样式*/
@ -166,7 +174,7 @@
166 174
				width: 40px;
167 175
			}
168 176
			.mui-slider-indicator.mui-segmented-control {
169
				background-color: #efeff4;
177
				background-color: #fff;
170 178
			}
171 179
    	
172 180
    </style>