177 lines
4.0 KiB
Plaintext
177 lines
4.0 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.nyn-city-list-container.data-v-e7a7eae0 {
|
||
padding: 0 48rpx;
|
||
background: #fff;
|
||
height: 100%;
|
||
overflow: hidden;
|
||
/* 隐藏滚动条 */
|
||
}
|
||
.nyn-city-list-container .ynq-AutoAddress.data-v-e7a7eae0 {
|
||
margin: 48rpx 0;
|
||
}
|
||
.nyn-city-list-container .scroll-view.data-v-e7a7eae0 {
|
||
scrollbar-width: none;
|
||
/* Firefox */
|
||
}
|
||
.nyn-city-list-container .scroll-view.data-v-e7a7eae0::-webkit-scrollbar {
|
||
display: none;
|
||
/* Chrome, Safari */
|
||
}
|
||
.nyn-city-list-container .input-view.data-v-e7a7eae0 {
|
||
width: 92%;
|
||
display: flex;
|
||
background-color: #f5f5f5;
|
||
height: 60rpx;
|
||
border-radius: 30rpx;
|
||
padding: 0 4%;
|
||
flex-wrap: nowrap;
|
||
margin: 10rpx 0;
|
||
line-height: 60rpx;
|
||
margin-left: 10rpx;
|
||
color: #b9b9b9;
|
||
}
|
||
.nyn-city-list-container .input-view .uni-icon.data-v-e7a7eae0 {
|
||
line-height: 60rpx !important;
|
||
font-size: 24rpx;
|
||
}
|
||
.nyn-city-list-container .input-view .uni-icons.data-v-e7a7eae0 {
|
||
font-size: 32rpx !important;
|
||
}
|
||
.nyn-city-list-container .input-view .input.data-v-e7a7eae0 {
|
||
height: 60rpx;
|
||
line-height: 60rpx;
|
||
width: 94%;
|
||
padding: 0 2%;
|
||
font-size: 24rpx;
|
||
}
|
||
.search.data-v-e7a7eae0 {
|
||
background-color: #ffffff;
|
||
border: 1px solid #cccccc;
|
||
width: 686rpx;
|
||
border-radius: 100rpx;
|
||
margin: 20rpx auto;
|
||
padding: 4rpx;
|
||
}
|
||
.search input.data-v-e7a7eae0 {
|
||
line-height: 60rpx;
|
||
text-align: left;
|
||
padding-left: 20rpx;
|
||
}
|
||
/* 首字母样式 */
|
||
.searchLetter.data-v-e7a7eae0 {
|
||
position: fixed;
|
||
right: 0;
|
||
top: 20%;
|
||
width: 30px;
|
||
height: 80%;
|
||
text-align: center;
|
||
justify-content: center;
|
||
display: flex;
|
||
flex-direction: column;
|
||
color: #666;
|
||
background-color: #fff;
|
||
z-index: 1;
|
||
}
|
||
.searchLetter view.data-v-e7a7eae0 {
|
||
height: 50rpx;
|
||
}
|
||
/* 右边首字母样式 */
|
||
.touchClass.data-v-e7a7eae0 {
|
||
color: #666;
|
||
font-size: 28rpx;
|
||
}
|
||
/* 居中显示的选中首字母 */
|
||
.cont_Letter.data-v-e7a7eae0 {
|
||
background-color: #666;
|
||
color: #fff;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
position: fixed;
|
||
top: 50%;
|
||
left: 50%;
|
||
margin: -50px;
|
||
width: 100px;
|
||
height: 100px;
|
||
border-radius: 10px;
|
||
font-size: 26px;
|
||
z-index: 1;
|
||
}
|
||
/* 循环数据首字母检索 */
|
||
.list_letter.data-v-e7a7eae0 {
|
||
display: flex;
|
||
background-color: #fff;
|
||
height: 30px;
|
||
color: #2a2a2a;
|
||
font-size: 26rpx;
|
||
align-items: center;
|
||
position: -webkit-sticky;
|
||
position: sticky;
|
||
top: 0;
|
||
}
|
||
/* 城市样式 */
|
||
.item_city.data-v-e7a7eae0 {
|
||
display: flex;
|
||
background-color: #fff;
|
||
height: 40px;
|
||
line-height: 40px;
|
||
color: #2a2a2a;
|
||
font-size: 28rpx;
|
||
align-items: center;
|
||
border-bottom: 1px solid #f8f8f8;
|
||
}
|
||
.hot.data-v-e7a7eae0 {
|
||
background: #ffffff;
|
||
display: flex;
|
||
flex-flow: wrap;
|
||
margin: 10px 0px;
|
||
justify-content: space-between;
|
||
}
|
||
.hot .hot-item.data-v-e7a7eae0 {
|
||
font-size: 28rpx;
|
||
padding: 4px 11px;
|
||
border-radius: 6px;
|
||
margin-bottom: 8px;
|
||
background: #f5f5f6;
|
||
width: 17%;
|
||
text-align: center;
|
||
}
|
||
.list .eng.data-v-e7a7eae0 {
|
||
background: #ffffff;
|
||
padding: 30rpx;
|
||
color: #212121;
|
||
}
|
||
.list .text.data-v-e7a7eae0 {
|
||
color: #212121;
|
||
font-size: 28rpx;
|
||
height: 40px;
|
||
line-height: 40px;
|
||
border-bottom: 1px solid #e6e6e6;
|
||
}
|
||
|