2018-01-25 07:26:03 +00:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
2018-03-22 11:02:26 +00:00
|
|
|
.titlebox {
|
2018-01-25 07:26:03 +00:00
|
|
|
height: 30px;
|
2018-03-22 11:02:26 +00:00
|
|
|
line-height: 30px;
|
2018-01-25 07:26:03 +00:00
|
|
|
padding-top: 5px;
|
2018-03-22 11:02:26 +00:00
|
|
|
padding-bottom: 5px;
|
2018-01-25 07:26:03 +00:00
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
position: relative;
|
|
|
|
|
bottom: -7px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-22 11:02:26 +00:00
|
|
|
.titletext {
|
|
|
|
|
color: #000000;
|
2018-01-25 07:26:03 +00:00
|
|
|
font-size: 22px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-22 11:02:26 +00:00
|
|
|
.graytext {
|
|
|
|
|
color: #8b8b8b;
|
2018-01-25 07:26:03 +00:00
|
|
|
}
|
|
|
|
|
|
2018-03-22 11:02:26 +00:00
|
|
|
.subtitle {
|
|
|
|
|
color: #5cacee;
|
2018-01-25 07:26:03 +00:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-22 11:02:26 +00:00
|
|
|
.rightbtn {
|
|
|
|
|
border-right: 10px;
|
2018-01-25 07:26:03 +00:00
|
|
|
float: right;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-22 11:02:26 +00:00
|
|
|
.heading {
|
2019-01-07 02:05:51 +00:00
|
|
|
margin-top: -10px;
|
|
|
|
|
margin-bottom: -10px;
|
2018-01-25 07:26:03 +00:00
|
|
|
}
|
|
|
|
|
|
2018-03-22 11:02:26 +00:00
|
|
|
.centerText {
|
2018-01-25 07:26:03 +00:00
|
|
|
text-align: center;
|
2018-03-22 11:02:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.uploadstatusbox {
|
|
|
|
|
color: #9C9C9C;
|
|
|
|
|
height: 48px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
height: 100%;
|
2018-07-30 07:18:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.loading {
|
|
|
|
|
line-height: 56px;
|
|
|
|
|
color: #545454;
|
|
|
|
|
padding-left: 60px;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
background: #FFFFFF url(loading.gif) no-repeat 10px 50%;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
-moz-border-radius: 20px;
|
|
|
|
|
-webkit-border-radius: 20px;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
|
2018-11-16 06:57:48 +00:00
|
|
|
}
|
|
|
|
|
|
2019-01-07 02:05:51 +00:00
|
|
|
.wordbreak {
|
|
|
|
|
word-break: break-all
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filetableheaderstyle {
|
|
|
|
|
height: 40px;
|
|
|
|
|
float: left;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
overflow: hidden;
|
2019-04-12 10:00:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gobacktopbox {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 30px;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gobacktopbutton {
|
|
|
|
|
width: 150px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
background-color: #FCFCFC;
|
|
|
|
|
color: #104E8B; alpha (Opacity=70);
|
|
|
|
|
-moz-opacity: 0.7;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
}
|
|
|
|
|
|
2020-01-06 01:10:12 +00:00
|
|
|
.shownoticebox {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 75px;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 50px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shownoticebutton {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: #FCFCFC;
|
|
|
|
|
color: #104E8B; alpha (Opacity=70);
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-12 10:00:58 +00:00
|
|
|
td {
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
word-wrap: break-all;
|
|
|
|
|
}
|
2019-04-25 01:32:44 +00:00
|
|
|
|
|
|
|
|
.vercodeimg {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-height: 35px;
|
|
|
|
|
cursor: pointer
|
2020-01-06 01:10:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.loadingremaininngbox {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
color: #104E8B; alpha (Opacity=70);
|
2019-04-25 01:32:44 +00:00
|
|
|
}
|