mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-26 17:27:23 +08:00
登录页面底部圆角问题
This commit is contained in:
@@ -101,8 +101,8 @@ const options = [
|
|||||||
key: 'Girl'
|
key: 'Girl'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'In My Life',
|
label: 'login',
|
||||||
key: 'In My Life'
|
key: 'login'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '退出登录',
|
label: '退出登录',
|
||||||
@@ -119,6 +119,9 @@ const selectItem = (key: any) => {
|
|||||||
localStorage.clear()
|
localStorage.clear()
|
||||||
})
|
})
|
||||||
break;
|
break;
|
||||||
|
case 'login':
|
||||||
|
router.push("/login")
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -116,9 +116,10 @@ const loginPhone = async () => {
|
|||||||
.phone-login {
|
.phone-login {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
height: 550px;
|
height: 550px;
|
||||||
@apply rounded-2xl bg-cover bg-no-repeat relative overflow-hidden;
|
@apply rounded-2xl rounded-b-none bg-cover bg-no-repeat relative overflow-hidden;
|
||||||
background-image: url(https://z3.ax1x.com/2021/09/30/4IMyUx.jpg);
|
background-image: url(https://z3.ax1x.com/2021/09/30/4IMyUx.jpg);
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
|
box-shadow: inset 0px 0px 20px 5px #0000005e;
|
||||||
|
|
||||||
.bg {
|
.bg {
|
||||||
@apply absolute w-full h-full bg-black opacity-30;
|
@apply absolute w-full h-full bg-black opacity-30;
|
||||||
@@ -134,6 +135,7 @@ const loginPhone = async () => {
|
|||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
color: #ffffff99;
|
color: #ffffff99;
|
||||||
@apply absolute bg-black flex justify-center text-lg font-bold cursor-pointer;
|
@apply absolute bg-black flex justify-center text-lg font-bold cursor-pointer;
|
||||||
|
box-shadow: 10px 0px 20px #000000a9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|||||||
Reference in New Issue
Block a user