首页地图坐标样式修改。
This commit is contained in:
parent
d0c5ba1b5e
commit
a44c743d5e
@ -11,10 +11,10 @@
|
||||
<link rel="stylesheet" href="assets/layuiadmin/style/admin.css" media="all">
|
||||
<style>
|
||||
*{margin:0;padding:0;}
|
||||
.marker-container{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%)}
|
||||
.top{border: 1px solid #FFF;border-bottom: none;overflow:hidden;width:35px;height:20px;background-color:red;border-radius:50px 50px 0 0;padding: 5px 5px 0;box-sizing: border-box;box-shadow: 0 10px 0 #fff}
|
||||
.marker-container{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);cursor: pointer}
|
||||
.top{border: 1px solid #FFF;border-bottom: none;width:35px;height:20px;background-color:red;border-radius:50px 50px 0 0;padding: 5px 5px 0;box-sizing: border-box;box-shadow: 0 10px 0 #fff}
|
||||
.mid{border-left: 1px solid #FFF;border-right: 1px solid #FFF;box-sizing: border-box;width:35px;height:10px;background: red;}
|
||||
.top img{width: 100%;}
|
||||
.top img{width: 100%;border-radius: 50%;}
|
||||
.bottom{width :0px;height :0px;border-top: 20px solid red;border-left: 18px solid transparent;border-right: 17px solid transparent;}
|
||||
</style>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user