12345678910111213141516171819202122232425262728 |
- .wcard{
- display: flex;
- align-items: center;
- padding: 16px 32px;
- background: #fff;
- width: 320px;
- .wImg{
- width: 65px;
- height: 65px;
- margin-right: 64px;
- }
- .wright{
- text-align: right;
- .title{}
- .value{
- color:rgb(26, 182, 202);
- font-size: 30px;
- margin: 16px 0;
- }
- .percentage{
- color: gray;
- .wicon{
- width: 20px;
- height: 20px;
- }
- }
- }
- }
|