...
|
...
|
@@ -8,6 +8,7 @@ |
|
|
<link rel="stylesheet" href="/assets/cai/css/picDetail.css">
|
|
|
<style>
|
|
|
video, img {
|
|
|
display: block;
|
|
|
width:100%;
|
|
|
}
|
|
|
.tips_box {
|
...
|
...
|
@@ -17,7 +18,7 @@ |
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
-webkit-box-sizing: border-box;
|
|
|
-moz-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
...
|
...
|
@@ -44,17 +45,19 @@ |
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
.tips_txt {
|
|
|
font-size: 0.28rem;
|
|
|
color: rgba(0, 0, 0, 0.8);
|
|
|
color: rgba(255, 255, 255, 0.8);
|
|
|
}
|
|
|
|
|
|
.tips_icon {
|
|
|
width: 0.68rem;
|
|
|
height: 0.68rem;
|
|
|
margin: 0.2rem 0;
|
|
|
margin: 0 0.2rem;
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
.tips_icon>img {
|
...
|
...
|
|