@charset "UTF-8"; /*** 全局scss 变量和方法 存放处 */ /* 引入minxin */ /* 颜色变量 */ /*图片地址*/ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .app-search-module.data-v-637da32c { width: 100%; display: -webkit-box; display: flex; display: -webkit-flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; } .app-search-module .map-search.data-v-637da32c { display: -webkit-box; display: flex; display: -webkit-flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; width: 100%; height: 100%; border-radius: 30rpx; } .app-search-module .map-search .icon-wrap.data-v-637da32c { margin-left: 20rpx; width: 40rpx; } .app-search-module .map-search .icon-wrap .iconfont.data-v-637da32c { color: #ccc; font-size: 32rpx; } .app-search-module .map-search .input-wrap.data-v-637da32c { width: calc(100% - 90rpx); height: 80rpx; margin-left: 14rpx; } .app-search-module .map-search .input-wrap input.data-v-637da32c { height: 100%; font-size: 30rpx !important; text-align: left; } .app-search-module .map-search .input-wrap .placeholder.data-v-637da32c { color: #ccc; } .app-search-module .search-btn.data-v-637da32c { height: 100%; padding: 0 20rpx; -webkit-flex-shrink: 0; flex-shrink: 0; margin-left: 20rpx; background-color: inherit; }