123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- .close {
- position: absolute;
- right: 0;
- }
- .img {
- width: 1.54rem;
- margin-right: 0.2rem;
- }
- .num {
- font-size: 0.8rem;
- font-family: PangMenZhengDao-3, PangMenZhengDao-3;
- font-weight: 400;
- color: #3b3b3b;
- line-height: 0.62rem;
- letter-spacing: 0.06rem;
- }
- .point {
- width: 0.2rem;
- height: 0.2rem;
- margin-right: 0.12rem;
- }
- .onlinePoint {
- .point;
- background-color: #12ceb3;
- }
- .outlinePoint {
- .point;
- background-color: #9b9b9b;
- }
- .rightIcon {
- position: absolute;
- right: 0.2rem;
- top: 0.2rem;
- }
- .listContent {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .listItem {
- width: 48%;
- margin-bottom: 0.29rem;
- }
- .cardItem {
- display: flex;
- padding: 0.4rem 0.44rem 0.32rem;
- align-items: center;
- .name {
- font-size: 0.32rem;
- color: #000000;
- }
- }
- .lTextCon2 {
- display: flex;
- align-items: center;
- }
- .text {
- font-size: 0.28rem;
- color: #4a4a4a;
- line-height: 0.38rem;
- }
- .sparePart {
- width: 100%;
- .titleContent {
- position: relative;
- display: flex;
- justify-content: space-around;
- align-items: center;
- padding: 0.48rem 1.8rem 0.28rem 0;
- .titleLeft {
- display: flex;
- margin-right: 0.96rem;
- .textCon {
- text-align: center;
- margin: auto;
- }
- }
- .lTextCon1 {
- .lTextCon2;
- margin-bottom: 0.32rem;
- }
- }
- }
- .doorPart {
- width: 100%;
- .titleContent {
- display: flex;
- justify-content: space-between;
- font-family: Source Han Sans, Source Han Sans;
- font-weight: 500;
- color: #615d5d;
- font-size: 0.32rem;
- .cardLeft {
- width: 49%;
- .up {
- display: flex;
- align-items: center;
- margin-top: 0.32rem;
- margin-left: 0.3rem;
- .img {
- width: 1.54rem;
- // height: 1.3rem;
- margin-right: 0.2rem;
- }
- .textCon {
- text-align: center;
- }
- }
- .bottom {
- display: flex;
- margin: 0.28rem 0 0.06rem;
- justify-content: space-around;
- }
- }
- .cardRight {
- width: 49%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- padding: 0.28rem 0 0.32rem 0;
- .btn {
- width: 1.57rem;
- height: 0.55rem;
- background: rgba(222, 237, 255, 0.91);
- border-radius: 0.06rem;
- padding: 0.08rem 0.26rem;
- font-size: 0.28rem;
- color: #329bfe;
- line-height: 0.38rem;
- }
- .in {
- .point;
- background-color: #4a90e2;
- }
- .out {
- .point;
- background-color: #f5a623;
- }
- .textContent {
- display: flex;
- align-items: center;
- }
- }
- }
- }
|