1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- @import "~@less/variables.less";
- .wrapper {
- position: absolute;
- top: 40px;
- z-index: 99;
- background-color: #fff;
- padding:28px 8px 8px 8px;
- min-width: 300px;
- max-width: 680px;
- box-sizing: border-box;
- margin-bottom: 80px;
- .llStyle;
- }
- .btnWrap{
- span {
- display: inline-block;
- width: 88px;
- height: 44px;
- line-height: 44px;
- text-align: center;
- border: 1px solid transparent;
- box-sizing: border-box;
- }
- .sure {
- float: right;
- color: @blue;
- font-weight: bold;
- cursor: pointer;
- }
- .clear {
- float: left;
- // font-weight: bold;
- bottom: 0;
- cursor: pointer;
- }
- }
- .searchResult {
- .searchResultT {
- img {
- float: right;
- }
- }
- }
|