Page style update

This commit is contained in:
Vion
2022-01-22 15:21:17 +08:00
parent debf618d7e
commit 011a9b2c58
6 changed files with 49 additions and 50 deletions

View File

@@ -289,7 +289,7 @@ img, picture {
background: #FFFFFF;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
border-radius: .25rem;
z-index:3;
z-index:11;
ul{
width: 60px;
height: 181px;

View File

@@ -73,6 +73,8 @@ ul li ol li em strong i {
border-bottom: 1px solid #D8D8D8;
display: flex;
align-items: center;
padding-left:0;
padding-bottom:0;
.rc-image{
height: 100%;
display: flex;
@@ -106,9 +108,6 @@ ul li ol li em strong i {
@media screen and (min-width: 769px) {
.rc-main {
width: 92%;
margin: 0 auto;
overflow: hidden;
.rc-center {
width: 100%;
height: 180px;
@@ -160,29 +159,28 @@ ul li ol li em strong i {
}
.usermember{
width: 23%;
float: left;
height: 160px;
min-width:14.5rem;
max-width:16.75rem;
width:16vw;
height: 10rem;
border: 1px solid #D7D7D7;
margin-top: 80px;
margin-left: 19px;
margin-top: 5rem;
margin-left: .75rem;
.rc-image{
float: right;
overflow: hidden;
height: 100%;
display: flex;
align-items: center;
margin-right:20px;
float: right;
overflow: hidden;
height: 100%;
display: flex;
align-items: center;
}
img{
width: 80px;
height: 80px;
width: 5rem;
height: 5rem;
display: block;
}
em{
font-style: normal;
font-size: 20px;
font-size: 1.25rem;
display: block;
font-weight: 500;
@@ -190,22 +188,21 @@ ul li ol li em strong i {
}
span{
color: #999999;
font-size: 14px;
font-size: .875rem;
}
}
.rc-userorder{
width: 60%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding-left:2.5rem;
span{
margin-top: 8px;
}
}
.rc-userorder{
width: 60%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
span{
margin-top: .5rem;
}
}
}
}