更改登录以及产品详情页

This commit is contained in:
952108534@qq.com
2022-01-26 19:31:17 +08:00
parent 8d77715414
commit 0274793731
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;
}