| 123456789101112131415161718192021222324252627282930313233343536373839 |
- .export-tab{
- /*margin-top:20px;*/
- }
- .export-tips{
- font-weight:bold;
- }
- .export-tips .sp1,.export-tips .sp2{
- font-size: 20px;
- color: red;
- }
- a{
- text-decoration: none;
- }
- .red{
- background:red;
- padding:0px 3px;
- color:white;
- width:60px;
- height:20px;
- cursor: pointer;
- border:1px solid #ccc;
- border-radius: 10px;
- display: inline-block;
- }
- .green{
- background:green;
- padding:0px 3px;
- color:white;
- width:60px;
- height:20px;
- cursor: pointer;
- border:1px solid #ccc;
- border-radius: 10px;
- display: inline-block;
- }
|