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