| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- body {
- background: #000d4a url(../images/bg2.png) center top;
- background-size: cover;
- color: #666;
- font-size: 0.1rem;
- /* height: 1080px; */
- }
- .center {
- position: absolute;
- width: 100px;
- height: 100px;
- margin: auto;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- }
- .head {
- height: 0.6rem;
- /* background: url(../images/topTitle.png) no-repeat center center; */
- background-size: 100% 100%;
- position: relative;
- z-index: 100;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .head h1 {
- /* color: #fff; */
- color: #afe0f5;
- text-align: center;
- font-size: 0.4rem;
- line-height: 0.4rem;
- }
- .head h1 img {
- width: 1.5rem;
- display: inline-block;
- vertical-align: middle;
- margin-right: 0.2rem;
- }
- .container {
- padding: 0.1rem 0.1rem 0rem 0.1rem;
- }
- .container > ul > li {
- float: left;
- padding: 0 0.1rem;
- }
- .container > ul > li {
- width: 28%;
- }
- .container > ul > li:nth-child(2) {
- width: 44%;
- padding: 0;
- }
- .circle {
- height: 4.8rem;
- margin-bottom: 0.15rem;
- }
- .title {
- font-size: 0.2rem;
- color: #ffffff;
- font-weight: 600;
- }
- .box {
- position: relative;
- }
- .maintain-title,
- .checkout-title,
- .check-title {
- position: absolute;
- left: 1rem;
- }
- .maintain-title {
- top: 0.24rem;
- }
- .checkout-title {
- top: 3.81rem;
- }
- .check-title {
- top: 7.5rem;
- }
- .maintain,
- .checkout {
- position: absolute;
- font-size: 0.14rem;
- color: #ffffff;
- top: 0.9rem;
- }
- .checkout {
- top: 4.52rem;
- }
- .maintain-all,
- .checkout-all {
- left: 0.6rem;
- }
- .maintain-complete,
- .checkout-complete {
- left: 2.48rem;
- }
- .maintain-incomplete,
- .checkout-incomplete {
- left: 4.12rem;
- }
- .inventory-name {
- position: absolute;
- top: 0.43rem;
- left: 6.54rem;
- }
- .inventory {
- position: absolute;
- font-size: 0.182rem;
- color: rgb(144, 191, 248);
- top: 1.06rem;
- font-weight: bold;
- }
- .clamp-all,
- .device-all,
- .clamp-all-count,
- .device-all-count {
- left: 7.1rem;
- }
- .clamp-complete,
- .device-complete,
- .clamp-complete-count,
- .device-complete-count {
- left: 9.8rem;
- }
- .clamp-incomplete,
- .device-incomplete,
- .clamp-incomplete-count,
- .device-incomplete-count {
- left: 12.5rem;
- }
- .device-all,
- .device-complete,
- .device-incomplete {
- top: 2.1rem;
- }
- .clamp-all-count,
- .clamp-complete-count,
- .clamp-incomplete-count {
- font-size: 0.26rem;
- top: 1.28rem;
- font-weight: bold;
- color: #ffffff;
- }
- .device-all-count,
- .device-complete-count,
- .device-incomplete-count {
- font-size: 0.26rem;
- top: 2.32rem;
- font-weight: bold;
- color: #ffffff;
- }
- .agv-task-title {
- position: absolute;
- top: 6.88rem;
- left: 6.5rem;
- }
- .agv-year-title {
- position: absolute;
- top: 0.24rem;
- right: 3.3rem;
- }
- .agv-record-title {
- position: absolute;
- top: 3.84rem;
- right: 3.12rem;
- }
- .device-time-title {
- position: absolute;
- top: 7.24rem;
- right: 3.62rem;
- }
|