This commit is contained in:
952108534@qq.com
2022-01-22 19:22:17 +08:00
parent 38792ccbd6
commit 95614b9c66
4 changed files with 318 additions and 46 deletions

View File

@@ -1,7 +1,8 @@
.usercontshow{
min-height: 70vh;
}
@media screen and (max-width:768px){
.online{
margin: 0;
@@ -271,6 +272,7 @@
.rc-center {
width: 100%;
margin-bottom: 40px;
.rc-usermain {
display: flex;
justify-content: space-between;

View File

@@ -4,9 +4,32 @@ ul li ol li em strong i {
}
//手机端
@media screen and (max-width: 768px) {
.rc-margin-y--md{
width: 100%;
height: 80px;
background: #FFFFFF;
box-shadow: 0px -5px 6px rgba(0, 0, 0, 0.1);
padding: 0;
display: flex;
align-items: center;
justify-content: flex-end;
margin: 0;
.ts-standard-btn{
width: 155px;
height: 48px;
background: #E2001A;
border-radius: 30px;
color: #FFFFFF;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 0;
margin-right: 20px;
}
}
.rc-main {
padding: 20px 17px;
margin-top: 90px;
.rc-userbottom{
display: none;
}
@@ -25,6 +48,7 @@ ul li ol li em strong i {
font-style: normal;
color: #e1001a;
font-size: 22px;
font-weight: bold;
}
span {
color: #666666;
@@ -269,7 +293,9 @@ ul li ol li em strong i {
//pc端
@media screen and (min-width: 768px) and (max-width: 1920px) {
.rc-margin-y--md{
display: none;
}
.rc-main {
margin: 0 auto;
margin-top: 90px;