附件icon样式兼容苹果

pull/23/head
taoshihan1991 4 years ago
parent 66ba6ac90e
commit 4207108c29

@ -144,22 +144,21 @@
content: '';
float: left;
background-color: #9da0a0;
width: 1.5em;
height: 0.45em;
margin-left: 0.07em;
margin-bottom: -0.07em;
border-top-left-radius: 0.1em;
border-top-right-radius: 0.1em;
box-shadow: 1.25em 0.25em 0 0em #9da0a0;
width: 15px;
height: 3px;
margin-left: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
box-shadow: 2px 2px 0 0 #9da0a0;
}
.folderBtn:after {
content: '';
float: left;
clear: left;
background-color: #d4d6d6;
width: 2.5em;
height: 1.8em;
border-radius: 0.1em;
width: 33px;
height: 22px;
border-radius: 1px;
}
.visitorImageBtn{
float: left;

@ -13,7 +13,7 @@
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="/static/css/front.css?v=0.2.3" />
<link rel="stylesheet" href="/static/css/common.css?v=0.2.4" />
<link rel="stylesheet" href="/static/css/common.css?v=0.2.5" />
</head>
<body>
<div id="app" class="chatCenter">

Loading…
Cancel
Save