Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uc_card
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
zhoujun
uc_card
Commits
f6b5cbc5
Commit
f6b5cbc5
authored
Jun 07, 2021
by
liyadong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
2311c372
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
72 additions
and
70 deletions
+72
-70
src/public/static/postcard/css/style.css
src/public/static/postcard/css/style.css
+24
-33
src/public/static/postcard/css/style.less
src/public/static/postcard/css/style.less
+48
-37
src/public/static/postcard/images/body_bg2.jpg
src/public/static/postcard/images/body_bg2.jpg
+0
-0
src/public/static/postcard/images/content3.png
src/public/static/postcard/images/content3.png
+0
-0
src/public/static/postcard/images/dialog_bg.png
src/public/static/postcard/images/dialog_bg.png
+0
-0
No files found.
src/public/static/postcard/css/style.css
View file @
f6b5cbc5
...
...
@@ -204,42 +204,22 @@ textarea {
.role-container
li
{
height
:
0.62rem
;
line-height
:
0.62rem
;
font-size
:
0.2
6
rem
;
font-size
:
0.2
4
rem
;
color
:
#5f1a11
;
text-align
:
left
;
margin-top
:
.3rem
;
font-weight
:
bold
;
text-align
:
center
;
margin-top
:
.5rem
;
}
.role-container
li
span
{
display
:
block
;
width
:
1.8rem
;
float
:
right
;
margin-left
:
.2rem
;
display
:
inline-block
;
width
:
3.23rem
;
-webkit-text-overflow
:
ellipsis
;
-moz-text-overflow
:
ellipsis
;
-ms-text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
overflow
:
hidden
;
margin-right
:
.45rem
;
}
.role-container
li
.role1
{
background
:
url("../images/role_img1.png")
no-repeat
center
;
background-size
:
auto
.62rem
;
}
.role-container
li
.role2
{
background
:
url("../images/role_img2.png")
no-repeat
center
;
background-size
:
auto
.62rem
;
}
.role-container
li
.role3
{
background
:
url("../images/role_img3.png")
no-repeat
center
;
background-size
:
auto
.62rem
;
}
.role-container
li
.role4
{
background
:
url("../images/role_img4.png")
no-repeat
center
;
background-size
:
auto
.62rem
;
}
.role-container
li
.role5
{
background
:
url("../images/role_img5.png")
no-repeat
center
;
background-size
:
auto
.62rem
;
}
.role-container
.left
{
float
:
left
;
...
...
@@ -252,12 +232,23 @@ textarea {
.role-container
.right
{
float
:
right
;
width
:
50%
;
padding-top
:
.4rem
;
padding-top
:
.55rem
;
}
.role-container
.right
li
{
margin-top
:
0
;
margin-bottom
:
.65rem
;
}
.role-container
.right
li
span
{
margin-left
:
.5rem
;
width
:
3rem
;
}
.role-container
.right
li
.role4
{
margin-bottom
:
.7rem
;
}
.role-container
.bottom
{
position
:
absolute
;
left
:
1.5rem
;
bottom
:
.
7
rem
;
bottom
:
.
45
rem
;
}
.role-container
.bottom
img
{
display
:
inline-block
;
...
...
@@ -324,14 +315,14 @@ textarea {
}
.arms-container
.arms
em
{
position
:
absolute
;
width
:
2
rem
;
width
:
3.6
rem
;
text-align
:
center
;
font-size
:
0.26rem
;
color
:
#5f1a11
;
height
:
0.7rem
;
line-height
:
0.7rem
;
font-weight
:
bold
;
left
:
3.2
rem
;
left
:
2.4
rem
;
top
:
1.9rem
;
}
.arms-container
.arms
em
.name2
{
...
...
@@ -550,8 +541,8 @@ textarea {
font-size
:
0.42rem
;
color
:
#613937
;
background
:
none
;
width
:
3.
4
rem
;
max-width
:
3.
4
rem
;
width
:
3.
9
rem
;
max-width
:
3.
9
rem
;
text-align
:
left
;
font-weight
:
bold
;
}
...
...
src/public/static/postcard/css/style.less
View file @
f6b5cbc5
...
...
@@ -104,42 +104,42 @@
li {
.lh(.62rem);
.fs(.26rem, @baseColor);
text-align: left;
margin-top: .3rem;
.fs(.24rem, @baseColor);
font-weight: bold;
text-align: center;
margin-top: .5rem;
span {
display: block
;
width: 1.8rem
;
.fr()
;
margin-left: .2rem
;
display: inline-block
;
width: 3.23rem
;
.ells();
margin-right: .45rem;
}
&.role1 {
background: url("../images/role_img1.png") no-repeat center;
background-size: auto .62rem;
}
&.role2 {
background: url("../images/role_img2.png") no-repeat center;
background-size: auto .62rem;
}
&.role3 {
background: url("../images/role_img3.png") no-repeat center;
background-size: auto .62rem;
}
&.role4 {
background: url("../images/role_img4.png") no-repeat center;
background-size: auto .62rem;
}
&.role5 {
background: url("../images/role_img5.png") no-repeat center;
background-size: auto .62rem;
}
//&.role1 {
// background: url("../images/role_img1.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role2 {
// background: url("../images/role_img2.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role3 {
// background: url("../images/role_img3.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role4 {
// background: url("../images/role_img4.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role5 {
// background: url("../images/role_img5.png") no-repeat center;
// background-size: auto .62rem;
//}
}
...
...
@@ -155,13 +155,24 @@
.right {
.fr();
width: 50%;
padding-top: .4rem;
padding-top: .55rem;
li{
margin-top: 0;
margin-bottom: .65rem;
span {
margin-left:.5rem;
width: 3rem;
}
&.role4{
margin-bottom: .7rem;
}
}
}
.bottom {
.pa();
left: 1.5rem;
bottom: .
7
rem;
bottom: .
45
rem;
img{
display: inline-block;
vertical-align: text-bottom;
...
...
@@ -230,12 +241,12 @@
padding-left:1.2rem;
em{
.pa();
width:
2
rem;
width:
3.6
rem;
text-align: center;
.fs(.26rem,@baseColor);
.lh(.7rem);
font-weight: bold;
left:
3.2
rem;
left:
2.4
rem;
top: 1.9rem;
&.name2{
top: 2.9rem;
...
...
@@ -506,8 +517,8 @@
height: .8rem;
.fs(.42rem,#613937);
background: none;
width: 3.
4
rem;
max-width: 3.
4
rem;
width: 3.
9
rem;
max-width: 3.
9
rem;
text-align: left;
font-weight: bold;
option{
...
...
src/public/static/postcard/images/body_bg2.jpg
View replaced file @
2311c372
View file @
f6b5cbc5
This image diff could not be displayed because it is too large. You can
view the blob
instead.
src/public/static/postcard/images/content3.png
View replaced file @
2311c372
View file @
f6b5cbc5
686 KB
|
W:
|
H:
667 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/public/static/postcard/images/dialog_bg.png
View replaced file @
2311c372
View file @
f6b5cbc5
590 KB
|
W:
|
H:
583 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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