芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/carotiti/wp-content/themes/boal/assets/sass/theme/widget/_filterSale.scss
//style widget Filter Sale .boal_from_filter{ display:block; @include rtl-text-align-right(); >*{ border: 1px solid #f1f1f1; display: inline-block; @include rtl-margin-left(30px); color: $color-title; } //category .dropdown-arrow select{ appearance:none; -moz-appearance:none; -webkit-appearance:none; height:50px; cursor: pointer; @include rtl-padding(7px ,40px ,7px, 15px); option{ padding: 10px; } } .dropdown-arrow{ position: relative; &::after { background: transparent none repeat scroll 0 0; color: #282828; content: "\f107"; cursor: pointer; font-family: "FontAwesome"; font-size: 14px; height: 100%; line-height: 25px; pointer-events: none; position: absolute; @include rtl-right(15px); text-align: center; top: 15px; width: 10px; } } //price .filter_select{ @include rtl-padding(0px ,40px ,0px, 15px); position: relative; line-height: 50px; &::after { background: transparent none repeat scroll 0 0; color: #282828; content: "\f107"; cursor: pointer; font-family: "FontAwesome"; font-size: 14px; height: 100%; line-height: 25px; pointer-events: none; position: absolute; @include rtl-right(15px); text-align: center; top: 0px; width: 10px; @include transition(0.4s); @include transition-delay(0.4s); } } .filter_select{ &.active{ &::after{ @include transition(0.4s); @include transition-delay(0.4s); content: "\f106"; } } } } .product-image{ .countdown-times{ display: table; position: absolute; margin-top:0px; top:55%; @include rtl-left(0px); width: 100%; background: rgba(237, 239, 242, 0.7) none repeat scroll 0 0; padding: 10px; color: $color-title; font-size: 12px; b{ color: $theme-color; } >*{ display: table-cell; } } }