!119 2022-1-27 Carl

Merge pull request !119 from Admin/sit-jiamin-v2
This commit is contained in:
Admin
2022-01-27 03:20:13 +00:00
committed by Gitee
5 changed files with 170 additions and 47 deletions

View File

@@ -5,6 +5,7 @@ ul li ol li em strong i {
list-style: none;
font-style: normal;
}
.rc-main {
//rc-main start
margin-top:.23rem;

View File

@@ -10,6 +10,7 @@
overflow-y: auto;
}
}
.ts-tag-list {
display: inline-flex;
flex-wrap: wrap;
@@ -115,6 +116,14 @@
}
// 手机端
@media screen and (max-width:768px) {
.uservideo{
width: 100%;
height: 100%;
video{
width: 100%;
height: 100%;
}
}
.ts-ecprice{
font-size:.625rem;
}