userlogin / personal/mypersonal.vue / producted albumn updated

This commit is contained in:
Vion
2022-01-12 17:02:35 +08:00
parent abd4ea6a6b
commit e3cd2e58ba
13 changed files with 895 additions and 1331 deletions

View File

@@ -162,6 +162,15 @@ header .ts-not-header {
.ts-wechat--xs .ts-hover-show img{margin:0 auto;}
.ts-wechat--xs:hover .ts-hover-show{display:block;color:#666;-webkit-animation: fadeIn .3s ease forwards;animation: fadeIn .3s ease forwards;}
.rc-icon.ts-login--xs:after{
width: 24px;
background-image:unset;
mask:url(../image/ico-login.svg) no-repeat center center;
-webkit-mask:url(../image/ico-login.svg) no-repeat center center;
background-color:#666;
}
.rc-icon.ts-login--xs:hover:after{background-color:#e2001a;}
footer .rc-list .rc-list__header {
font-weight:bold;
}