apply-clients 7.1.36-yuchuan-41 → 7.1.36-yuchuan-42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android.html +27 -27
- package/build/dev-server.js +172 -192
- package/package.json +119 -119
- package/src/apply.js +163 -163
- package/src/applyAndroid.js +98 -98
- package/src/components/android/AppSign.vue +232 -232
- package/src/components/android/Ignition/VentilationIgnition.vue +408 -408
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +472 -472
- package/src/components/android/Process/AppExplorationUser.vue +454 -454
- package/src/components/android/Process/AppServiceControl.vue +1434 -1434
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +1018 -1018
- package/src/components/android/Process/Processes/newAppInstallationDetails.vue +671 -671
- package/src/components/android/SealManage.vue +278 -278
- package/src/components/android/Sign/AppSignTask.vue +183 -183
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
- package/src/components/android/Task/Build/BuildTsak.vue +117 -117
- package/src/components/android/Task/BuildIgnition/BuildIgnition.vue +114 -114
- package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
- package/src/components/android/Task/RepairFromSend/RepairFrom.vue +124 -124
- package/src/components/android/Task/RepairFromSend/RepairSend.vue +124 -124
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
- package/src/components/android/Task/Survey/SurveyTsak.vue +141 -141
- package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
- package/src/components/android/newPackage/customerServiceManager.vue +218 -218
- package/src/components/android/newPackage/projectPrice.vue +218 -218
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +1101 -1101
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +325 -325
- package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +142 -142
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
- package/src/components/product/ApplyMap/AppMapLocation.vue +829 -829
- package/src/components/product/ApplyMap/ApplyMapInputSearch.vue +335 -335
- package/src/components/product/Function/InstallFunction.vue +132 -132
- package/src/components/product/Function/InstallInfoSelect.vue +374 -374
- package/src/components/product/GongJianPush/ApplyPushDispose.vue +12 -10
- package/src/components/product/GongJianPush/ApplyPushManage.vue +91 -91
- package/src/components/product/Ignition/IgnitionDispatch.vue +90 -90
- package/src/components/product/Ignition/IgnitionListManage.vue +604 -604
- package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
- package/src/components/product/InsuranceApply/InsuranceReport.vue +188 -188
- package/src/components/product/List/OldShowDevices.vue +271 -271
- package/src/components/product/List/ShowAllActivity.vue +541 -541
- package/src/components/product/List/ShowDevices.vue +279 -279
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
- package/src/components/product/Process/ExplorationSelect.vue +593 -593
- package/src/components/product/Process/ExplorationUser.vue +154 -154
- package/src/components/product/Process/New1ExplorationUser.vue +196 -196
- package/src/components/product/Process/NewExplorationSelect.vue +587 -587
- package/src/components/product/Process/NewExplorationUser.vue +216 -216
- package/src/components/product/Process/Processes/InstallationDetails.vue +1159 -1159
- package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
- package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
- package/src/components/product/Process/Processes/chargeManagement.vue +703 -703
- package/src/components/product/Process/Processes/selectApply.vue +250 -250
- package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
- package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
- package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
- package/src/components/product/Process/Service/ServiceControl.vue +2216 -2216
- package/src/components/product/ServiceView.vue +644 -644
- package/src/components/product/Stop/StopApplyList.vue +224 -224
- package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +593 -593
- package/src/components/product/Supervisory/SupervisoryControl.vue +114 -114
- package/src/components/product/Supervisory/SupervisoryList.vue +580 -580
- package/src/components/product/Supervisory/SupervisoryhCart.vue +120 -120
- package/src/components/product/Supervisory/YiBanSupervisoryControl.vue +111 -111
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
- package/src/components/product/VueUtils/ApplyUpload.vue +303 -303
- package/src/main.js +27 -27
|
@@ -1,218 +1,218 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div style="width: 100%">
|
|
3
|
-
<div partial style="padding: 10px">
|
|
4
|
-
<div class="row app-row">
|
|
5
|
-
<div class="col-xs-4">
|
|
6
|
-
<label class="font text-left">客户名称:</label>
|
|
7
|
-
</div>
|
|
8
|
-
<div class="col-xs-8">
|
|
9
|
-
<input class="search_input input-font" v-model=model.data[0].f_user_name />
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
<div class="row app-row">
|
|
13
|
-
<div class="col-xs-4">
|
|
14
|
-
<label class="font text-left">电  话:</label>
|
|
15
|
-
</div>
|
|
16
|
-
<div class="col-xs-8">
|
|
17
|
-
<input class="search_input input-font" v-model=model.data[0].f_phone />
|
|
18
|
-
</div>
|
|
19
|
-
</div>
|
|
20
|
-
<div class="row app-row">
|
|
21
|
-
<div class="col-xs-4">
|
|
22
|
-
<label class="font text-left">工程编号:</label>
|
|
23
|
-
</div>
|
|
24
|
-
<div class="col-xs-8">
|
|
25
|
-
<input class="search_input input-font" v-model=model.data[0].f_apply_num />
|
|
26
|
-
</div>
|
|
27
|
-
</div>
|
|
28
|
-
<div class="row app-row">
|
|
29
|
-
<div class="col-xs-4">
|
|
30
|
-
<label class="font text-left">合同编号:</label>
|
|
31
|
-
</div>
|
|
32
|
-
<div class="col-xs-8">
|
|
33
|
-
<input class="search_input input-font" v-model=model.data[0].f_contract_number />
|
|
34
|
-
</div>
|
|
35
|
-
</div>
|
|
36
|
-
<div class="row app-row">
|
|
37
|
-
<div class="col-xs-4">
|
|
38
|
-
<label class="font text-left">报建类型:</label>
|
|
39
|
-
</div>
|
|
40
|
-
<div class="col-xs-8">
|
|
41
|
-
<input class="search_input input-font" v-model=model.data[0].f_apply_type />
|
|
42
|
-
</div>
|
|
43
|
-
</div>
|
|
44
|
-
<div class="row app-row">
|
|
45
|
-
<div class="col-xs-4">
|
|
46
|
-
<label class="font text-left">客户编号:</label>
|
|
47
|
-
</div>
|
|
48
|
-
<div class="col-xs-8">
|
|
49
|
-
<input class="search_input input-font" v-model=model.data[0].f_userinfo_code />
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
52
|
-
<div class="row app-row">
|
|
53
|
-
<div class="col-xs-4">
|
|
54
|
-
<label class="font text-left">办理环节:</label>
|
|
55
|
-
</div>
|
|
56
|
-
<div class="col-xs-8">
|
|
57
|
-
<input class="search_input input-font" v-model=model.data[0].defname />
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
<div class="row app-row">
|
|
61
|
-
<div class="col-xs-4">
|
|
62
|
-
<label class="font text-left">地  址:</label>
|
|
63
|
-
</div>
|
|
64
|
-
<div class="col-xs-8">
|
|
65
|
-
<input class="search_input input-font" v-model=model.data[0].f_address />
|
|
66
|
-
</div>
|
|
67
|
-
</div>
|
|
68
|
-
<div class="row app-row">
|
|
69
|
-
<div class="col-xs-4">
|
|
70
|
-
<label class="font text-left">施工备注:</label>
|
|
71
|
-
</div>
|
|
72
|
-
<div class="col-xs-8">
|
|
73
|
-
<input class="search_input input-font" v-model=model.data[0].f_construction_remarks />
|
|
74
|
-
</div>
|
|
75
|
-
</div>
|
|
76
|
-
<div class="row app-row">
|
|
77
|
-
<div class="col-xs-4">
|
|
78
|
-
<label class="font text-left">报建日期:</label>
|
|
79
|
-
</div>
|
|
80
|
-
<div class="col-xs-8">
|
|
81
|
-
<input class="search_input input-font" v-model=model.data[0].f_apply_date />
|
|
82
|
-
</div>
|
|
83
|
-
</div>
|
|
84
|
-
<div class="row app-row">
|
|
85
|
-
<div class="col-xs-4">
|
|
86
|
-
<label class="font text-left">备注:</label>
|
|
87
|
-
</div>
|
|
88
|
-
<div class="col-xs-8">
|
|
89
|
-
<input class="search_input input-font" v-model=model.f_price_number />
|
|
90
|
-
</div>
|
|
91
|
-
</div>
|
|
92
|
-
<div class="row app-row">
|
|
93
|
-
<div class="col-xs-4">
|
|
94
|
-
<label class="font text-left">客服建议:</label>
|
|
95
|
-
</div>
|
|
96
|
-
<div class="col-xs-8">
|
|
97
|
-
<input class="search_input input-font" v-model=model.f_price_idea />
|
|
98
|
-
</div>
|
|
99
|
-
</div>
|
|
100
|
-
<div class="row app-row">
|
|
101
|
-
<button class="btn btn-default button_spacing" style="min-width:100px;"
|
|
102
|
-
@click="click(row)">保存</button>
|
|
103
|
-
<button class="btn btn-default button_spacing" style="min-width:100px;"
|
|
104
|
-
@click="click(row)">提交</button>
|
|
105
|
-
</div>
|
|
106
|
-
</div>
|
|
107
|
-
</div>
|
|
108
|
-
</template>
|
|
109
|
-
<script>
|
|
110
|
-
import Vue from 'vue'
|
|
111
|
-
import {PagedList, HttpResetClass} from 'vue-client'
|
|
112
|
-
|
|
113
|
-
export default {
|
|
114
|
-
title: '客服管理',
|
|
115
|
-
data () {
|
|
116
|
-
return {
|
|
117
|
-
model: null,
|
|
118
|
-
criteriaShow: false
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
ready () {
|
|
122
|
-
this.search()
|
|
123
|
-
},
|
|
124
|
-
methods: {
|
|
125
|
-
clear () {
|
|
126
|
-
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
127
|
-
this.$refs.cp.$refs.cri.model[key] = null
|
|
128
|
-
})
|
|
129
|
-
},
|
|
130
|
-
// 查询
|
|
131
|
-
async search () {
|
|
132
|
-
let http = new HttpResetClass()
|
|
133
|
-
let res = await http.load(
|
|
134
|
-
'POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/supervisory`, {
|
|
135
|
-
data: {
|
|
136
|
-
condition: '1=1',
|
|
137
|
-
data: {
|
|
138
|
-
id: Vue.user.id,
|
|
139
|
-
f_filiale: "榆林."+Vue.user.orgs
|
|
140
|
-
// id: this.$login.f.id,
|
|
141
|
-
// f_filiale: this.$login.f.f_fengongsi
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}, {
|
|
145
|
-
resolveMsg: null,
|
|
146
|
-
rejectMsg: `查询失败`
|
|
147
|
-
})
|
|
148
|
-
this.model = res
|
|
149
|
-
console.log('当前数据', this.model)
|
|
150
|
-
console.log('当前数据', this.model.data[0].f_user_name)
|
|
151
|
-
},
|
|
152
|
-
click (row) {
|
|
153
|
-
let _this = this
|
|
154
|
-
this.$dispatch('gotoson', {
|
|
155
|
-
_this: _this,
|
|
156
|
-
title: '详情信息',
|
|
157
|
-
safe: true
|
|
158
|
-
})
|
|
159
|
-
this.$goto('detailed-data', {selectdata: row}, 'self', _this.search)
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
events: {},
|
|
163
|
-
watch: {}
|
|
164
|
-
}
|
|
165
|
-
</script>
|
|
166
|
-
<style scoped>
|
|
167
|
-
.app-row {
|
|
168
|
-
height: auto;
|
|
169
|
-
background-color: white;
|
|
170
|
-
padding: 10px 10px 0 10px;
|
|
171
|
-
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.search_input {
|
|
175
|
-
border: 0;
|
|
176
|
-
outline: none;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.input-font {
|
|
180
|
-
font: 15px PingFang-SC-Medium;
|
|
181
|
-
color: #333333;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.app-text {
|
|
185
|
-
font-size: 12px;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.panel-self {
|
|
189
|
-
border-radius: 10px;
|
|
190
|
-
border: 1px solid #499EDF;
|
|
191
|
-
background-color: #F8F8F8;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.font {
|
|
195
|
-
font: 15px PingFang-SC-Medium;
|
|
196
|
-
color: #666666;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.input-font {
|
|
200
|
-
font: 15px PingFang-SC-Medium;
|
|
201
|
-
color: #333333;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.button_shrink_top {
|
|
205
|
-
width: 34px;
|
|
206
|
-
height: 34px;
|
|
207
|
-
border: solid 1px #6aa6e2;
|
|
208
|
-
background-size: 100%;
|
|
209
|
-
background-image: url("../../../../static/newStyle/stretch_top.png")
|
|
210
|
-
}
|
|
211
|
-
.button_shrink_bottom {
|
|
212
|
-
width: 34px;
|
|
213
|
-
height: 34px;
|
|
214
|
-
border: solid 1px #6aa6e2;
|
|
215
|
-
background-size: 100%;
|
|
216
|
-
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
|
217
|
-
}
|
|
218
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div style="width: 100%">
|
|
3
|
+
<div partial style="padding: 10px">
|
|
4
|
+
<div class="row app-row">
|
|
5
|
+
<div class="col-xs-4">
|
|
6
|
+
<label class="font text-left">客户名称:</label>
|
|
7
|
+
</div>
|
|
8
|
+
<div class="col-xs-8">
|
|
9
|
+
<input class="search_input input-font" v-model=model.data[0].f_user_name />
|
|
10
|
+
</div>
|
|
11
|
+
</div>
|
|
12
|
+
<div class="row app-row">
|
|
13
|
+
<div class="col-xs-4">
|
|
14
|
+
<label class="font text-left">电  话:</label>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="col-xs-8">
|
|
17
|
+
<input class="search_input input-font" v-model=model.data[0].f_phone />
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
<div class="row app-row">
|
|
21
|
+
<div class="col-xs-4">
|
|
22
|
+
<label class="font text-left">工程编号:</label>
|
|
23
|
+
</div>
|
|
24
|
+
<div class="col-xs-8">
|
|
25
|
+
<input class="search_input input-font" v-model=model.data[0].f_apply_num />
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="row app-row">
|
|
29
|
+
<div class="col-xs-4">
|
|
30
|
+
<label class="font text-left">合同编号:</label>
|
|
31
|
+
</div>
|
|
32
|
+
<div class="col-xs-8">
|
|
33
|
+
<input class="search_input input-font" v-model=model.data[0].f_contract_number />
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
<div class="row app-row">
|
|
37
|
+
<div class="col-xs-4">
|
|
38
|
+
<label class="font text-left">报建类型:</label>
|
|
39
|
+
</div>
|
|
40
|
+
<div class="col-xs-8">
|
|
41
|
+
<input class="search_input input-font" v-model=model.data[0].f_apply_type />
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
<div class="row app-row">
|
|
45
|
+
<div class="col-xs-4">
|
|
46
|
+
<label class="font text-left">客户编号:</label>
|
|
47
|
+
</div>
|
|
48
|
+
<div class="col-xs-8">
|
|
49
|
+
<input class="search_input input-font" v-model=model.data[0].f_userinfo_code />
|
|
50
|
+
</div>
|
|
51
|
+
</div>
|
|
52
|
+
<div class="row app-row">
|
|
53
|
+
<div class="col-xs-4">
|
|
54
|
+
<label class="font text-left">办理环节:</label>
|
|
55
|
+
</div>
|
|
56
|
+
<div class="col-xs-8">
|
|
57
|
+
<input class="search_input input-font" v-model=model.data[0].defname />
|
|
58
|
+
</div>
|
|
59
|
+
</div>
|
|
60
|
+
<div class="row app-row">
|
|
61
|
+
<div class="col-xs-4">
|
|
62
|
+
<label class="font text-left">地  址:</label>
|
|
63
|
+
</div>
|
|
64
|
+
<div class="col-xs-8">
|
|
65
|
+
<input class="search_input input-font" v-model=model.data[0].f_address />
|
|
66
|
+
</div>
|
|
67
|
+
</div>
|
|
68
|
+
<div class="row app-row">
|
|
69
|
+
<div class="col-xs-4">
|
|
70
|
+
<label class="font text-left">施工备注:</label>
|
|
71
|
+
</div>
|
|
72
|
+
<div class="col-xs-8">
|
|
73
|
+
<input class="search_input input-font" v-model=model.data[0].f_construction_remarks />
|
|
74
|
+
</div>
|
|
75
|
+
</div>
|
|
76
|
+
<div class="row app-row">
|
|
77
|
+
<div class="col-xs-4">
|
|
78
|
+
<label class="font text-left">报建日期:</label>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="col-xs-8">
|
|
81
|
+
<input class="search_input input-font" v-model=model.data[0].f_apply_date />
|
|
82
|
+
</div>
|
|
83
|
+
</div>
|
|
84
|
+
<div class="row app-row">
|
|
85
|
+
<div class="col-xs-4">
|
|
86
|
+
<label class="font text-left">备注:</label>
|
|
87
|
+
</div>
|
|
88
|
+
<div class="col-xs-8">
|
|
89
|
+
<input class="search_input input-font" v-model=model.f_price_number />
|
|
90
|
+
</div>
|
|
91
|
+
</div>
|
|
92
|
+
<div class="row app-row">
|
|
93
|
+
<div class="col-xs-4">
|
|
94
|
+
<label class="font text-left">客服建议:</label>
|
|
95
|
+
</div>
|
|
96
|
+
<div class="col-xs-8">
|
|
97
|
+
<input class="search_input input-font" v-model=model.f_price_idea />
|
|
98
|
+
</div>
|
|
99
|
+
</div>
|
|
100
|
+
<div class="row app-row">
|
|
101
|
+
<button class="btn btn-default button_spacing" style="min-width:100px;"
|
|
102
|
+
@click="click(row)">保存</button>
|
|
103
|
+
<button class="btn btn-default button_spacing" style="min-width:100px;"
|
|
104
|
+
@click="click(row)">提交</button>
|
|
105
|
+
</div>
|
|
106
|
+
</div>
|
|
107
|
+
</div>
|
|
108
|
+
</template>
|
|
109
|
+
<script>
|
|
110
|
+
import Vue from 'vue'
|
|
111
|
+
import {PagedList, HttpResetClass} from 'vue-client'
|
|
112
|
+
|
|
113
|
+
export default {
|
|
114
|
+
title: '客服管理',
|
|
115
|
+
data () {
|
|
116
|
+
return {
|
|
117
|
+
model: null,
|
|
118
|
+
criteriaShow: false
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
ready () {
|
|
122
|
+
this.search()
|
|
123
|
+
},
|
|
124
|
+
methods: {
|
|
125
|
+
clear () {
|
|
126
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
127
|
+
this.$refs.cp.$refs.cri.model[key] = null
|
|
128
|
+
})
|
|
129
|
+
},
|
|
130
|
+
// 查询
|
|
131
|
+
async search () {
|
|
132
|
+
let http = new HttpResetClass()
|
|
133
|
+
let res = await http.load(
|
|
134
|
+
'POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/supervisory`, {
|
|
135
|
+
data: {
|
|
136
|
+
condition: '1=1',
|
|
137
|
+
data: {
|
|
138
|
+
id: Vue.user.id,
|
|
139
|
+
f_filiale: "榆林."+Vue.user.orgs
|
|
140
|
+
// id: this.$login.f.id,
|
|
141
|
+
// f_filiale: this.$login.f.f_fengongsi
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}, {
|
|
145
|
+
resolveMsg: null,
|
|
146
|
+
rejectMsg: `查询失败`
|
|
147
|
+
})
|
|
148
|
+
this.model = res
|
|
149
|
+
console.log('当前数据', this.model)
|
|
150
|
+
console.log('当前数据', this.model.data[0].f_user_name)
|
|
151
|
+
},
|
|
152
|
+
click (row) {
|
|
153
|
+
let _this = this
|
|
154
|
+
this.$dispatch('gotoson', {
|
|
155
|
+
_this: _this,
|
|
156
|
+
title: '详情信息',
|
|
157
|
+
safe: true
|
|
158
|
+
})
|
|
159
|
+
this.$goto('detailed-data', {selectdata: row}, 'self', _this.search)
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
events: {},
|
|
163
|
+
watch: {}
|
|
164
|
+
}
|
|
165
|
+
</script>
|
|
166
|
+
<style scoped>
|
|
167
|
+
.app-row {
|
|
168
|
+
height: auto;
|
|
169
|
+
background-color: white;
|
|
170
|
+
padding: 10px 10px 0 10px;
|
|
171
|
+
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.search_input {
|
|
175
|
+
border: 0;
|
|
176
|
+
outline: none;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.input-font {
|
|
180
|
+
font: 15px PingFang-SC-Medium;
|
|
181
|
+
color: #333333;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.app-text {
|
|
185
|
+
font-size: 12px;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.panel-self {
|
|
189
|
+
border-radius: 10px;
|
|
190
|
+
border: 1px solid #499EDF;
|
|
191
|
+
background-color: #F8F8F8;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.font {
|
|
195
|
+
font: 15px PingFang-SC-Medium;
|
|
196
|
+
color: #666666;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.input-font {
|
|
200
|
+
font: 15px PingFang-SC-Medium;
|
|
201
|
+
color: #333333;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.button_shrink_top {
|
|
205
|
+
width: 34px;
|
|
206
|
+
height: 34px;
|
|
207
|
+
border: solid 1px #6aa6e2;
|
|
208
|
+
background-size: 100%;
|
|
209
|
+
background-image: url("../../../../static/newStyle/stretch_top.png")
|
|
210
|
+
}
|
|
211
|
+
.button_shrink_bottom {
|
|
212
|
+
width: 34px;
|
|
213
|
+
height: 34px;
|
|
214
|
+
border: solid 1px #6aa6e2;
|
|
215
|
+
background-size: 100%;
|
|
216
|
+
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
|
217
|
+
}
|
|
218
|
+
</style>
|