app-search.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .app-search-module.data-v-637da32c {
  21. width: 100%;
  22. display: -webkit-box;
  23. display: flex;
  24. display: -webkit-flex;
  25. -webkit-box-align: center;
  26. -webkit-align-items: center;
  27. align-items: center;
  28. -webkit-box-pack: justify;
  29. -webkit-justify-content: space-between;
  30. justify-content: space-between;
  31. }
  32. .app-search-module .map-search.data-v-637da32c {
  33. display: -webkit-box;
  34. display: flex;
  35. display: -webkit-flex;
  36. -webkit-box-align: center;
  37. -webkit-align-items: center;
  38. align-items: center;
  39. -webkit-box-pack: start;
  40. -webkit-justify-content: flex-start;
  41. justify-content: flex-start;
  42. width: 100%;
  43. height: 100%;
  44. border-radius: 30rpx;
  45. }
  46. .app-search-module .map-search .icon-wrap.data-v-637da32c {
  47. margin-left: 20rpx;
  48. width: 40rpx;
  49. }
  50. .app-search-module .map-search .icon-wrap .iconfont.data-v-637da32c {
  51. color: #ccc;
  52. font-size: 32rpx;
  53. }
  54. .app-search-module .map-search .input-wrap.data-v-637da32c {
  55. width: calc(100% - 90rpx);
  56. height: 80rpx;
  57. margin-left: 14rpx;
  58. }
  59. .app-search-module .map-search .input-wrap input.data-v-637da32c {
  60. height: 100%;
  61. font-size: 30rpx !important;
  62. text-align: left;
  63. }
  64. .app-search-module .map-search .input-wrap .placeholder.data-v-637da32c {
  65. color: #ccc;
  66. }
  67. .app-search-module .search-btn.data-v-637da32c {
  68. height: 100%;
  69. padding: 0 20rpx;
  70. -webkit-flex-shrink: 0;
  71. flex-shrink: 0;
  72. margin-left: 20rpx;
  73. background-color: inherit;
  74. }