123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314 |
- .longBox {
- /* position: relative; */
- width: 99.5%;
- }
- .cardType {
- position: relative;
- width: 100%;
- height: 100%;
- }
- .landCondition, .landFertility, .landIrrigate, .landDrainage, .landType {
- width: 100%;
- height: 87%;
- }
- .percent{
- font-size: .8vw;
- color: #fff;
- }
- .percent .pec1{
- position: absolute;
- top: 40%;
- left: 60%;
- }
- .percent .pec2 {
- position: absolute;
- top: 65%;
- left: 58%;
- }
- .percent .pec3 {
- position: absolute;
- top: 50%;
- left: 32%;
- }
- .utilizeActuality {
- width: 100%;
- height: 87%;
- display: flex;
- color: #0EFCFF;
- font-weight: 10;
- }
- .utilizeActuality table {
- /* width: 90%; */
- /* height: 78%; */
- text-align: center;
- margin: 0 auto;
- border: 0 solid #0EFCFF;
- }
- .utilizeActuality table thead {
- width: 100%;
- height: 12%;
- }
- .trBox {
- height: 18%;
- }
- .textBox {
- margin-left: 2.5%;
- margin-top: .2vw;
- width: 95%;
- height: 45%;
- border: 1px solid #0EFCFF;
- color: #39DCF4;
- }
- .textBox .topText {
- display: flex;
- align-items: center;
- width: 100%;
- height: 20%;
- font-size: .65vw;
- }
- .topText .topOne {
- margin-left: .5vw;
- }
- .topText .topTwo {
- margin-left: 2.5vw;
- }
- .textBox .middleText {
-
- display: flex;
- align-items: center;
- width: 100%;
- height: 2vw;
- background-color: rgba(14,252,255,.22);
- font-size: .8vw;
- }
- .middleText span {
- /* margin-top: .8vw; */
- position: relative;
- display: inline-block;
- width: 16.5%;
- height: 100%;
- line-height: 2vw;
- text-align: center;
- border-right: 2px solid rgba(14,252,255,.16);
- }
- .middleText .tipBox {
- position: absolute;
- top: 36%;
- background-color: red;
- display: inline-block;
- width: 29%;
- height: 29%;
- border: 1px solid rgba(14,252,255,0.48);
- background: rgba(2,57,99,0.77);
- color: #0EFCFF;
- font-size: .65vw;
- }
- .middleText .tipOne {
- left: -4%;
- display: none;
- }
- .middleText .tipTwo {
- left: 12%;
- display: none;
- }
- .middleText .tipThree {
- left: 28%;
- display: none;
- }
- .middleText .tipFour {
- left: 44%;
- display: none;
- }
- .middleText .tipFive {
- left: 59%;
- display: none;
- }
- .middleText .tipSix {
- left: 73%;
- display: none;
- }
- .tipBox div {
- margin: .25vw;
- }
- .bottomText {
- width: 100%;
- height: 50%;
- font-size: .65vw;
- }
- .bottomText .soilContamination {
- width: 100%;
- margin-left: .5vw;
- margin-top: .55vw;
- }
- .soilContamination .sencondBox {
- margin-left: .8vw;
- }
- .bottomText .soilData {
- width: 100%;
- margin-left: .5vw;
- margin-top: .55vw;
- }
- .soilData span {
- margin-left: .5vw;
- }
- .videoBox {
- margin-top: 2%;
- margin-left: 2.5%;
- width: 95%;
- height: 34%;
- }
- .videoBox .vedioIn {
- display: inline-block;
- width: 23.5%;
- height: 100%;
-
- }
- .mlRight {
- margin-right: 1%;
- }
- .videoIn video {
- width: 100%;
- height: 100%;
- /* background-color: red; */
- }
- /* .tipBox {
- position: absolute;
- top: 37%;
- left: 58%;
- width: 29%;
- height: 29%;
- border: 1px solid rgba(14,252,255,0.48);
- background: rgba(2,57,99,0.77);
- color: #0EFCFF;
- font-size: .65vw;
- }
- .tipBox div {
- margin: .3vw;
- } */
- .centerBox .topData {
- width: 100%;
- height: 22%;
- border: 1px solid #0EFCFF;
- }
- .topData .topContent {
- width: 95%;
- height: 50%;
- margin-left: 2.5%;
- border-bottom: 1px solid rgba(14,252,255,0.42);;
- }
- .topData .content, ul {
- width: 95%;
- height: 50%;
- /* margin-left: 2%; */
- /* border-bottom: 1px solid #0EFCFF; */
- display: -webkit-flex;
- -webkit-justify-content: space-around;
- -webkit-align-items: center;
- color: #fff;
- }
- .content li {
- text-align: center;
- }
- .content ul P {
- font-size: .7VW;
- color: #0EFCFF;
- }
- .content ul .num {
- color: #fff;
- font-size: 1vw;
- }
- .content ul .unit {
- color: #0EFCFF;
- font-size: .6vw;
- }
- .bottomData {
- width: 100%;
- height: 75.5%;
- margin-top: 3%;
- /* background-color: green; */
- background-image: url(../img/centerBg.jpg);
- background-size: 100% 100%;
- }
- /* ========= 地图样式 stat========== */
- .map{
- position: relative;
- width: 100%;
- height: 44%;
- margin-top: 10%;
- /* background: white; */
- }
- .map img {
- width: 80%;
- margin-left: 10%;
- }
- .mapActived1 {
- position: absolute;
- top: 40%;
- left: 43.5%;
- width: 1.5vw;
- height: 3vw;
- border-radius: 90px;
- cursor: pointer;
- }
- .mapActived2 {
- position: absolute;
- top: 48%;
- right: 23%;
- width: 3vw;
- height: 2vw;
- cursor: pointer;
- border-radius: 10px;
- }
- .mapActived3 {
- position: absolute;
- top: 44%;
- right: 13.5%;
- width: 1.8vw;
- height: 4vw;
- border-radius: 10px;
- cursor: pointer;
- }
- .mapContent1 {
- position: absolute;
- height: 6vw;
- width: 8vw;
- left: 47%;
- top: -5%;
- background: rgba(255,255,255, .2);
- }
- .mapContent2 {
- position: absolute;
- height: 6vw;
- width: 8vw;
- left: 70%;
- top: 5%;
- background: rgba(255,255,255, .2);
- display: none;
- }
- .mapContent3 {
- position: absolute;
- height: 6vw;
- width: 8vw;
- right: 15%;
- top: 12%;
- background: rgba(255,255,255, .2);
- display: none;
- }
- .mapContentFont {
- width: 85%;
- margin-left: 12%;
- font-size: .6vw;
- color: #0efcff;
- letter-spacing: .05vw;
- }
- .mapContentFont:nth-child(1) {
- margin-top: .6vw;
- }
- .mapContentFont span {
- color: white;
- }
|