Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MicroCommunityWeb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
langhongbin
MicroCommunityWeb
Commits
6c4a58fc
Commit
6c4a58fc
authored
Oct 19, 2023
by
xuwenhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
背景颜色
parent
dc5af86e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
26 deletions
+28
-26
public/css/vc-ui.css
public/css/vc-ui.css
+3
-1
public/pages/common/complaintManage/complaintManage.html
public/pages/common/complaintManage/complaintManage.html
+1
-1
public/user.html
public/user.html
+24
-24
No files found.
public/css/vc-ui.css
View file @
6c4a58fc
...
...
@@ -1631,7 +1631,9 @@ table.table-mail tr td {
.login
{
width
:
300px
;
padding
:
20px
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
/*background-color: #165bd3;*/
/*background: linear-gradient(blue, pink);*/
background
:
linear-gradient
(
#5d5ddc
,
#e3b8bf
);
border-radius
:
4px
;
position
:
absolute
;
left
:
50%
;
...
...
public/pages/common/complaintManage/complaintManage.html
View file @
6c4a58fc
...
...
@@ -92,7 +92,7 @@
<div
class=
"ibox"
>
<div
class=
"ibox-title"
>
<h5>
<span><vc:i18n
name=
"
民生诉求
"
namespace=
"complaintManage"
></vc:i18n></span>
<span><vc:i18n
name=
"
客户投诉
"
namespace=
"complaintManage"
></vc:i18n></span>
</h5>
<div
class=
"ibox-tools"
style=
"top:10px;"
>
<button
type=
"button"
class=
"btn btn-white btn-sm"
v-on:click=
"_toAuditPage()"
...
...
public/user.html
View file @
6c4a58fc
...
...
@@ -19,28 +19,28 @@
<div
class=
"layui-carousel video_mask"
id=
"login_carousel"
>
<vc:create
path=
"frame/bodyTop"
></vc:create>
<div
carousel-item
>
<div
class=
"carousel_div1"
></div
>
<div
class=
"carousel_div2"
></div
>
<div
class=
"carousel_div3"
></div
>
<div
carousel-item
class=
"carousel_div1"
>
<!-- <div class="carousel_div1"></div>--
>
<!-- <div class="carousel_div2"></div>--
>
<!-- <div class="carousel_div3"></div>--
>
</div>
<div
class=
"login layui-anim layui-anim-up"
>
<div
class=
"layui-logo"
style=
"width: 300px;height:80px"
>
<!--<img class="java110-logo" width="300px" height="80px;" /> -->
<a
href=
"#"
target=
"_blank"
class=
"java110-logo"
></a>
</div>
<fieldset
class=
"layui-elem-field layui-field-title"
>
<legend
class=
"text-white"
>
<span
class=
"java110-sub-system-name"
></span
>
</legend
>
</fieldset
>
<!-- <fieldset class="layui-elem-field layui-field-title">--
>
<!-- <legend class="text-white">--
>
<!-- <span class="java110-sub-system-name"></span>--
>
<!-- </legend>--
>
<!-- </fieldset>--
>
<div
id=
"component"
class=
"layui-form"
action=
""
method=
"post"
>
<vc:create
path=
"/pages/frame/login"
></vc:create>
</div>
<hr
class=
"layui-bg-gray"
>
<div
class=
"layui-footer text-white"
>
<!-- 底部固定区域 -->
©
2020-2023
©
北京尚博信科技有限公司
<!-- <span class="java110-company-team"></span>-->
</div>
...
...
@@ -53,20 +53,20 @@
<script
src=
"/vcCore/vcFramework.js"
></script>
<script
type=
"text/javascript"
>
var
layer
=
layui
.
layer
,
form
=
layui
.
form
,
carousel
=
layui
.
carousel
;
// 背景图片轮播
carousel
.
render
({
elem
:
'
#login_carousel
'
,
width
:
'
100%
'
,
height
:
'
100%
'
,
interval
:
3000
,
arrow
:
'
none
'
,
anim
:
'
fade
'
,
indicator
:
'
none
'
});
//
var layer = layui.layer,
//
form = layui.form,
//
carousel = layui.carousel;
//
//
//
背景图片轮播
//
carousel.render({
//
elem: '#login_carousel',
//
width: '100%',
//
height: '100%',
//
interval: 3000,
//
arrow: 'none',
//
anim: 'fade',
//
indicator: 'none'
//
});
</script>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment