
--- client/resources/css/user/main.css
+++ client/resources/css/user/main.css
... | ... | @@ -357,6 +357,7 @@ |
357 | 357 |
background-clip: content-box, border-box; |
358 | 358 |
border: 3px solid transparent; |
359 | 359 |
border-radius: 32px; |
360 |
+ cursor: pointer; |
|
360 | 361 |
} |
361 | 362 |
|
362 | 363 |
.box:hover { |
... | ... | @@ -457,6 +458,7 @@ |
457 | 458 |
width: 420px; |
458 | 459 |
border: 1px solid #eeeeee; |
459 | 460 |
border-radius: 22px; |
461 |
+ cursor: pointer; |
|
460 | 462 |
|
461 | 463 |
.img-area { |
462 | 464 |
height: 231px; |
... | ... | @@ -477,6 +479,7 @@ |
477 | 479 |
padding: 18px 7px; |
478 | 480 |
border-top: 1px solid #eeeeee; |
479 | 481 |
align-items: center; |
482 |
+ cursor: pointer; |
|
480 | 483 |
|
481 | 484 |
&:last-child { |
482 | 485 |
border-bottom: 1px solid #eeeeee; |
--- client/resources/css/user/sub.css
+++ client/resources/css/user/sub.css
... | ... | @@ -417,16 +417,29 @@ |
417 | 417 |
border: 1px solid #cccccc; |
418 | 418 |
border-radius: 5px; |
419 | 419 |
flex-shrink: 0; |
420 |
- padding: 0 10px; |
|
421 | 420 |
line-height: 30px; |
422 | 421 |
margin-left: 30px; |
423 | 422 |
|
424 | 423 |
select { |
425 |
- |
|
424 |
+ background: url(../../images/icon/select.png) calc(100% - 5px) center no-repeat; |
|
426 | 425 |
width: 100%; |
426 |
+ padding: 5px 30px 5px 10px; |
|
427 | 427 |
border: 0; |
428 | 428 |
font-size: 14px; |
429 |
+ -o-appearance: none; |
|
430 |
+ -webkit-appearance: none; |
|
431 |
+ -moz-appearance: none; |
|
432 |
+ appearance: none; |
|
433 |
+ outline: 0 none; |
|
429 | 434 |
} |
435 |
+ select::-ms-expand { |
|
436 |
+ display: none; |
|
437 |
+ |
|
438 |
+ } |
|
439 |
+ select option { |
|
440 |
+ padding: 3px 0; |
|
441 |
+ } |
|
442 |
+ |
|
430 | 443 |
} |
431 | 444 |
|
432 | 445 |
.search-result { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?