123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- .page {
- padding-bottom: 0.2rem;
- :global {
- .ant-card-head-title {
- margin-left: 0;
- }
- }
- }
- .select {
- background: #3682b2;
- border-radius: 0.08rem;
- border: 0.01rem solid rgba(255, 255, 255, 0.3);
- }
- .iconStatus {
- width: 0.2rem;
- height: 0.2rem;
- vertical-align: middle;
- margin-right: 0.1rem;
- border-radius: 50%;
- display: inline-block;
- }
- .detailCard {
- // margin: 0.2rem 0;
- margin-bottom: 0.3rem;
- }
- .text {
- font-size: 0.26rem;
- text-align: left;
- color: #1755ff;
- }
- .abnormal {
- // margin: 0.1rem 0 0.1rem 0;
- height: 0.51rem;
- width: 50%;
- font-weight: 600;
- .text {
- color: #1677ff;
- font-size: 0.28rem;
- }
- }
- .tabBarExtraContent {
- display: flex;
- // justify-content: center;
- align-items: center;
- height: 100%;
- position: relative;
- margin-bottom: 0.1rem;
- }
- .tableTop {
- position: relative;
- overflow: hidden;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 0.28rem;
- font-family: Source Han Sans, Source Han Sans;
- color: #1755ff;
- line-height: 0.3rem;
- }
- .card {
- background: #fff;
- // padding: 0.1rem 0.2rem;
- padding-top: 0.28rem;
- padding-bottom: 0.4rem;
- padding-left: 0.6rem;
- position: relative;
- overflow: hidden;
- border-bottom: 2px solid #4577ff;
- margin-bottom: 0.4rem;
- .cardText {
- font-size: 0.32rem;
- font-family: Source Han Sans, Source Han Sans;
- color: #615d5d;
- line-height: 1;
- }
- .orderIcon {
- width: 0.92rem;
- height: 0.92rem;
- border-radius: 0.46rem;
- margin-right: 0.16rem;
- color: #12ceb3;
- border: 0.06rem solid #12ceb3;
- font-size: 0.32rem;
- font-family: Source Han Sans, Source Han Sans;
- display: flex;
- align-items: center;
- justify-content: center;
- &.error {
- color: #fe5850;
- border-color: #fe5850;
- }
- &.warn {
- color: #ffe26d;
- border-color: #ffe26d;
- }
- }
- .statusBox {
- display: flex;
- align-items: center;
- font-size: 0.32rem;
- font-family: Source Han Sans, Source Han Sans;
- font-weight: 400;
- color: #3b3b3b;
- line-height: 1;
- }
- }
- .cardText {
- padding: 0.2rem;
- font-size: 0.28rem;
- }
- .tableTitle {
- position: absolute;
- top: 50%;
- left: 50%;
- font-size: 0.26rem;
- transform: translate(-50%, -50%);
- }
- .tableTitle2 {
- font-size: 0.26rem;
- text-align: center;
- margin-bottom: 0.1rem;
- }
- .tableStatus {
- color: #1755ff;
- font-size: 0.28rem;
- position: absolute;
- right: 0.1rem;
- top: 0;
- line-height: 1;
- font-weight: 600;
- }
- .content {
- margin-top: 0.5rem;
- position: relative;
- }
|