1
Surpriseplus
2022-09-16 8d1a91c23df335b090e38b2edd15203aa3b03da9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<template>
  <div class="right_box">
    <div class="title">
      <span>时空云</span>
      <img src="../../../assets/img/zonlan (9).png" alt="" />
    </div>
    <div class="content">
      <a
        href="http://172.16.1.6/PortalSys/Dta/Details/951"
        target="view_window"
      >
        <div class="content_box">
          <div class="top top1"></div>
          <div class="bottom">
            <p>2018年0.2米影像</p>
            <el-button type="primary" round>MapService-T</el-button>
          </div>
        </div>
      </a>
 
      <a
        href="http://172.16.1.6/PortalSys/Dta/Details/953"
        target="view_window"
      >
        <div class="content_box">
          <div class="top top2"></div>
          <div class="bottom">
            <p>2021年寿光电子地图CGCS2000</p>
            <el-button type="primary" round>MapService-T</el-button>
          </div>
        </div>
      </a>
      <a
        href="http://172.16.1.6/PortalSys/Dta/Details/1228"
        target="view_window"
      >
        <div class="content_box">
          <div class="top top3"></div>
          <div class="bottom">
            <p>2019年0.5米影像</p>
            <el-button type="primary" round>MapService-T</el-button>
          </div>
        </div>
      </a>
      <a
        href="http://172.16.1.6/PortalSys/Dta/Details/1158"
        target="view_window"
      >
        <div class="content_box">
          <div class="top top4"></div>
          <div class="bottom">
            <p>2018年寿光乡级边界</p>
            <el-button type="primary" round>MapService</el-button>
          </div>
        </div>
      </a>
      <a
        href="http://172.16.1.6/PortalSys/Dta/Details/1233"
        target="view_window"
      >
        <div class="content_box">
          <div class="top top5"></div>
          <div class="bottom">
            <p>2019年11月1.0米影像</p>
            <el-button type="primary" round>MapService-T</el-button>
          </div>
        </div>
      </a>
      <a
        href="http://172.16.1.6/PortalSys/Dta/Details/1240"
        target="view_window"
      >
        <div class="content_box">
          <div class="top top6"></div>
          <div class="bottom">
            <p>2020年路网服务</p>
            <el-button type="primary" round>MapService</el-button>
          </div>
        </div>
      </a>
    </div>
  </div>
</template>
 
<script>
export default {
  //import引入的组件需要注入到对象中才能使用
  components: {},
  data() {
    //这里存放数据
    return {};
  },
  //方法集合
  methods: {},
  created() {},
};
</script>
<style lang="less" scoped>
//@import url(); 引入公共css类
.right_box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(8, 32, 58, 0.7);
  // padding-top: 40px;
  .title {
    margin-top: 20px;
    width: 100%;
    position: relative;
    text-align: center;
    img {
      width: 2100px;
    }
    span {
      font-size: 78px;
      font-weight: 400;
      color: #ffe86b;
      background: linear-gradient(0deg, #bce7ff 0%, #69efff 98.6572265625%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
    }
  }
  .content {
    padding: 40px 340px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    .content_box {
      cursor: pointer;
      width: 1142px;
      height: 1153px;
      background: rgba(19, 51, 91, 1);
      margin-bottom: 50px;
      .top {
        height: 65%;
      }
      .top1 {
        background: url("../../../assets/img/shuzizhengwu/20191120759306.2米.png")
          no-repeat center;
        background-size: 100% 100%;
      }
      .top2 {
        background: url("../../../assets/img/shuzizhengwu/20191206468923.png")
          no-repeat center;
        background-size: 100% 100%;
      }
      .top3 {
        background: url("../../../assets/img/shuzizhengwu/20200109463190.png")
          no-repeat center;
        background-size: 100% 100%;
      }
      .top4 {
        background: url("../../../assets/img/shuzizhengwu/2019072746735.jpg")
          no-repeat center;
        background-size: 100% 100%;
      }
      .top5 {
        background: url("../../../assets/img/shuzizhengwu/20200603602574.png")
          no-repeat center;
        background-size: 100% 100%;
      }
      .top6 {
        background: url("../../../assets/img/shuzizhengwu/2020071086315.jpg")
          no-repeat center;
        background-size: 100% 100%;
      }
      .bottom {
        padding: 50px 27px;
        p {
          font-size: 46px;
          color: #ffffff;
          margin-bottom: 123px;
        }
        .el-button {
          width: 438px;
          height: 120px;
          font-size: 46px;
          border-radius: 60px;
        }
      }
    }
  }
}
 
@media only screen and (max-width: 2560px) {
  .right_box {
    background: transparent;
    .content {
      padding: 40px 240px;
      .content_box {
        width: 1342px;
        height: 1353px;
        margin-top: 300px;
        .bottom {
          .el-button {
            width: 738px;
          }
        }
      }
    }
  }
}
</style>