userActivity.css
2.01 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
.activity_detail{
color: #333;
}
.activity_detail_rule{
background: rgb(247,247,247);
height:120px;
border-radius: 6px;
padding:15px 0;
}
.activity_detail_rule p{
height:60px;
line-height:60px;
font-size:15px;
font-weight:600;
text-align: center;
}
.activity_detail_rule .price{
text-align: left;
padding-left: 214px;
}
.activity_detail_rule .price span{
color:rgb(216,30,49);
font-size:20px;
display: inline-block;
padding:0 10px;
}
.activity_detail_content{
width:90%;
margin:0 auto;
font-size:15px;
}
.activity_detail_content h3,p{
text-align: left;
}
.activity_detail_content h3{
font-size:16px;
font-weight:600;
}
.activity_detail_content table{
margin:0px 0;
border-radius: 6px;
}
.activity_detail_content table td{
height:35px;
line-height:35px;
border-bottom:1px solid rgb(229,229,229);
}
.activity_detail_content table thead{
color:rgb(216,30,49);
background: rgb(247,247,247);
font-weight:600;
}
.activity_detail_search p{
float:left;
width:30%;
}
.activity_detail_search button{
width:10%;
border-radius: 5px;
background:rgb(216,30,49);
color:#fff;
border:0;
height:25px;
}
.detail-submit {
background: #d81e31;
color: #fff;
border-radius: 3px;
border: 0!important;
float: right;
margin-right: 0;
}
.activity_member_indirect {
width: 100%;
height: 30px;
line-height: 30px;
}
.activity_member_indirect p{
width: 50%;
float: left;
color: #404040;
}
.activity_member_indirect a{
margin-right: 10px;
padding: 0 10px;
height: 25px;
line-height: 25px;
margin-top: 4px;
cursor:pointer;
}
.activity_member_indirect a:hover{
color: #fff;
cursor:pointer;
}
.activity_member_direct p:nth-child(1){
width: 18%;
float: left;
color: #404040;
}
.activity_member_direct p{
width: 18%;
float: left;
color: #404040;
}
.activity_member_direct button{
margin-right: 10px;
padding: 0 10px;
height: 25px;
line-height: 25px;
margin-top: 4px;
cursor:pointer;
}
.activity_member_direct .member_direct_right button{
margin-top: 0px;
}