Index content / bug completed, method of login checking in store/index.js added

This commit is contained in:
Vion
2022-01-22 13:29:19 +08:00
parent 60c6a6b8b4
commit debf618d7e
9 changed files with 307 additions and 275 deletions

View File

@@ -41,6 +41,36 @@ body{
top:0;
}
}
input[type=checkbox]{
position:relative;
cursor: pointer;
border:none;
border: 1px solid #d7d7d7;
border-radius: 3px;
width: 1.5rem;
height: 1.5rem;
&:before {
top: 0;
left: 0;
content: "";
width: 1.5rem;
height: 1.5rem;
position: absolute;
display: inline-block;
background-color: #fff;
background-image: url("../image/rc-select.png");
background-size: contain;
}
&:checked:before {
background-image: url("../image/rc-unselect.png");
}
}
label {
input[type=checkbox] {
top:.375rem;
}
}
.userloding {
background: url(../image/onloading.png) center center no-repeat;
width: 3.12rem;
@@ -139,12 +169,13 @@ img, picture {
font-size: 1.125rem;
margin-top: .5rem;
display: block;
min-height:1.6rem;
}
}
}
img{
width:10rem;
height:10rem;
//min-height:19.875rem;
object-fit: contain;
display: flex;
margin: 0 auto;
@@ -340,6 +371,14 @@ img, picture {
html {
//font-size:100px;
}
label {
input[type=checkbox] {
top:.25rem;
}
}
.rc-header__nav--primary{
overflow:hidden;
}
.ts-login--xs .rc-screen-reader{
left:7%;
top:22%;
@@ -445,10 +484,6 @@ img, picture {
max-width:20rem;
min-width:18.75rem;
width:22.8vw;
//margin-right:.875rem;
margin-left:2vw;
padding-left:1px;
padding-right:1px;
box-sizing: border-box;
.rc-column{
span{
@@ -625,14 +660,7 @@ img, picture {
}
@media screen and (min-width: 769px) and (max-width: 1370px)
{
.ts-product-list {
display:flex;
//justify-content: space-between;
li{
margin-left:0;
margin-right:0;
}
}
}
.rc_contline {
border-bottom: 3px solid #f6f6f6;