highseas.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. @charset "UTF-8";
  2. /* 需要放到文件最上面 */
  3. /* 水平间距 */
  4. /* 水平间距 */
  5. /*
  6. 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
  7. */
  8. /* 水平间距 */
  9. .high-seas-container .nav {
  10. height: 100%;
  11. background: #fff;
  12. width: 100%;
  13. display: flex;
  14. align-items: center;
  15. }
  16. .high-seas-container .nav .nav-city {
  17. height: 50rpx;
  18. max-width: 160rpx;
  19. min-width: 120rpx;
  20. border-radius: 50rpx;
  21. border: 1px solid #08979c;
  22. margin-left: 30rpx;
  23. box-sizing: border-box;
  24. display: flex;
  25. align-items: center;
  26. margin-bottom: 4rpx;
  27. }
  28. .high-seas-container .nav .nav-city .city-icon {
  29. margin-left: 10rpx;
  30. margin-top: 4rpx;
  31. }
  32. .high-seas-container .nav .nav-city .city-icon .uni-icons {
  33. color: #08979c !important;
  34. }
  35. .high-seas-container .nav .nav-city .city-name {
  36. color: #08979c;
  37. font-size: 24rpx;
  38. overflow: hidden;
  39. white-space: nowrap;
  40. text-overflow: ellipsis;
  41. padding: 0 20rpx 0 6rpx;
  42. }
  43. .high-seas-container .nav .nav-search {
  44. flex: 1;
  45. width: 0;
  46. border: 1px solid #d9d9d9;
  47. line-height: 1;
  48. padding-left: 30rpx;
  49. color: #8c8c8c;
  50. margin: 0 20rpx;
  51. box-sizing: border-box;
  52. margin-bottom: 4rpx;
  53. font-weight: 200;
  54. height: 64rpx;
  55. border-radius: 64rpx;
  56. line-height: 60rpx;
  57. }
  58. .high-seas-container .nav .wx-operation {
  59. margin-right: 8px;
  60. margin-bottom: 4rpx;
  61. }
  62. .high-seas-container .house-list {
  63. padding: 30rpx;
  64. }