Skip to content

Commit

Permalink
将管理模块独立出来
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceKing committed Oct 15, 2020
1 parent 939905e commit 2e62476
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions jmqtt-broker/src/main/resources/static/index/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,34 +146,34 @@ a {
}

.index-foot {
text-align:center;
text-align: center;
margin-top: 50px;
}

.button_foot {
width:150px;
text-align:center;
line-height:100%;
padding:0.3em;
font:16px Arial,sans-serif bold;
font-style:normal;
text-decoration:none;
margin:2px;
vertical-align:text-bottom;
zoom:1;
outline:none;
font-size-adjust:none;
font-stretch:normal;
border-radius:50px;
box-shadow:0px 1px 2px rgba(0,0,0,0.2);
text-shadow:0px 1px 1px rgba(0,0,0,0.3);
color:#fefee9;
border:0.2px solid #2299ff;
background-repeat:repeat;
background-size:auto;
background-origin:padding-box;
background-clip:padding-box;
background-color:#3399ff;
width: 150px;
text-align: center;
line-height: 100%;
padding: 0.3em;
font: 16px Arial, sans-serif bold;
font-style: normal;
text-decoration: none;
margin: 2px;
vertical-align: text-bottom;
zoom: 1;
outline: none;
font-size-adjust: none;
font-stretch: normal;
border-radius: 50px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
color: #fefee9;
border: 0.2px solid #2299ff;
background-repeat: repeat;
background-size: auto;
background-origin: padding-box;
background-clip: padding-box;
background-color: #3399ff;
background: linear-gradient(111deg, #04bde4, #3399ff);
}

Expand Down

0 comments on commit 2e62476

Please sign in to comment.