-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother.css
65 lines (63 loc) · 959 Bytes
/
other.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
*{
margin:0;
padding:0;
}
#saolei{
margin:20px auto;
border:1px solid #333;
border-radius: 5px;
overflow: hidden;
}
#saolei p{
width:18px;
height:18px;
line-height: 20px;
border:1px solid #333;
font-size: 12px;
float:left;
position:relative;
background-color: #ccc;
text-align: center;
color:#fff;
}
#saolei p::after{
content:attr(data-num);
}
#saolei p span{
position:absolute;
left:-1px;
top:-1px;
width:18px;
height:18px;
border:solid 1px #333;
background-color: #999;
z-index:1;
}
.main{
}
#saolei p .yellow{
background-color:yellow;
}
#saolei .liang{
background-color: #eee;
}
.head,.footer{
text-align: center;
}
.butt{
font-size: 15px;
}
.btn{
line-height: 15px;
border:solid 1px #eee;
box-shadow: 2px 0px 1.5px rgba(255,255,255,.6);
border-radius: 4px;
background-color: green;
padding:10px 15px;
color:black;
cursor: pointer;
}
.markNum{
font-size: 12px;
color:red;
}