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
| /*head部分*/
| .am-header-default{
| background-color:#3bb4f2;
| }
| .report{
| margin:1.6rem;
| }
| .center{
| text-align:center;
| }
| .boder{
| box-shadow:-5px 5px #eee;
| }
| .time-div{
| text-align:center;
| }
| .am-icon-fw{
| color:#daaa65;
| }
| .choice-time{
| font-size: 1.4rem;
| line-height: 1.2;
| color: #555;
| vertical-align: middle;
| background-color: #fff;
| background-image: none;
| border: 1px solid #daaa65;
| border-radius: 0;
| }
|
|