system-phone 3.0.49-52 → 3.0.49-53
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/.babelrc +5 -5
- package/.editorconfig +9 -9
- package/.eslintrc.js +16 -16
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/CHANGELOG.md +1 -1
- package/Dockerfile +3 -3
- package/README.md +36 -36
- package/SystemPhone.iml +8 -8
- package/build/css-loaders.js +34 -34
- package/build/dev-client.js +8 -8
- package/build/dev-server.js +141 -141
- package/build/example-server.js +80 -80
- package/build/release.sh +28 -28
- package/build/utils.js +71 -71
- package/build/webpack.base.conf.js +82 -82
- package/build/webpack.dev.conf.js +31 -31
- package/build/webpack.example.conf.js +49 -49
- package/build/webpack.prod.conf.js +60 -60
- package/build/webpack.test.conf.js +31 -31
- package/build.gradle +27 -27
- package/config/dev.env.js +6 -6
- package/config/index.js +38 -38
- package/config/prod.env.js +3 -3
- package/config/test.env.js +6 -6
- package/gradle/wrapper/gradle-wrapper.properties +5 -5
- package/gradlew +183 -183
- package/gradlew.bat +100 -100
- package/index.html +21 -21
- package/nginx.conf +304 -304
- package/package.json +1 -1
- package/release.bat +5 -5
- package/src/App.vue +25 -25
- package/src/Util.js +415 -415
- package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
- package/src/android-bootstrap/less/.csscomb.json +304 -304
- package/src/android-bootstrap/less/.csslintrc +19 -19
- package/src/android-bootstrap/less/alerts.less +73 -73
- package/src/android-bootstrap/less/badges.less +66 -66
- package/src/android-bootstrap/less/bootstrap.less +56 -56
- package/src/android-bootstrap/less/breadcrumbs.less +26 -26
- package/src/android-bootstrap/less/button-groups.less +247 -247
- package/src/android-bootstrap/less/buttons.less +173 -173
- package/src/android-bootstrap/less/carousel.less +269 -269
- package/src/android-bootstrap/less/close.less +34 -34
- package/src/android-bootstrap/less/code.less +69 -69
- package/src/android-bootstrap/less/component-animations.less +33 -33
- package/src/android-bootstrap/less/dropdowns.less +216 -216
- package/src/android-bootstrap/less/forms.less +626 -626
- package/src/android-bootstrap/less/glyphicons.less +305 -305
- package/src/android-bootstrap/less/grid.less +84 -84
- package/src/android-bootstrap/less/input-groups.less +167 -167
- package/src/android-bootstrap/less/jumbotron.less +52 -52
- package/src/android-bootstrap/less/labels.less +64 -64
- package/src/android-bootstrap/less/list-group.less +141 -141
- package/src/android-bootstrap/less/media.less +66 -66
- package/src/android-bootstrap/less/mixins/alerts.less +14 -14
- package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
- package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
- package/src/android-bootstrap/less/mixins/buttons.less +69 -69
- package/src/android-bootstrap/less/mixins/center-block.less +7 -7
- package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
- package/src/android-bootstrap/less/mixins/forms.less +90 -90
- package/src/android-bootstrap/less/mixins/gradients.less +59 -59
- package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
- package/src/android-bootstrap/less/mixins/grid.less +122 -122
- package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
- package/src/android-bootstrap/less/mixins/image.less +33 -33
- package/src/android-bootstrap/less/mixins/labels.less +12 -12
- package/src/android-bootstrap/less/mixins/list-group.less +30 -30
- package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
- package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
- package/src/android-bootstrap/less/mixins/opacity.less +8 -8
- package/src/android-bootstrap/less/mixins/pagination.less +24 -24
- package/src/android-bootstrap/less/mixins/panels.less +24 -24
- package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
- package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
- package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
- package/src/android-bootstrap/less/mixins/resize.less +6 -6
- package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
- package/src/android-bootstrap/less/mixins/size.less +10 -10
- package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
- package/src/android-bootstrap/less/mixins/table-row.less +44 -44
- package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
- package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
- package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
- package/src/android-bootstrap/less/mixins.less +40 -40
- package/src/android-bootstrap/less/modals.less +151 -151
- package/src/android-bootstrap/less/navbar.less +660 -660
- package/src/android-bootstrap/less/navs.less +290 -290
- package/src/android-bootstrap/less/normalize.less +424 -424
- package/src/android-bootstrap/less/pager.less +76 -76
- package/src/android-bootstrap/less/pagination.less +89 -89
- package/src/android-bootstrap/less/panels.less +274 -274
- package/src/android-bootstrap/less/popovers.less +131 -131
- package/src/android-bootstrap/less/print.less +101 -101
- package/src/android-bootstrap/less/progress-bars.less +87 -87
- package/src/android-bootstrap/less/responsive-embed.less +35 -35
- package/src/android-bootstrap/less/responsive-utilities.less +194 -194
- package/src/android-bootstrap/less/scaffolding.less +161 -161
- package/src/android-bootstrap/less/tables.less +262 -262
- package/src/android-bootstrap/less/theme.less +291 -291
- package/src/android-bootstrap/less/thumbnails.less +36 -36
- package/src/android-bootstrap/less/tooltip.less +102 -102
- package/src/android-bootstrap/less/type.less +303 -303
- package/src/android-bootstrap/less/utilities.less +55 -55
- package/src/android-bootstrap/less/variables.less +896 -896
- package/src/android-bootstrap/less/wells.less +29 -29
- package/src/assets//351/242/204/347/272/246/345/256/211/346/243/200/345/276/205/345/212/236.png +0 -0
- package/src/bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
- package/src/bootstrap/less/.csscomb.json +304 -304
- package/src/bootstrap/less/.csslintrc +19 -19
- package/src/bootstrap/less/alerts.less +73 -73
- package/src/bootstrap/less/badges.less +66 -66
- package/src/bootstrap/less/bootstrap.less +56 -56
- package/src/bootstrap/less/breadcrumbs.less +26 -26
- package/src/bootstrap/less/button-groups.less +247 -247
- package/src/bootstrap/less/buttons.less +172 -172
- package/src/bootstrap/less/carousel.less +269 -269
- package/src/bootstrap/less/close.less +34 -34
- package/src/bootstrap/less/code.less +69 -69
- package/src/bootstrap/less/component-animations.less +33 -33
- package/src/bootstrap/less/dropdowns.less +216 -216
- package/src/bootstrap/less/forms.less +626 -626
- package/src/bootstrap/less/glyphicons.less +305 -305
- package/src/bootstrap/less/grid.less +84 -84
- package/src/bootstrap/less/input-groups.less +167 -167
- package/src/bootstrap/less/jumbotron.less +52 -52
- package/src/bootstrap/less/labels.less +64 -64
- package/src/bootstrap/less/list-group.less +141 -141
- package/src/bootstrap/less/media.less +66 -66
- package/src/bootstrap/less/mixins/alerts.less +14 -14
- package/src/bootstrap/less/mixins/background-variant.less +9 -9
- package/src/bootstrap/less/mixins/border-radius.less +18 -18
- package/src/bootstrap/less/mixins/buttons.less +69 -69
- package/src/bootstrap/less/mixins/center-block.less +7 -7
- package/src/bootstrap/less/mixins/clearfix.less +22 -22
- package/src/bootstrap/less/mixins/forms.less +90 -90
- package/src/bootstrap/less/mixins/gradients.less +59 -59
- package/src/bootstrap/less/mixins/grid-framework.less +92 -92
- package/src/bootstrap/less/mixins/grid.less +122 -122
- package/src/bootstrap/less/mixins/hide-text.less +21 -21
- package/src/bootstrap/less/mixins/image.less +33 -33
- package/src/bootstrap/less/mixins/labels.less +12 -12
- package/src/bootstrap/less/mixins/list-group.less +30 -30
- package/src/bootstrap/less/mixins/nav-divider.less +10 -10
- package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
- package/src/bootstrap/less/mixins/opacity.less +8 -8
- package/src/bootstrap/less/mixins/pagination.less +24 -24
- package/src/bootstrap/less/mixins/panels.less +24 -24
- package/src/bootstrap/less/mixins/progress-bar.less +10 -10
- package/src/bootstrap/less/mixins/reset-filter.less +8 -8
- package/src/bootstrap/less/mixins/reset-text.less +18 -18
- package/src/bootstrap/less/mixins/resize.less +6 -6
- package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
- package/src/bootstrap/less/mixins/size.less +10 -10
- package/src/bootstrap/less/mixins/tab-focus.less +9 -9
- package/src/bootstrap/less/mixins/table-row.less +44 -44
- package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
- package/src/bootstrap/less/mixins/text-overflow.less +8 -8
- package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
- package/src/bootstrap/less/mixins.less +40 -40
- package/src/bootstrap/less/modals.less +151 -151
- package/src/bootstrap/less/navbar.less +660 -660
- package/src/bootstrap/less/navs.less +286 -286
- package/src/bootstrap/less/normalize.less +424 -424
- package/src/bootstrap/less/pager.less +76 -76
- package/src/bootstrap/less/pagination.less +89 -89
- package/src/bootstrap/less/panels.less +275 -275
- package/src/bootstrap/less/popovers.less +131 -131
- package/src/bootstrap/less/print.less +101 -101
- package/src/bootstrap/less/progress-bars.less +87 -87
- package/src/bootstrap/less/responsive-embed.less +35 -35
- package/src/bootstrap/less/responsive-utilities.less +194 -194
- package/src/bootstrap/less/scaffolding.less +161 -161
- package/src/bootstrap/less/tables.less +262 -262
- package/src/bootstrap/less/theme.less +291 -291
- package/src/bootstrap/less/thumbnails.less +36 -36
- package/src/bootstrap/less/tooltip.less +102 -102
- package/src/bootstrap/less/type.less +303 -303
- package/src/bootstrap/less/utilities.less +55 -55
- package/src/bootstrap/less/variables.less +895 -895
- package/src/bootstrap/less/wells.less +29 -29
- package/src/components/AloneLoadParams.vue +26 -26
- package/src/components/AlreadyService.vue +193 -193
- package/src/components/AttendManage.vue +534 -534
- package/src/components/LoadAppdata.vue +38 -38
- package/src/components/LoginApp.vue +2 -2
- package/src/components/LoginAppNew.vue +587 -587
- package/src/components/ModifyPassWord.vue +216 -216
- package/src/components/NavBottom.vue +117 -117
- package/src/components/NavBottomV.vue +141 -141
- package/src/components/NavBottomVVV.vue +185 -185
- package/src/components/OnlineManage.vue +256 -256
- package/src/components/PhoneAllInfo.vue +68 -68
- package/src/components/PhoneChangemeterInfo.vue +116 -116
- package/src/components/PhoneImageInfo.vue +102 -102
- package/src/components/PhoneInfoTable.vue +39 -39
- package/src/components/PhoneMeterInfo.vue +132 -132
- package/src/components/PhoneRepairInfo.vue +146 -146
- package/src/components/PhoneSafeInfo.vue +101 -101
- package/src/components/PhoneSellInfo.vue +123 -123
- package/src/components/PhoneSellInfoLite.vue +112 -112
- package/src/components/PhoneUser.vue +202 -202
- package/src/components/PhoneUserDetil.vue +70 -70
- package/src/components/PhoneUserFind.vue +138 -138
- package/src/components/RightTree.vue +217 -217
- package/src/components/SystemSetUp.vue +332 -332
- package/src/components/TabBarPhone.vue +81 -81
- package/src/components/Test.vue +14 -14
- package/src/components/ToolsPage.vue +199 -199
- package/src/components/UploadManage.vue +194 -194
- package/src/components/gaomi/NavBottomV.vue +223 -223
- package/src/components/gaomi/NavBottomVVVV.vue +210 -210
- package/src/components/gaomi/Scroller.vue +63 -63
- package/src/components/gaomi/SystemSetUp.vue +186 -186
- package/src/components/gaomi/ToolsPage.vue +168 -168
- package/src/components/idea/feedBack.vue +150 -150
- package/src/components/idea/feedbackAdd.vue +366 -366
- package/src/components/info/ConfigInfo.vue +122 -122
- package/src/components/info/FindUserInfo.vue +157 -157
- package/src/components/info/InfoTable.vue +37 -37
- package/src/components/iot/InstructMessage.vue +313 -313
- package/src/components/iot/IotBaseInfo.vue +97 -97
- package/src/components/iot/IotMeterInfo.vue +77 -77
- package/src/components/iot/iotMonitoringMain.vue +501 -501
- package/src/components/online/ApplyOnline.vue +581 -581
- package/src/components/online/BJZhongRan/ApplyOnline.vue +600 -600
- package/src/components/screen/ChargeContentPage.vue +656 -656
- package/src/components/screen/ContentPage.vue +611 -611
- package/src/components/screen/GongdanContentPage.vue +149 -149
- package/src/components/screen/ListCountItem.vue +93 -93
- package/src/components/screen/ModuleTitle.vue +48 -48
- package/src/components/screen/SafeOrderContentPage.vue +440 -440
- package/src/components/screen/SecurityCheckItem.vue +50 -50
- package/src/components/screen/TotalItem.vue +76 -76
- package/src/components/screen/TotalUserNumber.vue +77 -77
- package/src/components/screen/WorkOrderItem.vue +51 -51
- package/src/components/screen/WorkOrderRightDownItem.vue +103 -103
- package/src/components/screen/WorkOrderRightItem.vue +115 -115
- package/src/components/userinfo/paymentQuery.vue +189 -189
- package/src/components/userinfo/queryFile.vue +190 -190
- package/src/components/wasm.vue +18 -18
- package/src/expandcssAndroid.less +521 -521
- package/src/filiale/yulinyuchuan/AlreadyService.vue +194 -194
- package/src/filiale/yulinyuchuan/AttendManage.vue +537 -537
- package/src/filiale/yulinyuchuan/LoginApp.vue +741 -741
- package/src/filiale/yulinyuchuan/OnlineManage.vue +256 -256
- package/src/filiale/yulinyuchuan/SystemSetUp.vue +332 -332
- package/src/filiale/yulinyuchuan/UploadManage.vue +195 -195
- package/src/filiale/yulinyuchuan/systemphonegrid.js +9 -9
- package/src/index.js +9 -9
- package/src/main.js +38 -38
- package/src/plugins/GetStringData.js +18 -18
- package/src/plugins/LoadParams.js +24 -24
- package/src/plugins/const.js +404 -404
- package/src/plugins/vue-py.js +37 -37
- package/src/services/ConfigService.js +24 -24
- package/src/stores/AppData.js +65 -65
- package/src/systemphone-gaomi.js +105 -105
- package/src/systemphone.js +58 -58
- package/src/systemphonegrid.js +181 -181
- package/src/util/LdapHelper.js +75 -75
- package/static/app.json +4 -4
- package/static/const.js +404 -404
- package/static/globals.txt +74 -74
- package/static/layui/font/iconfont.svg +554 -554
- package/static/vue-py.js +37 -37
- package/static/wasm_exec.js +465 -465
- package/test/unit/.eslintrc +5 -5
- package/test/unit/TestUtil.js +35 -35
- package/test/unit/context.html +20 -20
- package/test/unit/index.js +13 -13
- package/test/unit/init.js +13 -13
- package/test/unit/karma.conf.js +50 -50
- package/test/unit/specs/App.spec.js +17 -17
- package/test/unit/specs/Test.spec.js +28 -28
- package/test/unit/specs/components/LoginApp.spec.js +21 -21
- package/test/unit/specs/sevices/ConfigService.spec.js +23 -23
- package/test/unit/specs/sevices/GetDBTest.spec.js +28 -28
|
@@ -1,366 +1,366 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="auto select-overspread ">
|
|
3
|
-
<div class="row auto">
|
|
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
|
-
<v-select class="input-font"
|
|
10
|
-
placeholder="请选择反馈"
|
|
11
|
-
:value.sync="from.fk_Type"
|
|
12
|
-
:options='option'
|
|
13
|
-
close-on-select clear-button></v-select>
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
<div class="row app-row">
|
|
17
|
-
<div class="col-xs-4">
|
|
18
|
-
<!-- <img src="../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
|
19
|
-
<label class="font text-left">反馈内容:</label>
|
|
20
|
-
</div>
|
|
21
|
-
<div class="col-xs-8" >
|
|
22
|
-
<textarea class="form-control" placeholder="请输入反馈内容"cols="30" rows="3" style="resize: vertical;" v-model="from.fk_Content"></textarea>
|
|
23
|
-
</div>
|
|
24
|
-
</div>
|
|
25
|
-
</div>
|
|
26
|
-
<div class="row app-row text-center">
|
|
27
|
-
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 45%;" @click="save()">提交</button>
|
|
28
|
-
</div>
|
|
29
|
-
</div>
|
|
30
|
-
</template>
|
|
31
|
-
|
|
32
|
-
<script>
|
|
33
|
-
import {HttpResetClass} from "vue-client";
|
|
34
|
-
import Vue from "vue"
|
|
35
|
-
|
|
36
|
-
export default {
|
|
37
|
-
title: "意见反馈",
|
|
38
|
-
props: {},
|
|
39
|
-
data() {
|
|
40
|
-
return {
|
|
41
|
-
// option: this.$appdata.getParam('意见反馈类型'),
|
|
42
|
-
option:[{label:'意见反馈类型一',value:'意见反馈类型一'},{label:'意见反馈类型二',value:'意见反馈类型二'}],
|
|
43
|
-
from: {
|
|
44
|
-
// fk_Name: Vue.user.name,
|
|
45
|
-
// fk_Id: Vue.user.id,
|
|
46
|
-
fk_Id:'1',
|
|
47
|
-
fk_Name:'奥德',
|
|
48
|
-
fk_Type: '',
|
|
49
|
-
fk_Content: '',
|
|
50
|
-
fk_Firm:'测试'
|
|
51
|
-
// fkFirm:Vue.user.orgid,
|
|
52
|
-
},
|
|
53
|
-
margintop: document.documentElement.clientHeight * 0.1,
|
|
54
|
-
show: false
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
methods: {
|
|
58
|
-
save() {
|
|
59
|
-
/*console.log(this.from.fkType=option.value)*/
|
|
60
|
-
if(this.from.fk_Type && this.from.fk_Content){
|
|
61
|
-
this.$resetpost(`/rs/logic/add_feedback`, this.from).then((res) => {
|
|
62
|
-
alert("添加成功");
|
|
63
|
-
console.log(this.from);
|
|
64
|
-
})
|
|
65
|
-
}else{
|
|
66
|
-
alert("反馈类型和内容不能为空")
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
},
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
</script>
|
|
73
|
-
<style scoped="">
|
|
74
|
-
.app-row {
|
|
75
|
-
background-color: white;
|
|
76
|
-
padding: 10px 10px 0 10px;
|
|
77
|
-
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
|
78
|
-
}
|
|
79
|
-
.devicetext {
|
|
80
|
-
font: 13px PingFang-SC-Medium;
|
|
81
|
-
position:fixed;
|
|
82
|
-
width:100%;
|
|
83
|
-
bottom:13px;
|
|
84
|
-
transform: translate(-50%, -50%);
|
|
85
|
-
}
|
|
86
|
-
/*输入框样式*/
|
|
87
|
-
/*@import url(http://fonts.useso.com/css?family=Source+Sans+Pro:200,300);*/
|
|
88
|
-
* {
|
|
89
|
-
box-sizing: border-box;
|
|
90
|
-
margin: 0;
|
|
91
|
-
padding: 0;
|
|
92
|
-
font-weight: 300;
|
|
93
|
-
}
|
|
94
|
-
.loginbg {
|
|
95
|
-
font-family: 'Source Sans Pro', sans-serif;
|
|
96
|
-
color: white;
|
|
97
|
-
font-weight: 300;
|
|
98
|
-
}
|
|
99
|
-
.loginbg ::-webkit-input-placeholder {
|
|
100
|
-
/* WebKit browsers */
|
|
101
|
-
font-family: 'Source Sans Pro', sans-serif;
|
|
102
|
-
color: white;
|
|
103
|
-
font-weight: 300;
|
|
104
|
-
}
|
|
105
|
-
.loginbg :-moz-placeholder {
|
|
106
|
-
/* Mozilla Firefox 4 to 18 */
|
|
107
|
-
font-family: 'Source Sans Pro', sans-serif;
|
|
108
|
-
color: white;
|
|
109
|
-
opacity: 1;
|
|
110
|
-
font-weight: 300;
|
|
111
|
-
}
|
|
112
|
-
.loginbg ::-moz-placeholder {
|
|
113
|
-
/* Mozilla Firefox 19+ */
|
|
114
|
-
font-family: 'Source Sans Pro', sans-serif;
|
|
115
|
-
color: white;
|
|
116
|
-
opacity: 1;
|
|
117
|
-
font-weight: 300;
|
|
118
|
-
}
|
|
119
|
-
.loginbg :-ms-input-placeholder {
|
|
120
|
-
/* Internet Explorer 10+ */
|
|
121
|
-
font-family: 'Source Sans Pro', sans-serif;
|
|
122
|
-
color: white;
|
|
123
|
-
font-weight: 300;
|
|
124
|
-
}
|
|
125
|
-
.wrapper {
|
|
126
|
-
/*background: #2D83BA;
|
|
127
|
-
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
|
128
|
-
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);
|
|
129
|
-
opacity: 0.8;*/
|
|
130
|
-
/*position: absolute;*/
|
|
131
|
-
/*top: 50%;
|
|
132
|
-
right: 10%;
|
|
133
|
-
width: 40%;
|
|
134
|
-
height: 350px;
|
|
135
|
-
margin-top: -150px;*/
|
|
136
|
-
overflow: hidden;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.wrapper.form-success .container h3{
|
|
140
|
-
-webkit-transform: translateY(85px);
|
|
141
|
-
-ms-transform: translateY(85px);
|
|
142
|
-
transform: translateY(85px);
|
|
143
|
-
}
|
|
144
|
-
.container {
|
|
145
|
-
/*max-width: 350px;*/
|
|
146
|
-
margin: 0 auto;
|
|
147
|
-
/*padding: 30px 100px 50px 100px;
|
|
148
|
-
height: 350px;*/
|
|
149
|
-
text-align: center;
|
|
150
|
-
/*以下增加*/
|
|
151
|
-
/*background: #2D83BA;
|
|
152
|
-
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
|
153
|
-
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);*/
|
|
154
|
-
opacity: 0.8;
|
|
155
|
-
}
|
|
156
|
-
.container h3{
|
|
157
|
-
font-size: 40px;
|
|
158
|
-
-webkit-transition-duration: 1s;
|
|
159
|
-
transition-duration: 1s;
|
|
160
|
-
-webkit-transition-timing-function: ease-in-put;
|
|
161
|
-
transition-timing-function: ease-in-put;
|
|
162
|
-
font-weight: 200;
|
|
163
|
-
}
|
|
164
|
-
.form {
|
|
165
|
-
padding: 20px 0;
|
|
166
|
-
/*margin-top: 15%;*/
|
|
167
|
-
position: relative;
|
|
168
|
-
z-index: 2;
|
|
169
|
-
}
|
|
170
|
-
.form input {
|
|
171
|
-
-webkit-appearance: none;
|
|
172
|
-
-moz-appearance: none;
|
|
173
|
-
appearance: none;
|
|
174
|
-
outline: 0;
|
|
175
|
-
border: 1px solid #50ABE6;
|
|
176
|
-
background-color: #50ABE6;
|
|
177
|
-
width: 250px;
|
|
178
|
-
border-radius: 3px;
|
|
179
|
-
padding: 10px 15px;
|
|
180
|
-
margin: 0 auto 10px auto;
|
|
181
|
-
display: block;
|
|
182
|
-
text-align: center;
|
|
183
|
-
font-size: 18px;
|
|
184
|
-
color: white;
|
|
185
|
-
-webkit-transition-duration: 0.25s;
|
|
186
|
-
transition-duration: 0.25s;
|
|
187
|
-
font-weight: 300;
|
|
188
|
-
}
|
|
189
|
-
.form input:hover {
|
|
190
|
-
background-color: rgba(255, 255, 255, 0.4);
|
|
191
|
-
}
|
|
192
|
-
.form input:focus {
|
|
193
|
-
background-color: white;
|
|
194
|
-
width: 300px;
|
|
195
|
-
color: #53e3a6;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
.form button {
|
|
200
|
-
-webkit-appearance: none;
|
|
201
|
-
-moz-appearance: none;
|
|
202
|
-
appearance: none;
|
|
203
|
-
outline: 0;
|
|
204
|
-
background-color: white;
|
|
205
|
-
border: 0;
|
|
206
|
-
padding: 10px 15px;
|
|
207
|
-
color: #253830;
|
|
208
|
-
border-radius: 3px;
|
|
209
|
-
width: 250px;
|
|
210
|
-
cursor: pointer;
|
|
211
|
-
font-size: 18px;
|
|
212
|
-
-webkit-transition-duration: 0.25s;
|
|
213
|
-
transition-duration: 0.25s;
|
|
214
|
-
}
|
|
215
|
-
.form button:hover {
|
|
216
|
-
background-color: #f5f7f9;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
/*注册字体样式*/
|
|
220
|
-
.form span {
|
|
221
|
-
color: #fff;
|
|
222
|
-
display: table-footer-group;
|
|
223
|
-
position: absolute;
|
|
224
|
-
right: 10px;
|
|
225
|
-
margin-top: 10px;
|
|
226
|
-
cursor: pointer;
|
|
227
|
-
}
|
|
228
|
-
.logotitle {
|
|
229
|
-
color: #fff;
|
|
230
|
-
position: absolute;
|
|
231
|
-
top: 50px;
|
|
232
|
-
left: 50px;
|
|
233
|
-
font-size: 50px;
|
|
234
|
-
}
|
|
235
|
-
/*注册模态框界面样式*/
|
|
236
|
-
.modifystyle {
|
|
237
|
-
background: #FCFEEE;
|
|
238
|
-
}
|
|
239
|
-
.modifystyle div{
|
|
240
|
-
height: auto;
|
|
241
|
-
margin-bottom: 15px;
|
|
242
|
-
/*text-align: center;*/
|
|
243
|
-
/*margin-left: 20%;*/
|
|
244
|
-
}
|
|
245
|
-
/*bootstrap字体图标要手动调整,所以使用字体图标的span必须紧跟在input后面,负责会错位*/
|
|
246
|
-
.modifystyle div input + span{
|
|
247
|
-
top: 0!important;
|
|
248
|
-
right: 32%;
|
|
249
|
-
}
|
|
250
|
-
.modifystyle span{
|
|
251
|
-
color: red;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
/* 通告区内容 */
|
|
255
|
-
.notice-board {
|
|
256
|
-
height: auto;
|
|
257
|
-
position: absolute;
|
|
258
|
-
top: 50%;
|
|
259
|
-
margin-top: -150px;
|
|
260
|
-
margin-left: 100px;
|
|
261
|
-
color: #fff;
|
|
262
|
-
}
|
|
263
|
-
/*修改密码底部按钮部分样式*/
|
|
264
|
-
.footerbtn {
|
|
265
|
-
text-align: center;
|
|
266
|
-
padding: 15px;
|
|
267
|
-
}
|
|
268
|
-
.footerbtn button {
|
|
269
|
-
width: 100px;
|
|
270
|
-
margin-left: 20px;
|
|
271
|
-
}
|
|
272
|
-
.bg-bubbles {
|
|
273
|
-
position: absolute;
|
|
274
|
-
top: 0;
|
|
275
|
-
left: 0;
|
|
276
|
-
width: 100%;
|
|
277
|
-
height: 100%;
|
|
278
|
-
z-index: 1;
|
|
279
|
-
}
|
|
280
|
-
.bg-bubbles li {
|
|
281
|
-
position: absolute;
|
|
282
|
-
list-style: none;
|
|
283
|
-
display: block;
|
|
284
|
-
width: 40px;
|
|
285
|
-
height: 40px;
|
|
286
|
-
background-color: rgba(255, 255, 255, 0.15);
|
|
287
|
-
bottom: -160px;
|
|
288
|
-
-webkit-animation: square 25s infinite;
|
|
289
|
-
animation: square 25s infinite;
|
|
290
|
-
-webkit-transition-timing-function: linear;
|
|
291
|
-
transition-timing-function: linear;
|
|
292
|
-
}
|
|
293
|
-
.bg-bubbles li:nth-child(1) {
|
|
294
|
-
left: 10%;
|
|
295
|
-
}
|
|
296
|
-
.bg-bubbles li:nth-child(2) {
|
|
297
|
-
left: 20%;
|
|
298
|
-
width: 80px;
|
|
299
|
-
height: 80px;
|
|
300
|
-
-webkit-animation-delay: 2s;
|
|
301
|
-
animation-delay: 2s;
|
|
302
|
-
-webkit-animation-duration: 17s;
|
|
303
|
-
animation-duration: 17s;
|
|
304
|
-
}
|
|
305
|
-
.bg-bubbles li:nth-child(3) {
|
|
306
|
-
left: 25%;
|
|
307
|
-
-webkit-animation-delay: 4s;
|
|
308
|
-
animation-delay: 4s;
|
|
309
|
-
}
|
|
310
|
-
.bg-bubbles li:nth-child(4) {
|
|
311
|
-
left: 40%;
|
|
312
|
-
width: 60px;
|
|
313
|
-
height: 60px;
|
|
314
|
-
-webkit-animation-duration: 22s;
|
|
315
|
-
animation-duration: 22s;
|
|
316
|
-
background-color: rgba(255, 255, 255, 0.25);
|
|
317
|
-
}
|
|
318
|
-
.bg-bubbles li:nth-child(5) {
|
|
319
|
-
left: 70%;
|
|
320
|
-
}
|
|
321
|
-
.bg-bubbles li:nth-child(6) {
|
|
322
|
-
left: 80%;
|
|
323
|
-
width: 120px;
|
|
324
|
-
height: 120px;
|
|
325
|
-
-webkit-animation-delay: 3s;
|
|
326
|
-
animation-delay: 3s;
|
|
327
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
328
|
-
}
|
|
329
|
-
.bg-bubbles li:nth-child(7) {
|
|
330
|
-
left: 32%;
|
|
331
|
-
width: 160px;
|
|
332
|
-
height: 160px;
|
|
333
|
-
-webkit-animation-delay: 7s;
|
|
334
|
-
animation-delay: 7s;
|
|
335
|
-
}
|
|
336
|
-
.bg-bubbles li:nth-child(8) {
|
|
337
|
-
left: 55%;
|
|
338
|
-
width: 20px;
|
|
339
|
-
height: 20px;
|
|
340
|
-
-webkit-animation-delay: 15s;
|
|
341
|
-
animation-delay: 15s;
|
|
342
|
-
-webkit-animation-duration: 40s;
|
|
343
|
-
animation-duration: 40s;
|
|
344
|
-
}
|
|
345
|
-
.bg-bubbles li:nth-child(9) {
|
|
346
|
-
left: 25%;
|
|
347
|
-
width: 10px;
|
|
348
|
-
height: 10px;
|
|
349
|
-
-webkit-animation-delay: 2s;
|
|
350
|
-
animation-delay: 2s;
|
|
351
|
-
-webkit-animation-duration: 40s;
|
|
352
|
-
animation-duration: 40s;
|
|
353
|
-
background-color: rgba(255, 255, 255, 0.3);
|
|
354
|
-
}
|
|
355
|
-
.bg-bubbles li:nth-child(10) {
|
|
356
|
-
left: 90%;
|
|
357
|
-
width: 160px;
|
|
358
|
-
height: 160px;
|
|
359
|
-
-webkit-animation-delay: 11s;
|
|
360
|
-
animation-delay: 11s;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
</style>
|
|
365
|
-
|
|
366
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div class="auto select-overspread ">
|
|
3
|
+
<div class="row auto">
|
|
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
|
+
<v-select class="input-font"
|
|
10
|
+
placeholder="请选择反馈"
|
|
11
|
+
:value.sync="from.fk_Type"
|
|
12
|
+
:options='option'
|
|
13
|
+
close-on-select clear-button></v-select>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="row app-row">
|
|
17
|
+
<div class="col-xs-4">
|
|
18
|
+
<!-- <img src="../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
|
19
|
+
<label class="font text-left">反馈内容:</label>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="col-xs-8" >
|
|
22
|
+
<textarea class="form-control" placeholder="请输入反馈内容"cols="30" rows="3" style="resize: vertical;" v-model="from.fk_Content"></textarea>
|
|
23
|
+
</div>
|
|
24
|
+
</div>
|
|
25
|
+
</div>
|
|
26
|
+
<div class="row app-row text-center">
|
|
27
|
+
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 45%;" @click="save()">提交</button>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<script>
|
|
33
|
+
import {HttpResetClass} from "vue-client";
|
|
34
|
+
import Vue from "vue"
|
|
35
|
+
|
|
36
|
+
export default {
|
|
37
|
+
title: "意见反馈",
|
|
38
|
+
props: {},
|
|
39
|
+
data() {
|
|
40
|
+
return {
|
|
41
|
+
// option: this.$appdata.getParam('意见反馈类型'),
|
|
42
|
+
option:[{label:'意见反馈类型一',value:'意见反馈类型一'},{label:'意见反馈类型二',value:'意见反馈类型二'}],
|
|
43
|
+
from: {
|
|
44
|
+
// fk_Name: Vue.user.name,
|
|
45
|
+
// fk_Id: Vue.user.id,
|
|
46
|
+
fk_Id:'1',
|
|
47
|
+
fk_Name:'奥德',
|
|
48
|
+
fk_Type: '',
|
|
49
|
+
fk_Content: '',
|
|
50
|
+
fk_Firm:'测试'
|
|
51
|
+
// fkFirm:Vue.user.orgid,
|
|
52
|
+
},
|
|
53
|
+
margintop: document.documentElement.clientHeight * 0.1,
|
|
54
|
+
show: false
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
methods: {
|
|
58
|
+
save() {
|
|
59
|
+
/*console.log(this.from.fkType=option.value)*/
|
|
60
|
+
if(this.from.fk_Type && this.from.fk_Content){
|
|
61
|
+
this.$resetpost(`/rs/logic/add_feedback`, this.from).then((res) => {
|
|
62
|
+
alert("添加成功");
|
|
63
|
+
console.log(this.from);
|
|
64
|
+
})
|
|
65
|
+
}else{
|
|
66
|
+
alert("反馈类型和内容不能为空")
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
},
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
</script>
|
|
73
|
+
<style scoped="">
|
|
74
|
+
.app-row {
|
|
75
|
+
background-color: white;
|
|
76
|
+
padding: 10px 10px 0 10px;
|
|
77
|
+
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
|
78
|
+
}
|
|
79
|
+
.devicetext {
|
|
80
|
+
font: 13px PingFang-SC-Medium;
|
|
81
|
+
position:fixed;
|
|
82
|
+
width:100%;
|
|
83
|
+
bottom:13px;
|
|
84
|
+
transform: translate(-50%, -50%);
|
|
85
|
+
}
|
|
86
|
+
/*输入框样式*/
|
|
87
|
+
/*@import url(http://fonts.useso.com/css?family=Source+Sans+Pro:200,300);*/
|
|
88
|
+
* {
|
|
89
|
+
box-sizing: border-box;
|
|
90
|
+
margin: 0;
|
|
91
|
+
padding: 0;
|
|
92
|
+
font-weight: 300;
|
|
93
|
+
}
|
|
94
|
+
.loginbg {
|
|
95
|
+
font-family: 'Source Sans Pro', sans-serif;
|
|
96
|
+
color: white;
|
|
97
|
+
font-weight: 300;
|
|
98
|
+
}
|
|
99
|
+
.loginbg ::-webkit-input-placeholder {
|
|
100
|
+
/* WebKit browsers */
|
|
101
|
+
font-family: 'Source Sans Pro', sans-serif;
|
|
102
|
+
color: white;
|
|
103
|
+
font-weight: 300;
|
|
104
|
+
}
|
|
105
|
+
.loginbg :-moz-placeholder {
|
|
106
|
+
/* Mozilla Firefox 4 to 18 */
|
|
107
|
+
font-family: 'Source Sans Pro', sans-serif;
|
|
108
|
+
color: white;
|
|
109
|
+
opacity: 1;
|
|
110
|
+
font-weight: 300;
|
|
111
|
+
}
|
|
112
|
+
.loginbg ::-moz-placeholder {
|
|
113
|
+
/* Mozilla Firefox 19+ */
|
|
114
|
+
font-family: 'Source Sans Pro', sans-serif;
|
|
115
|
+
color: white;
|
|
116
|
+
opacity: 1;
|
|
117
|
+
font-weight: 300;
|
|
118
|
+
}
|
|
119
|
+
.loginbg :-ms-input-placeholder {
|
|
120
|
+
/* Internet Explorer 10+ */
|
|
121
|
+
font-family: 'Source Sans Pro', sans-serif;
|
|
122
|
+
color: white;
|
|
123
|
+
font-weight: 300;
|
|
124
|
+
}
|
|
125
|
+
.wrapper {
|
|
126
|
+
/*background: #2D83BA;
|
|
127
|
+
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
|
128
|
+
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);
|
|
129
|
+
opacity: 0.8;*/
|
|
130
|
+
/*position: absolute;*/
|
|
131
|
+
/*top: 50%;
|
|
132
|
+
right: 10%;
|
|
133
|
+
width: 40%;
|
|
134
|
+
height: 350px;
|
|
135
|
+
margin-top: -150px;*/
|
|
136
|
+
overflow: hidden;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.wrapper.form-success .container h3{
|
|
140
|
+
-webkit-transform: translateY(85px);
|
|
141
|
+
-ms-transform: translateY(85px);
|
|
142
|
+
transform: translateY(85px);
|
|
143
|
+
}
|
|
144
|
+
.container {
|
|
145
|
+
/*max-width: 350px;*/
|
|
146
|
+
margin: 0 auto;
|
|
147
|
+
/*padding: 30px 100px 50px 100px;
|
|
148
|
+
height: 350px;*/
|
|
149
|
+
text-align: center;
|
|
150
|
+
/*以下增加*/
|
|
151
|
+
/*background: #2D83BA;
|
|
152
|
+
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
|
153
|
+
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);*/
|
|
154
|
+
opacity: 0.8;
|
|
155
|
+
}
|
|
156
|
+
.container h3{
|
|
157
|
+
font-size: 40px;
|
|
158
|
+
-webkit-transition-duration: 1s;
|
|
159
|
+
transition-duration: 1s;
|
|
160
|
+
-webkit-transition-timing-function: ease-in-put;
|
|
161
|
+
transition-timing-function: ease-in-put;
|
|
162
|
+
font-weight: 200;
|
|
163
|
+
}
|
|
164
|
+
.form {
|
|
165
|
+
padding: 20px 0;
|
|
166
|
+
/*margin-top: 15%;*/
|
|
167
|
+
position: relative;
|
|
168
|
+
z-index: 2;
|
|
169
|
+
}
|
|
170
|
+
.form input {
|
|
171
|
+
-webkit-appearance: none;
|
|
172
|
+
-moz-appearance: none;
|
|
173
|
+
appearance: none;
|
|
174
|
+
outline: 0;
|
|
175
|
+
border: 1px solid #50ABE6;
|
|
176
|
+
background-color: #50ABE6;
|
|
177
|
+
width: 250px;
|
|
178
|
+
border-radius: 3px;
|
|
179
|
+
padding: 10px 15px;
|
|
180
|
+
margin: 0 auto 10px auto;
|
|
181
|
+
display: block;
|
|
182
|
+
text-align: center;
|
|
183
|
+
font-size: 18px;
|
|
184
|
+
color: white;
|
|
185
|
+
-webkit-transition-duration: 0.25s;
|
|
186
|
+
transition-duration: 0.25s;
|
|
187
|
+
font-weight: 300;
|
|
188
|
+
}
|
|
189
|
+
.form input:hover {
|
|
190
|
+
background-color: rgba(255, 255, 255, 0.4);
|
|
191
|
+
}
|
|
192
|
+
.form input:focus {
|
|
193
|
+
background-color: white;
|
|
194
|
+
width: 300px;
|
|
195
|
+
color: #53e3a6;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
.form button {
|
|
200
|
+
-webkit-appearance: none;
|
|
201
|
+
-moz-appearance: none;
|
|
202
|
+
appearance: none;
|
|
203
|
+
outline: 0;
|
|
204
|
+
background-color: white;
|
|
205
|
+
border: 0;
|
|
206
|
+
padding: 10px 15px;
|
|
207
|
+
color: #253830;
|
|
208
|
+
border-radius: 3px;
|
|
209
|
+
width: 250px;
|
|
210
|
+
cursor: pointer;
|
|
211
|
+
font-size: 18px;
|
|
212
|
+
-webkit-transition-duration: 0.25s;
|
|
213
|
+
transition-duration: 0.25s;
|
|
214
|
+
}
|
|
215
|
+
.form button:hover {
|
|
216
|
+
background-color: #f5f7f9;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/*注册字体样式*/
|
|
220
|
+
.form span {
|
|
221
|
+
color: #fff;
|
|
222
|
+
display: table-footer-group;
|
|
223
|
+
position: absolute;
|
|
224
|
+
right: 10px;
|
|
225
|
+
margin-top: 10px;
|
|
226
|
+
cursor: pointer;
|
|
227
|
+
}
|
|
228
|
+
.logotitle {
|
|
229
|
+
color: #fff;
|
|
230
|
+
position: absolute;
|
|
231
|
+
top: 50px;
|
|
232
|
+
left: 50px;
|
|
233
|
+
font-size: 50px;
|
|
234
|
+
}
|
|
235
|
+
/*注册模态框界面样式*/
|
|
236
|
+
.modifystyle {
|
|
237
|
+
background: #FCFEEE;
|
|
238
|
+
}
|
|
239
|
+
.modifystyle div{
|
|
240
|
+
height: auto;
|
|
241
|
+
margin-bottom: 15px;
|
|
242
|
+
/*text-align: center;*/
|
|
243
|
+
/*margin-left: 20%;*/
|
|
244
|
+
}
|
|
245
|
+
/*bootstrap字体图标要手动调整,所以使用字体图标的span必须紧跟在input后面,负责会错位*/
|
|
246
|
+
.modifystyle div input + span{
|
|
247
|
+
top: 0!important;
|
|
248
|
+
right: 32%;
|
|
249
|
+
}
|
|
250
|
+
.modifystyle span{
|
|
251
|
+
color: red;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
/* 通告区内容 */
|
|
255
|
+
.notice-board {
|
|
256
|
+
height: auto;
|
|
257
|
+
position: absolute;
|
|
258
|
+
top: 50%;
|
|
259
|
+
margin-top: -150px;
|
|
260
|
+
margin-left: 100px;
|
|
261
|
+
color: #fff;
|
|
262
|
+
}
|
|
263
|
+
/*修改密码底部按钮部分样式*/
|
|
264
|
+
.footerbtn {
|
|
265
|
+
text-align: center;
|
|
266
|
+
padding: 15px;
|
|
267
|
+
}
|
|
268
|
+
.footerbtn button {
|
|
269
|
+
width: 100px;
|
|
270
|
+
margin-left: 20px;
|
|
271
|
+
}
|
|
272
|
+
.bg-bubbles {
|
|
273
|
+
position: absolute;
|
|
274
|
+
top: 0;
|
|
275
|
+
left: 0;
|
|
276
|
+
width: 100%;
|
|
277
|
+
height: 100%;
|
|
278
|
+
z-index: 1;
|
|
279
|
+
}
|
|
280
|
+
.bg-bubbles li {
|
|
281
|
+
position: absolute;
|
|
282
|
+
list-style: none;
|
|
283
|
+
display: block;
|
|
284
|
+
width: 40px;
|
|
285
|
+
height: 40px;
|
|
286
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
287
|
+
bottom: -160px;
|
|
288
|
+
-webkit-animation: square 25s infinite;
|
|
289
|
+
animation: square 25s infinite;
|
|
290
|
+
-webkit-transition-timing-function: linear;
|
|
291
|
+
transition-timing-function: linear;
|
|
292
|
+
}
|
|
293
|
+
.bg-bubbles li:nth-child(1) {
|
|
294
|
+
left: 10%;
|
|
295
|
+
}
|
|
296
|
+
.bg-bubbles li:nth-child(2) {
|
|
297
|
+
left: 20%;
|
|
298
|
+
width: 80px;
|
|
299
|
+
height: 80px;
|
|
300
|
+
-webkit-animation-delay: 2s;
|
|
301
|
+
animation-delay: 2s;
|
|
302
|
+
-webkit-animation-duration: 17s;
|
|
303
|
+
animation-duration: 17s;
|
|
304
|
+
}
|
|
305
|
+
.bg-bubbles li:nth-child(3) {
|
|
306
|
+
left: 25%;
|
|
307
|
+
-webkit-animation-delay: 4s;
|
|
308
|
+
animation-delay: 4s;
|
|
309
|
+
}
|
|
310
|
+
.bg-bubbles li:nth-child(4) {
|
|
311
|
+
left: 40%;
|
|
312
|
+
width: 60px;
|
|
313
|
+
height: 60px;
|
|
314
|
+
-webkit-animation-duration: 22s;
|
|
315
|
+
animation-duration: 22s;
|
|
316
|
+
background-color: rgba(255, 255, 255, 0.25);
|
|
317
|
+
}
|
|
318
|
+
.bg-bubbles li:nth-child(5) {
|
|
319
|
+
left: 70%;
|
|
320
|
+
}
|
|
321
|
+
.bg-bubbles li:nth-child(6) {
|
|
322
|
+
left: 80%;
|
|
323
|
+
width: 120px;
|
|
324
|
+
height: 120px;
|
|
325
|
+
-webkit-animation-delay: 3s;
|
|
326
|
+
animation-delay: 3s;
|
|
327
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
328
|
+
}
|
|
329
|
+
.bg-bubbles li:nth-child(7) {
|
|
330
|
+
left: 32%;
|
|
331
|
+
width: 160px;
|
|
332
|
+
height: 160px;
|
|
333
|
+
-webkit-animation-delay: 7s;
|
|
334
|
+
animation-delay: 7s;
|
|
335
|
+
}
|
|
336
|
+
.bg-bubbles li:nth-child(8) {
|
|
337
|
+
left: 55%;
|
|
338
|
+
width: 20px;
|
|
339
|
+
height: 20px;
|
|
340
|
+
-webkit-animation-delay: 15s;
|
|
341
|
+
animation-delay: 15s;
|
|
342
|
+
-webkit-animation-duration: 40s;
|
|
343
|
+
animation-duration: 40s;
|
|
344
|
+
}
|
|
345
|
+
.bg-bubbles li:nth-child(9) {
|
|
346
|
+
left: 25%;
|
|
347
|
+
width: 10px;
|
|
348
|
+
height: 10px;
|
|
349
|
+
-webkit-animation-delay: 2s;
|
|
350
|
+
animation-delay: 2s;
|
|
351
|
+
-webkit-animation-duration: 40s;
|
|
352
|
+
animation-duration: 40s;
|
|
353
|
+
background-color: rgba(255, 255, 255, 0.3);
|
|
354
|
+
}
|
|
355
|
+
.bg-bubbles li:nth-child(10) {
|
|
356
|
+
left: 90%;
|
|
357
|
+
width: 160px;
|
|
358
|
+
height: 160px;
|
|
359
|
+
-webkit-animation-delay: 11s;
|
|
360
|
+
animation-delay: 11s;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
</style>
|
|
365
|
+
|
|
366
|
+
|