12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .w-50{
- width: 50%;
- }
- .c-f25{
- font-size: 25px;
- }
- .after-line{
- position: relative;
- }
- .after-line:after{
- content: '';
- position: absolute;
- width: 1px;
- height: 100%;
- right: 0;
- top: 50%;
- transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
- background-color: #e1e1e1;
- }
- .banner img{
- width: 100%;
- height: auto;
- }
- .ranking{
- background-image: none;
- width: 28px;
- height: 26px;
- background-size: 28px 26px;
- color: #323232;
- line-height: 26px;
- padding: 5px 0;
- }
- .ranking1{
- background-image: url(../../device/images/paiming01_icon.png);
- }
- .ranking2{
- background-image: url(../../device/images/paiming02_icon.png);
- }
- .ranking3{
- background-image: url(../../device/images/paiming03_icon.png);
- }
- .mui-poppicker-header{
- background-color: #f2f3f4;
- }
- .mui-poppicker-header .mui-btn{
- border: none;
- background: none;
- color: #999;
- font-size: 16px;
- }
- .mui-poppicker-header .mui-poppicker-btn-ok{
- color: #17b3ec;
- }
- .mui-picker{
- background-color: #fff;
- }
- .mui-pciker-list li{
- font-size: 16px;
- color: #666;
- }
- .mui-pciker-list li.highlight{
- color: #333;
- font-size: 17px;
- /*background-color: #f2f3f4;*/
- }
|