Commit 2e6170dc by 杨翰文

feat: 轮播字体修改

parent 93d887f5
...@@ -390,7 +390,7 @@ ...@@ -390,7 +390,7 @@
.pic-modal-wrap .pic{ .pic-modal-wrap .pic{
user-select:none; user-select:none;
width: 90%; width: 80%;
} }
......
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
.pic-modal-wrap .pic{ .pic-modal-wrap .pic{
user-select:none; user-select:none;
width: 90%; width: 80%;
} }
.modal-wrap{ .modal-wrap{
......
...@@ -13,6 +13,12 @@ ...@@ -13,6 +13,12 @@
<script src="./libs/jweixin-1.6.0.js"></script> <script src="./libs/jweixin-1.6.0.js"></script>
<link rel="stylesheet" href="./libs/swiper3d/src/css/3dSwiper.css"> <link rel="stylesheet" href="./libs/swiper3d/src/css/3dSwiper.css">
<style> <style>
@font-face {
font-family: myFont;
src: url('./font/ltzk.ttf');
}
*{ *{
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
...@@ -78,7 +84,10 @@ ...@@ -78,7 +84,10 @@
.swiper-current-text{ .swiper-current-text{
text-align: center; text-align: center;
font-size: 18px; font-size: 30px;
position: relative;
top: 0.4rem;
font-family: myFont;
} }
</style> </style>
</head> </head>
......
...@@ -240,6 +240,7 @@ ...@@ -240,6 +240,7 @@
font-weight: bold; font-weight: bold;
color: #FFFFFF; color: #FFFFFF;
line-height: 0.8rem; line-height: 0.8rem;
text-shadow: 0 0 0.1rem rgba(0,0,0,1);
} }
.poster-content__content{ .poster-content__content{
width: 4.12rem; width: 4.12rem;
...@@ -249,6 +250,7 @@ ...@@ -249,6 +250,7 @@
font-weight: bold; font-weight: bold;
color: #FFFFFF; color: #FFFFFF;
line-height: 0.36rem; line-height: 0.36rem;
text-shadow: 0 0 0.1rem rgba(0,0,0,1);
} }
.poster-content__qrcode{ .poster-content__qrcode{
width: 1.07rem; width: 1.07rem;
...@@ -323,7 +325,7 @@ ...@@ -323,7 +325,7 @@
.pic-modal-wrap .pic{ .pic-modal-wrap .pic{
user-select:none; user-select:none;
width: 90%; width: 80%;
} }
</style> </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