<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<title></title>
</head>
<style>
div{
margin-top: 30px;
display: flex;
justify-content: center;
align-items: center;
}
#header{
width:200px;
height:200px;
border-radius: 200px;
}
#nicheng{
text-align: center;
font-size: 200%;
}
.oauth-area {
position: absolute;
bottom: 20px;
height: 50px;
width: 100%;
left: 0;
text-align: center;
}
.oauth-area .oauth-btn {
border: 1px solid #ddd;
display: inline-block;
height:50px;
width:50px;
background-repeat: no-repeat;
background-size: 30px 30px;
background-position: center;
border-radius: 30px;
margin:0 10px;
}
</style>
<body>
<hea
MUI实现第三方登录
最新推荐文章于 2024-02-27 14:54:47 发布