forked from huiyan-fe/mapv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathedit.css
More file actions
30 lines (25 loc) · 2.53 KB
/
Copy pathedit.css
File metadata and controls
30 lines (25 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.E-layers { position: absolute; right: 10px; top:10px; overflow: hidden; width:50px; bottom: 0;}
.E-layers-block { cursor: pointer; text-align: center; padding:5px; width: 40px; height: 40px; line-height: 35px; background: #fb4f4f; z-index: 10000; color:#fff; font-size: 20px; margin-bottom: 10px;}
.E-add { text-align: center; font-size: 30px; cursor: pointer;}
.E-funBox { position: absolute; top:10px; right:70px; width: 400px; background: white; z-index: 10000; box-shadow: 0 0 20px rgba(0,0,0,0.1); border:1px solid #ddd; }
.E-funBox-title { width: 100%; height: 50px; line-height: 50px; color:#666; text-indent: 10px; background: #dedede; }
.E-funBox-content {width: 100%; padding: 10px 0; }
.E-upload { margin:20px; border:4px dashed #ccc; padding: 40px 0; text-align: center; color:#999; font-size: 20px;}
.E-eidt { padding: 10px; max-height: 450px; overflow: auto; overflow-x: hidden;}
.E-editTitle { color: #b3b3b3; font-size: 14px; }
.E-editBlock { overflow: hidden; padding: 6px 0;}
.E-type { float: left; padding: 0 10px; height: 40px; line-height: 40px; text-align: center; background: #FFCCCC; margin-right: 10px; margin-bottom: 10px; color:#fff; text-decoration: none; }
.E-type-active { background: #fb4f4f; }
.E-input { border:1px solid #ccc; width: 375px ; padding: 0; height:30px; font-size: 14px; text-indent: 10px; color:#999; }
.E-button { width: 80px; height: 30px; background: #FFCCCC; border:none; font-size: 14px; margin-right: 5px; color:#fff; }
.E-button-active { background: #fb4f4f; }
.E-label { background: #FFCCCC; height: 30px; display: inline-block; line-height: 30px; padding: 0 10px; color:#fff; font-size: 14px;}
.E-label-active {background: #fb4f4f; }
.E-mapstyle { position: absolute; top:10px; left:10px; }
.E-maystyle-day,.E-maystyle-night { display: inline-block; width:50px; height:50px; background: #FFCCCC; margin-right: 5px; position: relative; overflow: hidden; border-radius: 2px; }
.E-maystyle-night::after { content: ' '; position: absolute; top:10px; left:12px; width:30px; height: 30px; background: white; border-radius: 20px; z-index: 10;}
.E-maystyle-night::before { content: ' '; position: absolute; top:2px; left:22px; width:30px; height: 30px; background: #FFCCCC; border-radius: 20px; z-index: 100;}
.E-maystyle-day::after { content: ' '; position: absolute; top:10px; left:10px; width:30px; height: 30px; background: white; border-radius: 20px; z-index: 10;}
.E-maystyle-active { background: #fb4f4f; }
.E-maystyle-active::before { background: #fb4f4f; }
.E-maystyle-active::after { box-shadow: -1px 3px 4px rgba(0,0,0,0.2);}