mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-23 19:06:54 +08:00
地址以及数据
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
.rc-margin-bottom--lg{
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width:768px){
|
||||
.online{
|
||||
width:100%;
|
||||
@@ -61,9 +59,7 @@ color: #FFFFFF;
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
.rc-center{
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -112,17 +108,19 @@ color: #FFFFFF;
|
||||
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px)
|
||||
@media screen and (min-width: 768px)
|
||||
|
||||
{
|
||||
.rc-max-width--xl{
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
.rc-button{
|
||||
|
||||
display: none;
|
||||
}
|
||||
.usercontend {
|
||||
display:inline-block;
|
||||
}
|
||||
.usercontshow{
|
||||
.rc-button{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.usercontend{
|
||||
margin-top: 40px;
|
||||
@@ -134,15 +132,17 @@ color: #FFFFFF;
|
||||
display: none;
|
||||
}
|
||||
.useredit{
|
||||
width: 680px;
|
||||
height: 164px;
|
||||
width: 640px;
|
||||
height: 166px;
|
||||
background: #FFFFFF;
|
||||
border: 1px solid #D7D7D7;
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
display:inline-block;
|
||||
margin-left: 35px;
|
||||
|
||||
img{
|
||||
width: 31px;
|
||||
height: 31px;
|
||||
@@ -153,6 +153,13 @@ span{
|
||||
font-size: 18px;
|
||||
|
||||
}
|
||||
.alledit{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
.usercontend{
|
||||
.useradd{
|
||||
@@ -210,6 +217,7 @@ img{
|
||||
top: 24px;
|
||||
span {
|
||||
border-bottom: 1px solid #666666;
|
||||
cursor: pointer;
|
||||
}
|
||||
span:first-child {
|
||||
margin-right: 16px;
|
||||
@@ -235,32 +243,7 @@ img{
|
||||
|
||||
|
||||
.rc-button {
|
||||
height: 80px;
|
||||
background: #ffffff;
|
||||
box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
|
||||
opacity: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
display: block;
|
||||
|
||||
.rc-footbutton {
|
||||
width: 164px;
|
||||
height: 48px;
|
||||
border: 2px solid #e2001a;
|
||||
opacity: 1;
|
||||
border-radius: 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: #e2001a;
|
||||
span {
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
display: none;
|
||||
}
|
||||
.rc-header {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user