index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .search-wrap.data-v-482e85b8 {
  28. width: 100%;
  29. height: 90rpx;
  30. border-top: 1px solid #ddd;
  31. background: #fff;
  32. }
  33. .search-wrap .field-box.data-v-482e85b8 {
  34. position: relative;
  35. z-index: 1;
  36. }
  37. .search-wrap .field-box input.data-v-482e85b8 {
  38. width: 610rpx;
  39. float: left;
  40. height: 64rpx;
  41. line-height: 64rpx;
  42. border: 1px solid #bfbfbf;
  43. border-radius: 15rpx;
  44. background-color: #fff;
  45. position: relative;
  46. top: 12rpx;
  47. left: 20rpx;
  48. text-indent: 70rpx;
  49. font-size: 26rpx;
  50. color: #333;
  51. }
  52. .search-wrap .field-box.data-v-482e85b8::before {
  53. z-index: 10;
  54. position: absolute;
  55. content: "\e629";
  56. left: 40rpx;
  57. top: 25rpx;
  58. font-size: 38rpx;
  59. color: #aaa;
  60. }
  61. .search-wrap .field-btn button.data-v-482e85b8 {
  62. float: right;
  63. background-color: #fff;
  64. border: none;
  65. font-size: 28rpx;
  66. width: 110rpx;
  67. height: 64rpx;
  68. line-height: 64rpx;
  69. position: relative;
  70. top: 12rpx;
  71. }
  72. .search-host-list.data-v-482e85b8 {
  73. width: 100%;
  74. margin-top: 10px;
  75. height: auto !important;
  76. height: 100px;
  77. min-height: 100px;
  78. padding: 10px 0;
  79. background-color: #fff;
  80. }
  81. .search-host-list .host-list .title.data-v-482e85b8 {
  82. float: left;
  83. color: #666;
  84. font-size: 16px;
  85. width: 100%;
  86. height: 45px;
  87. line-height: 45px;
  88. text-indent: 10px;
  89. }
  90. .search-host-list .host-list .list text.data-v-482e85b8 {
  91. font-size: 14px;
  92. padding: 5px 10px;
  93. background-color: #f1f1f1;
  94. color: #333;
  95. margin: 5px 10px;
  96. border-radius: 10px;
  97. float: left;
  98. }