抖音b端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
1.8 KiB

  1. .navbar {
  2. width: 100vw;
  3. background-color: #F4F5F9;
  4. position: fixed;
  5. left: 0;
  6. top: 0;
  7. overflow: hidden;
  8. z-index: 400000000;
  9. }
  10. .title-container {
  11. height: 44px;
  12. display: flex;
  13. align-items: center;
  14. position: relative;
  15. }
  16. .capsule {
  17. margin-left: 10px;
  18. height: 32px;
  19. /* border: 1px solid #e1e1e3; */
  20. border-radius: 60px;
  21. display: flex;
  22. align-items: center;
  23. padding: 0 20rpx;
  24. /* background: #fff!important; */
  25. }
  26. .capsule > view {
  27. width: 35px;
  28. height: 60%;
  29. position: relative;
  30. }
  31. .capsule > view:nth-child(2) {
  32. border-left: 1px solid #777;
  33. }
  34. .capsule image {
  35. width: 70%;
  36. height: 100%;
  37. position: absolute;
  38. left: 50%;
  39. top: 50%;
  40. transform: translate(-50%,-50%);
  41. }
  42. .title {
  43. color: #000;
  44. position: absolute;
  45. left: 104px;
  46. right: 104px;
  47. font-weight: 600;
  48. font-size: 32rpx;
  49. text-align: center;
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. white-space: nowrap;
  53. }
  54. @font-face {
  55. font-family: 'iconfont'; /* project id 1353695 */
  56. src: url('//at.alicdn.com/t/font_1353695_nyv2ld9xqk8.eot');
  57. src: url('//at.alicdn.com/t/font_1353695_nyv2ld9xqk8.eot?#iefix') format('embedded-opentype'),
  58. url('//at.alicdn.com/t/font_1353695_nyv2ld9xqk8.woff2') format('woff2'),
  59. url('//at.alicdn.com/t/font_1353695_nyv2ld9xqk8.woff') format('woff'),
  60. url('//at.alicdn.com/t/font_1353695_nyv2ld9xqk8.ttf') format('truetype'),
  61. url('//at.alicdn.com/t/font_1353695_nyv2ld9xqk8.svg#iconfont') format('svg');
  62. }
  63. .iconfont {
  64. font-family: "iconfont" !important;
  65. font-size: 16px;
  66. font-style: normal;
  67. -webkit-font-smoothing: antialiased;
  68. -moz-osx-font-smoothing: grayscale;
  69. }
  70. .icon-daohangdizhiweizhi:before {
  71. content: "\e787";
  72. }
  73. .locations{
  74. font-size: 28rpx;
  75. display: inline-block;
  76. width: 200rpx;
  77. overflow: hidden;
  78. text-overflow:ellipsis;
  79. white-space: nowrap;
  80. }
  81. .pick-box{
  82. width: 260rpx;
  83. padding-left: 20rpx;
  84. }