| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .demo-info{
- background:#FFFEE6;
- color:#8F5700;
- padding:12px;
- }
- .demo-tip{
- width:16px;
- height:16px;
- margin-right:8px;
- float:left;
- }
- /*首页样式css*/
- .ct-tab-content{
- width:100%;
- height:100%;
- }
- .cs-home-remark{
- width:100%;
- height: 30%;
- position:relative;
- margin-bottom:2%;
- }
- .lf{
- float:left;
- width:100%;
- margin-left:3%;
- color:#00CBF6;
- }
- .lf-title{
- margin-left:3%;
- color:#00CBF6;
- font-width:bold;
- margin-bottom: 20px;
- }
- .lf-p1,.lp-p2{
- width:20%;
- height:40px;
- float: left;
- }
- .lf-p2{
- width:80%;
- float: right;
- }
|