forked from inspoy/nasdapp-Pet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
99 lines (88 loc) · 1.47 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
body {
background: #eee;
padding-top: 50px;
}
.main {
padding: 50px;
background: #ffffff;
}
.sep {
height: 50px;
}
.img-placeholder {
height: 30em;
width: 20em;
background: yellow;
}
.property-line {
padding: 20px 0;
font-size: 1.5em;
}
.property-title {
font-weight: bold;
padding-right: 20px;
}
.property-content {
}
.progress-value{
position: absolute;
left: 0;
right: 0;
top: 0;
font-size: 15px;
text-align: center;
}
.action-feed{
background-image: none; /*TODO*/
height: 5em;
width: 8em;
position: relative;
}
.action-feed-info{
position: absolute;
top: 0;
left: 0;
right: 0;
color: #133270;
font-weight: bold;
opacity: 0;
}
.action-play-info{
position: absolute;
top: 0;
left: 0;
right: 0;
color: #133270;
font-weight: bold;
opacity: 0;
}
.action-play{
background-image: none; /*TODO*/
height: 5em;
width: 8em;
position: relative;
}
.action-cloth{
background-image: none; /*TODO*/
height: 5em;
width: 8em;
position: relative;
}
.action-text{
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
font-size: 2em;
}
.action-bg{
position: absolute;
width: 100%;
height: 100%;
transform: translateY(40%);
border-radius: 10px;
border-width:0 37px 50px 37px;
border-style: none solid solid;
border-color:transparent transparent #7cca6b;
}