-
Notifications
You must be signed in to change notification settings - Fork 0
/
my-account-detail.css
59 lines (58 loc) · 2.23 KB
/
my-account-detail.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
@charset "utf-8";
/* CSS Document */
#mainr { width: 783px; height: auto; background-color: white; }
.mainr { width: 700px; height: 460px; margin: 30px 41px 33px 41px;}
.mainr .title { width: 100%; height: 40px; font-size: 20px; color: #202020;}
.mainr .title p { float: left;}
.mainr .title select { width: 112px; height: 22px; color: #088ae0; font-size: 14px; margin-left: 317px; line-height: 22px;}
.mainr .title input { width: 100px;
height: 14px;
background-color: #f9f9f9;
border: 1px solid #d4d4d4;
margin-left: 19px;
padding: 3px 4px 3px 4px;
}
.mainr .title .btn { width: 54px;
height: 22px;
background-color: #ffa200;
margin-left: 6px;
color: white;
line-height: 20px;
font-size: 14px;
-moz-border-radius: 4px; /* Firefox */
-webkit-border-radius: 4px; /* Safari 和 Chrome */
border-radius: 4px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.mainr .nav { width: 700px;
height: 34px;
background-color: #ecf9ff;
border-bottom: 1px solid #b9e5fa;
line-height: 34px;
font-size: 14px;
color: #6d6e71;
}
.mainr .nav li { line-height: 34px; float: left;}
.mainr .nav .date { width: 230px; height: 34px; padding-left: 10px; }
.mainr .nav .operate { width: 140px; height: 34px;}
.mainr .nav .money { width: 130px; height: 34px;}
.mainr .nav .withdraw { width: 180px; height: 34px; padding-right: 10px;}
.mainr .table { width: 680px; height: auto; color: #000000;}
.mainr .table ul { width: 680px; height: 40px; border-bottom: 1px solid #d4d4d4; }
.mainr .table ul li { float: left; line-height: 40px;}
.mainr .table .date { width: 230px;}
.mainr .table .operate { width: 140px;}
.mainr .table .money { width: 130px;}
.mainr .table .withdraw { width: 180px;}
.mainr .table .orange { color: #ffa200;}
.mainr .table .blue { color: #088ae0;}
.page { width: 280px; height: 20px; line-height: 20px; margin-top: 15px;}
.page span,.page a { color: #6d6e71; margin-left: 2px;}
.page a { margin-left: 3px; margin-right: 3px;}
.page a:hover { color: #088ae0;}
.page input { width: 25px;
height: 18px;
background-color: #f9f9f9;
border: 1px solid #d4d4d4;
padding: 2px 7px 2px 0;
color: #6d6e71;
}