Login / Register flow done , index resources move to static

This commit is contained in:
Vion
2022-01-14 20:11:10 +08:00
parent c5cabaa65f
commit d15130723a
58 changed files with 1361 additions and 30334 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

View File

@@ -1,4 +1,5 @@
/*Body*/
html,body{height:100%;}
body{
font-family: DINPro,'PingFang SC',miui,'Hiragino Sans GB','Microsoft Yahei',sans-serif;
line-height: 1.5;
@@ -235,6 +236,7 @@ img, picture {
max-width: 460px;
margin-left: auto!important;
margin-right: auto!important;
box-shadow:unset;
}
.ts-standard-input{

View File

@@ -147,9 +147,10 @@
height:auto;
max-height: 15.68rem;
display: block;
overflow:hidden;
video{
max-width:100%;
max-height:100%;
width:100%;
height:100%;
}
}
}
@@ -485,7 +486,7 @@ img{
.rc-ma
{
.rc-margin-y--xl{
margin-bottom: 1.88rem;
//margin-bottom: 1.88rem;
}
// padding:60px 0;

View File

@@ -1,13 +1,21 @@
.rc-usermain{
width:100%;
padding-bottom:2.8rem;
ol{
overflow-x:hidden;
overflow-y:auto;
}
}
@media screen and (max-width:768px){
.rc-button{
width: 100%;
height: 80px;
background: #FFFFFF;
box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: center;
margin-top: 12px;
width: 100%;
height: 80px;
background: #FFFFFF;
box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: center;
margin-top: 12px;
.rc-order{
width: 164px;
@@ -27,12 +35,8 @@ span{
}
}
.rc-usermain{
width: 92%;
margin: 0 auto;
ul{
height: 70px;
display: block;
height: 4.375rem;
border-bottom: 1px solid #D8D8D8;
display: flex;
align-items: center;
@@ -43,17 +47,15 @@ span{
li{
float: left;
width: 30%;
position:relative;
padding-right:.625rem;
}
li:after{
// height: 2px;
// border: 1px solid red;
// display: block;
content:"|";
color: #707070;
margin-left: 5px;
content:"|";
color: #707070;
position:absolute;
top:0;
right:0;
}
li:last-child:after{
content:"";
@@ -62,31 +64,29 @@ span{
}
ol{
margin-top:1rem;
max-height:70vh;
li{
font-style: normal;
display: block;
height: 32px;
margin-top: 16px;
height: 2rem;
display: flex;
// justify-content: space-between;
align-items: center;
color: #666666;
font-size: 14px;
font-size: .875rem;
text-align: center;
i{
font-style: normal;
display: block;
width: 40%;
font-style: normal;
display: block;
width: 40%;
}
span{
font-style: normal;
display: block;
width: 36%;
font-style: normal;
display: block;
width: 36%;
}
em{
font-style: normal;
display: block;
width: 23%;
font-style: normal;
display: block;
width: 23%;
}
@@ -130,16 +130,13 @@ span{
}
}
.rc-usermain{
width: 92%;
margin: 0 auto;
margin-top: 60px;
ul{
height: 64px;
background: #F6F6F6;
border: 1px solid #D7D7D7;
opacity: 1;
border-radius: 3px 3px 0px 0px;
background: #F6F6F6;
border: 1px solid #D7D7D7;
opacity: 1;
border-radius: 3px 3px 0px 0px;
display: block;
display: flex;
align-items: center;
@@ -150,21 +147,20 @@ border-radius: 3px 3px 0px 0px;
li{
float: left;
width: 42%;
}
}
ol{
max-height:37.5rem;
li{
font-style: normal;
display: block;
height: 48px;
margin-top: 16px;
display: flex;
border: 1px solid #D7D7D7;
// justify-content: space-between;
border-top:0;
//justify-content: space-between;
align-items: center;
color: #666666;
font-size: 14px;

View File

@@ -1,7 +1,9 @@
.container{
min-height:80vh;
height:100%;
background-color:#f6f6f6;
display:flex;
flex-direction: column;
align-items: center;
//background-color:#f6f6f6;
}
.ts-max-width--460{
border-radius: 3px;

View File

@@ -8,6 +8,9 @@ ul li ol li em strong i {
.rc-center{
overflow:hidden;
}
.r-block{
border-radius:.25rem;
}
//手机端
@media screen and (max-width: 768px) {
.ts-mypersonal{
@@ -140,6 +143,7 @@ ul li ol li em strong i {
}
.rc-cordd{
color:#666666;
position:relative;
span{
display: inline-block;
margin-top: 16px;
@@ -249,6 +253,15 @@ ul li ol li em strong i {
width: 440px;
height: 652px;
}
.ts-mypersonal{
margin-left:0;
.rc-column{
padding-left:0;
padding-right:0;
}
}
.online{
margin:40px auto;
}
@@ -362,17 +375,29 @@ ul li ol li em strong i {
}
}
.block{
height: 8px;
background: #D7D7D7;
margin-top: 16px;
border-radius: 4px;
.r-block{
width: 0%;
height: 100%;
background: #008900;
}
height: 8px;
background: #D7D7D7;
margin-top: 16px;
border-radius: 4px;
position:relative;
margin-top:3.32rem;
.r-block{
width: 0%;
height: 100%;
background: #008900;
}
.ts-point-tag{
background:url("../image/img-pointBg.png") no-repeat center top;
background-size:contain;
height:2.375rem;
width:3.625rem;
text-align:center;
position:absolute;
font-size:.875rem;
line-height:2rem;
left:0;
top:-2.6rem;
}
}
.rc-value{
display: flex;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB