surprise
2024-04-09 054e8e04d08bef2dc343376827aca7913e17f4f4
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
<!--
 * @Description: 
 * @Author: 王旭
 * @Date: 2023-02-27 11:30:56
 * @LastEditTime: 2023-03-01 11:18:01
 * @LastEditors: 王旭
-->
<template>
  <div class="banner">
    <div class="title">
      <h3>请联系SmartEarth CIM引擎平台服务团队</h3>
      <p>我们将为您答疑解惑并协助您使用CIM引擎平台</p>
    </div>
  </div>
  <div class="ServiceSupport_content">
    <div class="content_box">
      <div class="content_box_title"><i></i><span>加入服务专区</span></div>
      <div class="content_box_content">
        <div class="content_box_content_l">
          <p>添加技术交流群:</p>
          <img src="../assets/img/FW/pic_erweima_qq.png" alt="" />
        </div>
        <div class="content_box_content_r">
          <p>您将享受以下专属服务:</p>
          <ul>
            <li>1. 了解CIM引擎平台功能</li>
            <li>2. 基于您的业务提供建议</li>
            <li>3. 了解CIM引擎平台收费政策</li>
            <li>4. CIM引擎平台缺陷(bug)反馈</li>
            <li>5. CIM引擎平台最新动态</li>
          </ul>
        </div>
      </div>
    </div>
    <!-- <div class="content_right content_box">
      <div class="content_box_title"><i></i><span>加入服务专区</span></div>
      <div class="content_box_content">
        <div class="content_box_content_h">
          <div class="content_box_content_h_c">
            <i>添加微信:</i
            ><img src="../assets/img/JJFA/erweima_gongsi.png" alt="" />
          </div>
        </div>
        <div class="content_box_content_b">
          <h4>您将享受以下专属服务:</h4>
          <p>1.&nbsp;CIM引擎平台的功能咨询</p>
          <p>2.&nbsp;问题(Bug)反馈</p>
          <p style="padding-bottom: 0">3.&nbsp;CIM引擎平台功能发布信息</p>
        </div>
      </div>
    </div> -->
  </div>
</template>
 
<script lang="ts" setup>
import { ref, onMounted, reactive, defineProps, defineEmits } from "vue";
 
onMounted(() => {});
</script>
<style lang="less" scoped>
.banner {
  width: 100%;
  height: 520px;
  background: url("../assets/img/FW/banner3.png") no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100% 100%;
  position: relative;
  .title {
    position: absolute;
    top: 51%;
    left: 200px;
    h3 {
      font-size: 32px;
      font-family: WDCHT;
      color: #ffffff;
      padding-bottom: 30px;
    }
    p {
      font-size: 20px;
      font-family: MicrosoftYaHei;
      color: #ffffff;
    }
  }
}
.ServiceSupport_content {
  //   width: 1456px;
  //   margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 167px;
  padding-left: 200px;
  box-sizing: border-box;
  .content_box {
    width: 648px;
    height: 364px;
 
    .content_box_title {
      display: flex;
      align-items: center;
 
      margin-bottom: 30px;
 
      i {
        margin-right: 10px;
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url("../assets/img/FW/icon_djiaru_nor.png") no-repeat center;
        background-size: 100% 100%;
      }
      span {
        display: inline-block;
        font-size: 24px;
        font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
        font-weight: bold;
        color: #192236;
      }
    }
    .content_box_content {
      margin-top: 60px;
      display: flex;
 
      .content_box_content_l {
        width: 176px;
        margin-right: 245px;
        p {
          font-size: 18px;
          font-family: MicrosoftYaHei;
          color: rgba(25, 34, 54, 0.6);
          padding-bottom: 16px;
          text-align: center;
        }
        img {
          width: 176px;
          height: 224px;
        }
      }
      .content_box_content_r {
        p {
          font-size: 18px;
          font-family: MicrosoftYaHei;
          color: rgba(25, 34, 54, 0.6);
          padding-bottom: 24px;
        }
        li {
          font-size: 18px;
          font-family: MicrosoftYaHei;
          color: rgba(25, 34, 54, 0.8);
          padding-bottom: 16px;
          white-space: nowrap;
        }
      }
    }
  }
  //   .content_right {
  //     .content_box_title {
  //       i {
  //         background: url("../assets/img/FW/icon_djiaru_nor.png") no-repeat center;
  //         background-size: 100% 100%;
  //       }
  //     }
  //     .content_box_content {
  //       .content_box_content_h {
  //         padding-top: 18px;
 
  //         background: rgba(94, 185, 166, 0.1);
  //         .content_box_content_h_c {
  //           display: flex;
  //           i {
  //             padding-top: 12px;
  //           }
  //         }
  //       }
  //     }
  //   }
}
</style>