45 lines
714 B
Plaintext
45 lines
714 B
Plaintext
.use-demand-count{
|
|
border: 1px solid rgb(221, 221, 221);
|
|
margin: 0px 16px 16px;
|
|
height: 160px;
|
|
padding-top: 30px;
|
|
|
|
&-item{
|
|
display: inline-block;
|
|
position: relative;
|
|
&-left{
|
|
position: absolute;
|
|
left: 50px;
|
|
}
|
|
&-right{
|
|
position: absolute;
|
|
left: 150px;
|
|
top: -10px;
|
|
}
|
|
&-number{
|
|
font-size: 30px;
|
|
}
|
|
&-icon{
|
|
background-color: rgb(245, 124, 76);
|
|
color: rgb(255, 255, 255);
|
|
font-size: 35px;
|
|
border-radius: 50%;
|
|
padding: 8px;
|
|
}
|
|
&-up{
|
|
color: rgb(255, 0, 0);
|
|
}
|
|
&-down{
|
|
color: rgb(46, 186, 7);
|
|
}
|
|
&-percent{
|
|
margin-left: 5px;
|
|
}
|
|
&-desc{
|
|
color: rgb(0, 0, 0) ;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
|
|
}
|