1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .top {
- display: flex;
- padding: 0.48rem 0.6rem 0.25rem;
- font-family: Source Han Sans, Source Han Sans;
- font-weight: 500;
- color: #615d5d;
- font-size: 0.32rem;
- .left {
- width: 50%;
- display: flex;
- align-items: center;
- }
- .img {
- width: 1.52rem;
- margin-right: 0.45rem;
- }
- .number {
- font-size: 0.8rem;
- font-family: PangMenZhengDao-3, PangMenZhengDao-3;
- font-weight: 400;
- color: #3b3b3b;
- line-height: 0.62rem;
- letter-spacing: 0.06rem;
- }
- .right {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- }
- }
- .item {
- padding: 0.4rem 0.6rem;
- font-size: 0.32rem;
- margin-top: 0.28rem;
- display: flex;
- align-items: center;
- }
- .icon {
- width: 0.2rem;
- height: 0.2rem;
- // border-radius: 50%;
- display: inline-block;
- background-color: #12ceb3;
- margin-right: 0.44rem;
- vertical-align: middle;
- &.error {
- background-color: #fe5850;
- }
- &.offline {
- background-color: #9b9b9b;
- }
- }
- .btns {
- flex: right;
- }
|