list.scss 327 B

12345678910111213141516171819202122232425
  1. .white-btn {
  2. .wk-search {
  3. font-weight: 400;
  4. font-size: 42rpx;
  5. }
  6. }
  7. .search-box {
  8. width: 100%;
  9. padding: 10rpx 32rpx 20rpx;
  10. .box {
  11. width: 100%;
  12. height: 62rpx;
  13. color: #BBBBBB;
  14. background-color: white;
  15. border-radius: 12rpx;
  16. padding: 0 20rpx;
  17. @include left;
  18. .wk-search {
  19. margin-right: 15rpx;
  20. }
  21. }
  22. }