Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
3797ae5d
Commit
3797ae5d
authored
Jan 28, 2019
by
a123456
Browse files
Signed-off-by: a123456 <1209165801@qq.com>
parent
9b306f83
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/images/data/img.png
0 → 100644
View file @
3797ae5d
320 KB
src/main/webapp/WEB-INF/manager/mweixin/img/index.ftl
0 → 100644
View file @
3797ae5d
<!
DOCTYPE
html>
<
html
>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
</body>
</
html
>
\ No newline at end of file
src/main/webapp/WEB-INF/manager/mweixin/metarial/index.ftl
View file @
3797ae5d
...
...
@@ -32,11 +32,12 @@
</div>
<div class="body">
<span v-text="material.title"></span>
<img
v-lazy
="material.img" />
<img
:src
="material.img" />
<p v-text="material.det"></p>
</div>
<div class="footer">
<i class="el-icon-edit"></i>
<em></em>
<i class="el-icon-delete"></i>
</div>
</div>
...
...
@@ -62,13 +63,13 @@
materialList
:
[
{
date
:
'
12
月
27
日'
,
title
:
'
HUAWEI
M
ate
20
6
GB
+
64
GB
全网最低价...'
,
img
:
''
,
img
:
'
../
images
/
data
/
img
.png
'
,
det
:
'传播名
HUAWEI
M
ate
20
6
GB
+
64
GB
全网最低价,后置摄像头后置莱卡散射,
12000
万亿像素(光脚,
1
/
1.6
光圈)+
1200
万像素(超广角),......'
},
{
date
:
'
12
月
27
日'
,
title
:
'
HUAWEI
M
ate
20
6
GB
+
64
GB
全网最低价...'
,
img
:
''
,
img
:
'
../
images
/
data
/
img
.png
'
,
det
:
'传播名
HUAWEI
M
ate
20
6
GB
+
64
GB
全网最低价,后置摄像头后置莱卡散射,
12000
万亿像素(光脚,
1
/
1.6
光圈)+
1200
万像素(超广角),......'
}
]
,
...
...
src/main/webapp/static/ms-admin/4.7.0/less/base/style.less
View file @
3797ae5d
...
...
@@ -39,13 +39,13 @@
@titleColor: #333;
//内容字体样式
@contentSize: 14px;
@contentColor: #
333
;
@contentColor: #
999
;
// 默认字体样式
@defalutSize: 14px;
@defalutColor: #333;
//辅助性描述样式
@auxiliarySize: 12px;
@auxiliaryColor: #
999
;
@auxiliaryColor: #
aaa
;
/*
*头像
...
...
src/main/webapp/static/mweixin/css/material-list.css
View file @
3797ae5d
...
...
@@ -50,7 +50,7 @@ input::-webkit-input-placeholder,
textarea
::-webkit-input-placeholder
{
font-weight
:
initial
;
font-size
:
12px
;
color
:
#
999
;
color
:
#
aaa
;
resize
:
none
;
}
*
::-webkit-scrollbar
{
...
...
@@ -120,14 +120,46 @@ textarea::-webkit-input-placeholder {
border-bottom
:
1px
solid
#e6e6e6
;
padding
:
10px
0
;
}
.ms-admin-material-list
.ms-admin-material-item
.head
span
{
color
:
#999
;
}
.ms-admin-material-list
.ms-admin-material-item
.body
{
display
:
flex
;
flex-direction
:
column
;
line-height
:
2em
;
}
.ms-admin-material-list
.ms-admin-material-item
.body
span
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
display
:
block
;
}
.ms-admin-material-list
.ms-admin-material-item
.body
img
{
width
:
170px
;
height
:
110px
;
margin
:
0.5em
auto
;
object-fit
:
cover
;
}
.ms-admin-material-list
.ms-admin-material-item
.body
p
{
margin
:
0
;
color
:
#999
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
-webkit-line-clamp
:
3
;
-webkit-box-orient
:
vertical
;
}
.ms-admin-material-list
.ms-admin-material-item
.footer
{
display
:
flex
;
padding
:
14px
0
;
}
.ms-admin-material-list
.ms-admin-material-item
.footer
i
{
color
:
#999
;
margin
:
auto
;
cursor
:
pointer
;
}
.ms-admin-material-list
.ms-admin-material-item
.footer
em
{
width
:
1px
;
height
:
1em
;
background
:
#e6e6e6
;
}
src/main/webapp/static/mweixin/material-list.less
View file @
3797ae5d
...
...
@@ -15,16 +15,39 @@
.head {
border-bottom: 1px solid #e6e6e6;
padding: 10px 0;
span {
color: @contentColor;
}
}
.body {
display: flex;
flex-direction: column;
line-height: 2em;
span {
.ms-ellipsis;
}
img {
.ms-width-height(170px, 110px);
margin: 0.5em auto;
object-fit: cover;
}
p {
margin: 0;
color: @contentColor;
.ms-ellipsis-clamp(3);
}
}
.footer {
display: flex;
padding: 14px 0;
i {
color: @contentColor;
margin: auto;
cursor: pointer;
}
em {
.ms-width-height(1px, 1em);
background: #e6e6e6;
}
}
}
...
...
Write
Preview
Supports
Markdown
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