Dolly
Dolly
  • 发布:2016-05-18 16:36
  • 更新:2016-05-19 03:15
  • 阅读:5954

hbuilder编辑css格式化css代码为单行

分类:HBuilder

css格式化之后这样显示:

  • {
    margin: 0;
    padding: 0;
    }

html {}

body {
font-family: "Microsoft Yahei", "微软雅黑";
background: #FEFEEB url(../images/download/index_bg.png) no-repeat center top;
background-size: 130%;
max-width: 640px;
margin: 0 auto;
overflow-x: hidden;
}

希望显示一行这样:
*{margin:0; padding:0;}
html{}
body{font-family:"Microsoft Yahei", "微软雅黑"; background:#FEFEEB url(../images/download/index_bg.png) no-repeat center top; background-size:130%; max-width:640px; margin:0 auto; overflow-x:hidden;}

2016-05-18 16:36 负责人:无 分享
已邀请:
DCloud_heavensoft
  • Dolly (作者)

    谢谢大神,真不错,已经可以了,么么哒~~~

    2016-05-21 16:01

该问题目前已经被锁定, 无法添加新回复