抖音c端
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.

92 regels
1.9 KiB

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