mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-24 11:26:53 +08:00
userlogin / personal/mypersonal.vue / producted albumn updated
This commit is contained in:
@@ -91,7 +91,7 @@ img, picture {
|
||||
border: 2px solid #E2001A;
|
||||
border-radius: 1.875rem;
|
||||
display: block;
|
||||
line-height: 2.5rem;
|
||||
line-height: 2.25rem;
|
||||
font-size: .875rem;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
@@ -106,6 +106,9 @@ img, picture {
|
||||
color: #e2001a;
|
||||
border-color: #e2001a;
|
||||
}
|
||||
&.ts-standard-btn--max-width{
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -202,33 +205,49 @@ img, picture {
|
||||
}
|
||||
span{
|
||||
font-size: 0.12rem;
|
||||
color: #666666;
|
||||
}
|
||||
.tuntop{
|
||||
width: 1.25rem;
|
||||
height: auto;
|
||||
background: #FFFFFF;
|
||||
width: 100%;
|
||||
height:4.125rem;
|
||||
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
|
||||
opacity: 1;
|
||||
display: block;
|
||||
color: #666666;
|
||||
font-size: 12px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
img{
|
||||
width: 0.22rem;
|
||||
height: 0.22rem;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ts-max-width--460{
|
||||
max-width: 460px;
|
||||
margin-left: auto!important;
|
||||
margin-right: auto!important;
|
||||
}
|
||||
|
||||
.ts-standard-input{
|
||||
background: #F6F6F6;
|
||||
width: 100%;
|
||||
height: 3rem;
|
||||
border-radius: 4px;
|
||||
padding:.875rem 0 .875rem 1rem;
|
||||
&::-webkit-input-placeholder {
|
||||
text-align: left;
|
||||
}
|
||||
&.ts-standard-input--two{
|
||||
|
||||
}
|
||||
}
|
||||
.ts-right-arr {
|
||||
font-style: normal;
|
||||
line-height: 22px;
|
||||
color: #E2001A;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* 手机端 */
|
||||
@media screen and (max-width: 768px)
|
||||
{
|
||||
html {
|
||||
font-size:100px;
|
||||
//font-size:100px;
|
||||
}
|
||||
.rc-md-up {
|
||||
display: none!important;
|
||||
@@ -244,6 +263,10 @@ img, picture {
|
||||
padding: .5rem 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
.ts-right-arr {
|
||||
border-bottom:1px solid #E1001A;
|
||||
padding-bottom:2px;
|
||||
}
|
||||
.rc-home-header{
|
||||
width: 100%;
|
||||
.rc-main
|
||||
@@ -334,6 +357,23 @@ img, picture {
|
||||
width:20rem;
|
||||
}
|
||||
}
|
||||
.ts-right-arr {
|
||||
cursor: pointer;
|
||||
border-bottom : unset;
|
||||
padding-right:1rem;
|
||||
position:relative;
|
||||
&:after{
|
||||
content: " ";
|
||||
width: .5rem;
|
||||
height: 1rem;
|
||||
background: url(../image/arr-right-red.png) no-repeat left top;
|
||||
background-size: contain;
|
||||
display: block;
|
||||
position:absolute;
|
||||
right:0;
|
||||
top:.25rem;
|
||||
}
|
||||
}
|
||||
.rc-main {
|
||||
width:100%;
|
||||
max-width:1400px;
|
||||
|
||||
Reference in New Issue
Block a user