C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

90 行
1.8 KiB

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