-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdes_css.css
executable file
·61 lines (56 loc) · 948 Bytes
/
des_css.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
body {
background-image: url("images/iphoneOL.jpg");
background-repeat: no-repeat;
font-family: Avenir, sans-serif;
}
#screen {
height: 530px;
width: 300px;
margin: 105px 23px;
}
.head-bar {
background-color:#4e5ec9;
font-size:100%;
text-shadow:black 2px 2px 2px;
color:white;
height:45px;
width:300px;
margin-top:105px;
margin-left:31px;
}
.back-button {
width: 40px;
height: 25px;
border: 1px solid white;
position: relative;
background-color: lightgray;
display: inline-block;
text-align: center;
margin-left: 10px;
margin-top:9px;
}
body{
font-size:12px;
font-family:"微软雅黑";
color:#666;
}
*{
padding:0px;
margin:0px;
}
.input{
margin-left:50px;
margin-top:30px
}
.input1{
border-width: 2px;
border-color: darkblue;
width:40px;
height:270px;
font-size:20px;
}
.input2{
margin-left:15px;
margin-top:10px;
font-size:15px
}