首页地图坐标样式修改。

This commit is contained in:
Renpc-kilig 2020-11-11 17:52:10 +08:00
parent d0c5ba1b5e
commit a44c743d5e

View File

@ -11,10 +11,10 @@
<link rel="stylesheet" href="assets/layuiadmin/style/admin.css" media="all"> <link rel="stylesheet" href="assets/layuiadmin/style/admin.css" media="all">
<style> <style>
*{margin:0;padding:0;} *{margin:0;padding:0;}
.marker-container{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%)} .marker-container{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);cursor: pointer}
.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} .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;} .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;} .bottom{width :0px;height :0px;border-top: 20px solid red;border-left: 18px solid transparent;border-right: 17px solid transparent;}
</style> </style>
</head> </head>