48 Star 115 Fork 4

SuperMap/iClient-JavaScript

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DataFlow.css 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
/** dataFlow 数据流服务样式**/
.component-init-center {
text-align: center;
}
.component-dataflow__container {
line-height: 36px;
}
.component-dataflow__container div {
float: left;
min-width: 300px;
}
/*输入框*/
.component-input-default {
position: relative;
border: #D9D9D9 solid 0.2px;
background-color: #ffffff;
}
.component-input-default:hover {
border: #108FE9 solid 0.2px;
}
.component-input-default input[type='text'] {
margin: 2px;
font-family: MicrosoftYaHei;
font-size: 12px;
color: #919191;
height: 18px;
min-width: 292px;
line-height: 18px;
padding-left: 8px;
padding-right: 25px;
border: none !important;
outline: none !important;
}
/*组件输入框清除按钮*/
.component-dataflow__container .supermapol-icons-close:before {
content: "\e6ae";
}
.component-input-default input[type='text'] ~ span.supermapol-icons-close {
position: absolute;
right: 5px;
cursor: pointer;
color: #E9E9E9;
width: 20px;
height: 20px;
line-height: 20px;
top: 9px;
text-align: center;
z-index: 10;
}
/*组件按钮默认样式*/
.component-button-default {
position: relative;
margin: 0 5px;
padding: 0 10px;
height: 36px;
font-size: 16px;
color: #ffffff;
text-align: center;
letter-spacing: .75px;
line-height: 32px;
border-radius: 4px;
cursor: pointer;
background-color: #108EE9;
outline: none;
border: none;
}
.component-button-default:hover {
background-color: #38ADF5;
color: #ffffff;
border: none;
cursor: pointer;
}
/*复选框 todo 统一采用空间分析复选框样式*/
.component-checkbox-container {
margin: 10px auto;
}
.component-checkbox-default {
position: absolute;
margin-top: 1px;
height: 14px;
width: 14px;
}
.component-checkbox-default:hover {
cursor: pointer;
}
.component-label {
margin-left: 20px;
line-height: 16px;
font-size: 12px;
color: #919191;
}
.component-label-selected {
color: #595959 !important;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/isupermap/iClient-JavaScript.git
git@gitee.com:isupermap/iClient-JavaScript.git
isupermap
iClient-JavaScript
iClient-JavaScript
master

搜索帮助