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.

105 lines
2.0 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: 44px;
  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 .img {
  36. width: 70%;
  37. height: 100%;
  38. position: absolute;
  39. left: 50%;
  40. top: 50%;
  41. transform: translate(-50%,-50%);
  42. }
  43. @font-face {
  44. font-family: 'iconfont'; /* project id 1353695 */
  45. src: url('//at.alicdn.com/t/font_1353695_nyv2ld9xqk8.eot');
  46. src: url('//at.alicdn.com/t/font_1353695_nyv2ld9xqk8.eot?#iefix') format('embedded-opentype'),
  47. url('//at.alicdn.com/t/font_1353695_nyv2ld9xqk8.woff2') format('woff2'),
  48. url('//at.alicdn.com/t/font_1353695_nyv2ld9xqk8.woff') format('woff'),
  49. url('//at.alicdn.com/t/font_1353695_nyv2ld9xqk8.ttf') format('truetype'),
  50. url('//at.alicdn.com/t/font_1353695_nyv2ld9xqk8.svg#iconfont') format('svg');
  51. }
  52. .iconfont {
  53. font-family: "iconfont" !important;
  54. font-size: 16px;
  55. font-style: normal;
  56. -webkit-font-smoothing: antialiased;
  57. -moz-osx-font-smoothing: grayscale;
  58. }
  59. .icon-daohangdizhiweizhi:before {
  60. content: "\e787";
  61. }
  62. .locations{
  63. font-size: 28rpx;
  64. display: inline-block;
  65. width: 200rpx;
  66. overflow: hidden;
  67. text-overflow:ellipsis;
  68. white-space: nowrap;
  69. }
  70. .pick-box{
  71. width: 260rpx;
  72. padding-left: 20rpx;
  73. }
  74. .titleBox{
  75. width: 100%;
  76. display: flex;
  77. justify-content: center;
  78. }
  79. .title {
  80. color: #000;
  81. position: absolute;
  82. left: 104px;
  83. right: 104px;
  84. font-weight: 600;
  85. font-size: 32rpx;
  86. text-align: center;
  87. overflow: hidden;
  88. text-overflow: ellipsis;
  89. white-space: nowrap;
  90. }
  91. /* .jituan{
  92. width: 24rpx;
  93. height: 14rpx;
  94. color: #000;
  95. margin-top: 16rpx;
  96. margin-left: 10rpx;
  97. } */