Skip to content

Commit

Permalink
删除多余style
Browse files Browse the repository at this point in the history
  • Loading branch information
songchudong committed Apr 15, 2022
1 parent 9523195 commit 377ac45
Showing 1 changed file with 0 additions and 80 deletions.
80 changes: 0 additions & 80 deletions BTPanel/templates/default/site.html
Original file line number Diff line number Diff line change
@@ -1,86 +1,6 @@
{% extends "layout.html" %}

{% block content %}
<style>
.module_num{
display: inline-block;
height: 21px;
line-height: 20px;
width: 20px;
text-align: center;
border-radius: 3px;
margin-left: 10px;
background-color: #fde6e6;
border: 1px solid #fccece;
color: #ef0808;
}
.btn_num{
margin-left: 5px;
padding: 1px 5px;
text-align: center;
border-radius: 3px;
color: #fff;
background: #f6bf53;
}
.module_details_block .line_content {
width: 245px;
}
.warning_scan_body{
position: relative;
overflow: auto;
max-height:490px;
}
.cmsList ol{
padding: 20px;
}
.cmsList ol li{
width: 140px;
display: inline-block;
text-align: center;
}
.cms {
font-size:15px;
padding: 60px 100px 0 100px;
line-height: 30px;
}
.cms ol li {
width: 255px;
float: left;
}
.warning_scan_head .warning_scan_ps1{
line-height:30px;
display:inline-block;
text-align: left;
vertical-align: middle;
margin-left: 10px;
}
.warning_scan_head .buy{
position: absolute;
top: 45px;
width:101px;
font-size: 13px;
}
.warning_scan_head .buy .wechatEnterpriseService{
vertical-align: middle;
width:21px;
float:left;
margin-top: 3px;
}
.warning_scan_head .buy .service_buy2{
width:80px;
font-size: 15px;
}
.warning_scan_head .scanNone{
padding: 60px 0 0 50px;
}
.scanNone .buy{
position: absolute;
top: 160px;
width:101px;
font-size: 13px;
right: 85px;
}
</style>
<!--suppress SpellCheckingInspection, CheckEmptyScriptTag -->
<div class="main-content pb55">
<div class="container-fluid">
Expand Down

0 comments on commit 377ac45

Please sign in to comment.