url美化调整路由模式
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="background">
|
||||
<view class="codeContent">
|
||||
<!-- 邀请码图 -->
|
||||
<view class="codeBack">
|
||||
@@ -98,13 +98,14 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
page {
|
||||
background-image: linear-gradient(to top, #7c52fc, #976dff);
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
// 背景色
|
||||
.background{
|
||||
min-height: 100vh;
|
||||
background: linear-gradient(to top, #7c52fc, #976dff);
|
||||
}
|
||||
|
||||
// 背景
|
||||
.codeImg {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user