地址的更改

This commit is contained in:
952108534@qq.com
2022-01-21 15:30:50 +08:00
parent e730b1210b
commit 7f9a290662
5 changed files with 176 additions and 72 deletions

View File

@@ -3,6 +3,9 @@
margin: 0;
}
@media screen and (max-width:768px){
.userdit{
display: none;
}
.online{
width:100%;
background:#d7d7d7;
@@ -114,8 +117,13 @@ color: #FFFFFF;
@media screen and (min-width: 768px)
{
.rc-max-width--xl{
margin-bottom: 80px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between
}
.rc-button{
@@ -123,75 +131,25 @@ display: none;
}
.usercontend {
display:inline-block;
width: 48%;
margin-top: 40px;
padding: 24px 20px;
}
.usercontend{
margin-top: 40px;
}
.online{
display: none;
}
.rc-button{
display: none;
}
.useredit{
width: 640px;
height: 166px;
background: #FFFFFF;
border: 1px solid #D7D7D7;
border-radius: 3px;
display: flex;
align-items: center;
justify-content: center;
display:inline-block;
margin-left: 35px;
img{
width: 31px;
height: 31px;
}
span{
color: #333333;
font-size: 18px;
}
.alledit{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
}
.usercontend{
.useradd{
width: 680px;
height: 164px;
background: #FFFFFF;
border-radius: 3px;
img{
width: 31px;
height: 31px;
display: block;
}
}
}
.rc-max-width--xl{
.rc-center{
margin-top: 24px;
margin-left: 24px;
}
.rc-cat{
width: 640px;
border: 1px solid #D7D7D7;
border-radius: 3px;
position: relative;
margin-left: 40px;
height: 164px;
box-sizing: border-box;
padding: 20px 20px;
}
.rc-title {
display: flex;
@@ -292,5 +250,39 @@ img{
}
.userdit{
width: 45%;
height: 164px;
display: inline-block;
height: 164px;
border: 1px solid #D7D7D7;
border-radius: 3px;
margin-top: 65px;
box-sizing: border-box;
border: 1px solid #D7D7D7;
border-radius: 3px;
position: relative;
height: 164px;
box-sizing: border-box;
margin-left: 20px;
}
.alledit{
display: flex;
align-items: center;
justify-content: center;
position: relative;
height: 100%;
img{
width: 31px;
height: 31px;
}
span{
color: #333333;
font-size: 18px;
}
}
}