1 Star 1 Fork 14

NDTop/jpress-perfree-simple

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setting.html 2.59 KB
一键复制 编辑 原始数据 按行查看 历史
perfree 提交于 2019-03-22 14:39 . 优化代码布局,格式
#@layout()
#define content()
<style>
.panel-title a{display: block;width: 100%;height: 40px;line-height: 40px;padding-left: 10px;font-weight: 500;font-size: .9em;}
.panel-heading{padding: 0px!important;}
.panel-group{margin-top: 20px;}
label{font-weight: 500!important;font-size: 1em!important;}
.perfree-label{width: 150px;display: block;float: left;}
.perfree-about li{list-style: none;border-bottom: 1px solid #ccc;line-height: 40px;}
.perfree-content{display: block;padding-left: 40px;color: #d64c4c;}
.alipay,.wechat{display: block;width: fit-content;margin-left: 40px;padding: 10px;background: #3c8dbc;color: white;margin-top: 10px;border-radius: 4px;float: left;}
.wechat{margin-left: 10px;}
.wechat:hover,.alipay:hover{color: white;}
</style>
<div class="content-wrapper">
<section class="content-header">
<h1>
模板设置
<small>Template Setting</small>
</h1>
</section>
<section class="content">
<div class="row">
<div class="col-xs-12">
<div class="box box-primary">
<form class="form-horizontal form-setting" autocomplete="off"
id="optionForm">
<div class="box-body ">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<!--初始设置-->
#include("./_setting/_init.html")
<!--外观设置-->
#include("./_setting/_style.html")
<!--音乐设置-->
#include("./_setting/_music.html")
<!--高级设置-->
#include("./_setting/_senior.html")
<!--关于作者-->
#include("./_setting/_about.html")
</div>
<span style="color: #999">更多功能正在开发中...</span>
</div>
<div class="box-footer">
<div class="col-sm-offset-2 col-sm-10 submit-block">
<div class="box-submit">
<button type="submit" class="btn btn-primary">提交</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
</div>
#end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/FangPengbo/jpress-perfree-simple.git
git@gitee.com:FangPengbo/jpress-perfree-simple.git
FangPengbo
jpress-perfree-simple
jpress-perfree-simple
master

搜索帮助