149 lines
2.7 KiB
CSS
149 lines
2.7 KiB
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 2576965 */
|
|
src: url('http://at.alicdn.com/t/font_2576965_g3xukxxa1z.woff2?t=1626173792950') format('woff2'),
|
|
url('http://at.alicdn.com/t/font_2576965_g3xukxxa1z.woff?t=1626173792950') format('woff'),
|
|
url('http://at.alicdn.com/t/font_2576965_g3xukxxa1z.ttf?t=1626173792950') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-closedx:before {
|
|
content: "\e684";
|
|
}
|
|
|
|
.icon-suoxiao1:before {
|
|
content: "\e611";
|
|
}
|
|
|
|
.icon-zuo:before {
|
|
content: "\e604";
|
|
}
|
|
|
|
.icon-fangda:before {
|
|
content: "\e605";
|
|
}
|
|
|
|
.icon-fullscreen:before {
|
|
content: "\e623";
|
|
}
|
|
|
|
.icon-shuaxin:before {
|
|
content: "\e627";
|
|
}
|
|
|
|
.icon-suoxiao:before {
|
|
content: "\e610";
|
|
}
|
|
|
|
.icon-play:before {
|
|
content: "\e664";
|
|
}
|
|
|
|
.icon-zhankai-copy:before {
|
|
content: "\e62a";
|
|
}
|
|
|
|
.icon-zhankai:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-gouwuchekong:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-chakan:before {
|
|
content: "\e618";
|
|
}
|
|
|
|
.icon-pinglun:before {
|
|
content: "\e629";
|
|
}
|
|
|
|
.icon-shangchuan:before {
|
|
content: "\e612";
|
|
}
|
|
|
|
.icon-sousuo:before {
|
|
content: "\e60d";
|
|
}
|
|
|
|
.preview {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 99;
|
|
}
|
|
.preview .preview_black{
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #0000008c;
|
|
position: absolute;
|
|
}
|
|
.preview .preview_main{
|
|
position: relative;
|
|
z-index: 999;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
}
|
|
.preview_main .show {
|
|
height: 100%;
|
|
}
|
|
.preview_main .closed {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 10px;
|
|
font-size: 20px;
|
|
color: #fff;
|
|
z-index: 99;
|
|
}
|
|
.preview_main .preview_page i {
|
|
font-size: 30px;
|
|
font-weight: bolder;
|
|
}
|
|
.preview_main .preview_page {
|
|
|
|
color: #fff;
|
|
z-index: 99;
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.preview_action {
|
|
width: 282px;
|
|
height: 44px;
|
|
padding: 0 23px;
|
|
background-color: #606266;
|
|
position: absolute;
|
|
left: 50%;
|
|
bottom: 30px;
|
|
transform: translateX(-50%);
|
|
border-color: #fff;
|
|
border-radius: 22px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
color: #fff;
|
|
}
|
|
.preview_action i {
|
|
font-size: 18px;
|
|
}
|
|
.leftx {
|
|
transform: rotateY(180deg);
|
|
} |