Floating right component added, personal pages style fixed

This commit is contained in:
Vion
2022-01-21 23:34:49 +08:00
parent 64d4b856c0
commit 60c6a6b8b4
15 changed files with 384 additions and 397 deletions

View File

@@ -2,12 +2,22 @@ ul li ol li em strong i {
list-style: none;
font-style: normal;
}
.rc-header {
width: 100%;
}
.rc-center{
overflow:hidden;
}
.rc-title{
img{
width: 96px;
height: 96px;
margin:0 auto;
}
}
.userer{
img{
margin-left:auto;
margin-right:auto;
}
}
//手机端
@media screen and (max-width: 768px) {
.ts-mypersonal{
@@ -45,13 +55,6 @@ ul li ol li em strong i {
color:#333333;
font-size: 26px;
}
.rc-title{
img{
width: 96px;
height: 96px;
}
}
.userer{
img{
width: 210px;
@@ -246,10 +249,10 @@ ul li ol li em strong i {
//pc端
@media screen and (min-width: 769px) {
/deep/.el-dialog {
width: 440px;
height: 652px;
}
/deep/.el-dialog {
width: 440px;
height: 652px;
}
.ts-mypersonal{
margin-left:0;
.rc-column{