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
| #p_layer {
| width: 78px;
| height: 75px;
| position: absolute;
| margin: 2px;
| }
|
| #vec_layer {
| background: url(../images/layer_img/img.png) no-repeat;
| background-color: #FFF;
| }
|
| #vec_layer {
| text-align: center;
| background-color: #FFF;
| /*border: 1px solid #CFCFCF;*/
| cursor: pointer;
| height: 49px;
| /*width: 50px;*/
| }
|
| #p_layer dl dt {
| bottom: 2px;
| color: #5b5b5b;
| height: 13px;
| left: -5px;
| line-height: 13px;
| position: absolute;
| text-align: center;
| white-space: nowrap;
| width: 100%;
| z-index: 9999;
| font-size: 12px;
| letter-spacing: 2px;
| }
|
| #p_layer dl dd {
| width: 50px;
| height: 57px;
| }
|
| #name_layer{
| position: absolute;
| right: 14px;
| top: 59px;
| }
|
|