mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-04 19:26:41 +08:00
update rc-busness/assets/css/global.less.
This commit is contained in:
parent
01854f3022
commit
7d7f4e9e27
@ -33,16 +33,10 @@ body{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.userloding {
|
.userloding {
|
||||||
position: fixed;
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -1.56rem;
|
|
||||||
top: 50%;
|
|
||||||
margin-top: -3.75rem;
|
|
||||||
background: url(../image/onloading.png) center center no-repeat;
|
background: url(../image/onloading.png) center center no-repeat;
|
||||||
width: 3.12rem;
|
width: 3.12rem;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
height: 7.5rem;
|
height: 3.12rem;
|
||||||
z-index: 1000;
|
|
||||||
animation: rolling 4s infinite;
|
animation: rolling 4s infinite;
|
||||||
-webkit-animation:rolling 4s infinite;
|
-webkit-animation:rolling 4s infinite;
|
||||||
}
|
}
|
||||||
@ -253,13 +247,12 @@ img, picture {
|
|||||||
right: 0;
|
right: 0;
|
||||||
top: 30%;
|
top: 30%;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0px 0px .62rem rgba(0, 0, 0, 0.16);
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
|
||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
z-index:3;
|
z-index:3;
|
||||||
ul{
|
ul{
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 181px;
|
height: 181px;
|
||||||
box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -347,9 +340,7 @@ img, picture {
|
|||||||
margin-top: 90px;
|
margin-top: 90px;
|
||||||
}
|
}
|
||||||
.rc-list__header {
|
.rc-list__header {
|
||||||
background: none;
|
|
||||||
padding: .5rem 0;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
}
|
||||||
.ts-right-arr {
|
.ts-right-arr {
|
||||||
border-bottom:1px solid #E1001A;
|
border-bottom:1px solid #E1001A;
|
||||||
@ -436,8 +427,13 @@ img, picture {
|
|||||||
display:block;
|
display:block;
|
||||||
li{
|
li{
|
||||||
max-width:20rem;
|
max-width:20rem;
|
||||||
|
min-width:18.75rem;
|
||||||
|
width:22.8vw;
|
||||||
//margin-right:.875rem;
|
//margin-right:.875rem;
|
||||||
margin-left:2.2vw;
|
margin-left:2vw;
|
||||||
|
padding-left:1px;
|
||||||
|
padding-right:1px;
|
||||||
|
box-sizing: border-box;
|
||||||
.rc-column{
|
.rc-column{
|
||||||
span{
|
span{
|
||||||
font-size:1.875rem;
|
font-size:1.875rem;
|
||||||
@ -452,7 +448,7 @@ img, picture {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
img{
|
img{
|
||||||
width:21.7vw;
|
width:100%;
|
||||||
max-width:320px;
|
max-width:320px;
|
||||||
min-width:160px;
|
min-width:160px;
|
||||||
}
|
}
|
||||||
@ -559,35 +555,40 @@ img, picture {
|
|||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
|
padding-bottom:1rem;
|
||||||
}
|
}
|
||||||
.ts-scrollable
|
.ts-scrollable
|
||||||
{
|
{
|
||||||
|
padding-bottom:1rem;
|
||||||
|
scrollbar-width: thin;
|
||||||
li
|
li
|
||||||
{
|
{
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
width: 8.125rem;
|
width: 8.125rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
line-height: 40px;
|
//line-height: 40px;
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
|
padding:.375rem;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
&::-webkit-scrollbar{
|
&::-webkit-scrollbar{
|
||||||
background:unset;
|
height: 6px;
|
||||||
height:4px;
|
width:50%;
|
||||||
|
background:transparent;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-thumb{
|
&::-webkit-scrollbar-thumb{
|
||||||
background-color:#d7d7d7;
|
background-color:#d7d7d7;
|
||||||
height:2px;
|
border-radius:10px;
|
||||||
|
width:50%;
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-track{
|
&::-webkit-scrollbar-track{
|
||||||
background-color:ddd;
|
//background-color:#ddd;
|
||||||
|
background-color:transparent;
|
||||||
height:2px;
|
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-button{
|
&::-webkit-scrollbar-button{
|
||||||
background:unset;
|
background:unset;
|
||||||
}
|
}
|
||||||
*/
|
/* */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -609,10 +610,10 @@ img, picture {
|
|||||||
{
|
{
|
||||||
.ts-product-list {
|
.ts-product-list {
|
||||||
display:flex;
|
display:flex;
|
||||||
justify-content: space-between;
|
//justify-content: space-between;
|
||||||
li{
|
li{
|
||||||
margin-left:0;
|
//margin-left:0;
|
||||||
margin-right:0;
|
//margin-right:0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user