extraction-order.css 385 B

1234567891011121314151617181920212223
  1. /*
  2. * 导航
  3. */
  4. .nav-base .item {
  5. width: 33.33%;
  6. }
  7. /*
  8. * 搜索
  9. */
  10. .search-drag {
  11. width: 35px;
  12. height: 35px;
  13. line-height: 48px;
  14. background: hsla(0, 0%, 0%, 0.01);
  15. margin-top: calc(100vh - 260rpx);
  16. margin-left: calc(50% - 17px);
  17. box-shadow: 0px 3rpx 16rpx rgba(0, 0, 0, 0.2);
  18. padding: 5px;
  19. /* #ifdef H5 */
  20. line-height: 26px;
  21. /* #endif */
  22. }