Blame view

assets/pages/css/notice/notice.css 594 Bytes
10646c94   Andy   add
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
  .sbyc_top{
      padding-left: 20px;
      border-left: 4px solid #60d2dc;
      background-color: #c9f0f3;
      height: 64px;
  }
  .qdyc_bottom{
      margin-top: 18px;
      padding-left: 20px;
      border-left: 4px solid #faca63;
      background-color: #fbf7dc;
      height: 64px;
  }
  .sbyc_top span,.qdyc_bottom span{
      display: block;
  }
  .sbyc_top span:nth-of-type(1),.qdyc_bottom span:nth-of-type(1){
      font-size: 16px;
      color: #333;
      height: 38px;
      line-height: 50px;
  }
  .sbyc_top span:nth-of-type(2),.qdyc_bottom span:nth-of-type(2){
      font-size: 12px;
      color: #666;
      cursor: pointer;
  }