Compare commits
2 Commits
414d2ae8b0
...
c402cbc74c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c402cbc74c | ||
|
|
a9f8371d0a |
@@ -26,7 +26,7 @@ const adGoto = () => {
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style>
|
||||
.ad-wrapper {
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
@@ -48,6 +48,12 @@ const adGoto = () => {
|
||||
background-size: 100%;
|
||||
}
|
||||
|
||||
.btn-ad wx-open-launch-weapp#launch-btn{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.close {
|
||||
position: absolute;
|
||||
width: 8.148148vw;
|
||||
|
||||
@@ -316,8 +316,12 @@ onUnmounted(() => {
|
||||
position: absolute;
|
||||
bottom: 18vw;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
font-size: 5vw;
|
||||
width: 80%;
|
||||
left: 10%;
|
||||
font-size: 6vw;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-weight: 700;
|
||||
color: rgb(255, 255, 255);
|
||||
text-shadow:
|
||||
|
||||
Reference in New Issue
Block a user