Commit 2e6170dc by 杨翰文

feat: 轮播字体修改

parent 93d887f5
......@@ -390,7 +390,7 @@
.pic-modal-wrap .pic{
user-select:none;
width: 90%;
width: 80%;
}
......
......@@ -189,7 +189,7 @@
.pic-modal-wrap .pic{
user-select:none;
width: 90%;
width: 80%;
}
.modal-wrap{
......
......@@ -13,6 +13,12 @@
<script src="./libs/jweixin-1.6.0.js"></script>
<link rel="stylesheet" href="./libs/swiper3d/src/css/3dSwiper.css">
<style>
@font-face {
font-family: myFont;
src: url('./font/ltzk.ttf');
}
*{
-webkit-user-select: none;
-moz-user-select: none;
......@@ -78,7 +84,10 @@
.swiper-current-text{
text-align: center;
font-size: 18px;
font-size: 30px;
position: relative;
top: 0.4rem;
font-family: myFont;
}
</style>
</head>
......
......@@ -240,6 +240,7 @@
font-weight: bold;
color: #FFFFFF;
line-height: 0.8rem;
text-shadow: 0 0 0.1rem rgba(0,0,0,1);
}
.poster-content__content{
width: 4.12rem;
......@@ -249,6 +250,7 @@
font-weight: bold;
color: #FFFFFF;
line-height: 0.36rem;
text-shadow: 0 0 0.1rem rgba(0,0,0,1);
}
.poster-content__qrcode{
width: 1.07rem;
......@@ -323,7 +325,7 @@
.pic-modal-wrap .pic{
user-select:none;
width: 90%;
width: 80%;
}
</style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment