weliam-smartcity智慧城市
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

131 lines
2.6 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.pop-mask {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 997;
background: rgba(0, 0, 0, 0.5);
}
.isPageScroll {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 999;
}
.tabBar-list {
height: 80rpx;
line-height: 80rpx;
position: relative;
z-index: 997;
}
.pop-content {
position: absolute;
left: 0;
top: 80rpx;
z-index: 998;
opacity: 0;
visibility: 0;
transition: all .25s ease-in;
border-radius: 0rpx 0rpx 30rpx 30rpx;
border-top: 1rpx solid #eeeeee;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.pop-content.show {
width: 100vw;
max-height: 830rpx;
opacity: 1;
visibility: 1;
}
.cityScroll {
width: 50%;
max-height: 740rpx;
}
.classScroll {
width: 100%;
max-height: 780rpx;
overflow-y: scroll;
position: relative;
}
.left {
flex: 1;
text-align: center;
}
.left image {
width: 30rpx;
height: 30rpx;
}
.right {
position: relative;
}
.right image {
width: 30rpx;
height: 30rpx;
margin: auto;
position: absolute;
left: 22%;
top: 10rpx;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.city-list-item:last-child {
margin: 0 !important;
}
.class_listOne {
overflow-y: scroll;
}
.class_Twolist {
z-index: 1000;
position: fixed;
left: 50%;
top: 80rpx;
width: 100%;
max-height: 798rpx;
padding-left: 30rpx;
padding-top: 30rpx;
padding-bottom: 54rpx;
}
.class_TwoScroll {
width: 100%;
max-height: 730rpx;
}
.tabBar-itemTitle {
width: auto;
}
.industry-item {
padding: 5rpx 10rpx;
width: 200rpx;
line-height: 100rpx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}