增加
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
body, div, p, a, table, textarea, form, img, ul, li {
|
||||
body,
|
||||
div,
|
||||
p,
|
||||
a,
|
||||
table,
|
||||
textarea,
|
||||
form,
|
||||
img,
|
||||
ul,
|
||||
li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
@@ -10,87 +19,61 @@ body {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.game_nav {
|
||||
background: #302828;
|
||||
color: white;
|
||||
font-size: 15px;
|
||||
padding: 2px 0px 2px 3px;
|
||||
color: white;
|
||||
font-style: italic;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.main {
|
||||
}
|
||||
.main {}
|
||||
|
||||
div {
|
||||
margin: 5px 2px;
|
||||
}
|
||||
|
||||
div img {
|
||||
margin-right: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
div img {
|
||||
margin-right: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div img {
|
||||
max-width: 100%;
|
||||
width: exPRession(document.body.clientWidth>250?"250px":"auto");
|
||||
overflow: hidden;
|
||||
}
|
||||
div img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.logo {
|
||||
max-height: 120px;
|
||||
}
|
||||
|
||||
.step-logo {
|
||||
max-height: 120px;
|
||||
}
|
||||
.head {}
|
||||
|
||||
.head {
|
||||
}
|
||||
.title {}
|
||||
|
||||
.title {
|
||||
}
|
||||
.content {}
|
||||
|
||||
.content {
|
||||
}
|
||||
|
||||
.item {
|
||||
}
|
||||
.item {}
|
||||
|
||||
.border {
|
||||
border-bottom: 1px dashed #9f8d8d;
|
||||
}
|
||||
|
||||
.tips {
|
||||
}
|
||||
|
||||
.menu {
|
||||
}
|
||||
|
||||
.clear {
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.foot {
|
||||
}
|
||||
.foot {}
|
||||
|
||||
body a {
|
||||
a {
|
||||
color: #1e5494;
|
||||
margin: 0 5px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #1e5494;
|
||||
/*display: inline-block;*/
|
||||
margin: 3px 4px 3px 4px;
|
||||
}
|
||||
a:link {
|
||||
color: #1e5494;
|
||||
/*display: inline-block;*/
|
||||
margin: 3px 4px 3px 4px;
|
||||
}
|
||||
|
||||
a:hover, a:active, a:focus {
|
||||
color: #FFFFFF;
|
||||
background: #1e5494;
|
||||
}
|
||||
a:hover,
|
||||
a:active,
|
||||
a:focus {
|
||||
color: #FFFFFF;
|
||||
background: #1e5494;
|
||||
}
|
||||
|
||||
.a-nomargin {
|
||||
margin: 0;
|
||||
@@ -104,530 +87,13 @@ body a {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.text-red a {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.page-msg {
|
||||
.text-red a {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.common {
|
||||
}
|
||||
.common {}
|
||||
|
||||
.common img {
|
||||
margin-right: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.PageTips {
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.algin-center {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.input {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.ipt {
|
||||
width: 60%;
|
||||
display: block;
|
||||
padding: 6px 12px;
|
||||
font-size: 14px;
|
||||
color: #555;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
|
||||
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
|
||||
}
|
||||
|
||||
.btn {
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
-ms-touch-action: manipulation;
|
||||
touch-action: manipulation;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.btn-danger {
|
||||
color: #fff;
|
||||
background-color: #d9534f;
|
||||
border-color: #d43f3a;
|
||||
}
|
||||
|
||||
.btn-waring {
|
||||
color: #fff;
|
||||
background-color: #FE5E08;
|
||||
border-color: #FE5E08;
|
||||
}
|
||||
|
||||
.btn-ret {
|
||||
border-color: #d2d2d2;
|
||||
background: 0 0;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.chat {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.chat img {
|
||||
margin-right: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.em {
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.ftbtn {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.equImg-min {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.user-head {
|
||||
max-height: 25px;
|
||||
max-width: 25px;
|
||||
}
|
||||
/******装备样式******/
|
||||
.equImg {
|
||||
max-width: 130px;
|
||||
max-height: 230px;
|
||||
}
|
||||
|
||||
.tq {
|
||||
background-image: url('/images/site/equ/tq.png');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-size: 15px; /*设置图片大小*/
|
||||
}
|
||||
|
||||
.ty {
|
||||
background-image: url('/images/site/equ/ty.png');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-size: 15px; /*设置图片大小*/
|
||||
}
|
||||
|
||||
.ms {
|
||||
background-image: url('/images/site/equ/ms.png');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-size: 15px; /*设置图片大小*/
|
||||
}
|
||||
|
||||
.zx {
|
||||
background-image: url('/images/site/equ/zx.png');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-size: 15px; /*设置图片大小*/
|
||||
}
|
||||
|
||||
.sy {
|
||||
background-image: url('/images/site/equ/sy.png');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-size: 15px; /*设置图片大小*/
|
||||
}
|
||||
|
||||
.gw {
|
||||
background-image: url('/images/site/equ/gw.png');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-size: 15px; /*设置图片大小*/
|
||||
}
|
||||
|
||||
.ly {
|
||||
background-image: url('/images/site/equ/ly.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-size: 15px; /*设置图片大小*/
|
||||
}
|
||||
|
||||
.hm {
|
||||
background-image: url('/images/site/equ/hm.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-size: 15px; /*设置图片大小*/
|
||||
}
|
||||
|
||||
.j_r {
|
||||
background-image: url('/images/site/equ/r.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-size: 15px; /*设置图片大小*/
|
||||
}
|
||||
|
||||
.j_l {
|
||||
background-image: url('/images/site/equ/l.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-size: 15px; /*设置图片大小*/
|
||||
}
|
||||
|
||||
/**********End*******/
|
||||
/***副本***/
|
||||
.dup {
|
||||
background-image: url('/images/site/dup/dup.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-size: 18px; /*设置图片大小*/
|
||||
}
|
||||
/***任务***/
|
||||
.task-ret {
|
||||
background-image: url('/images/site/tr.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-size: 18px; /*设置图片大小*/
|
||||
}
|
||||
|
||||
.task-get {
|
||||
background-image: url('/images/site/tg.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-size: 18px; /*设置图片大小*/
|
||||
}
|
||||
/*九宫图片*/
|
||||
.gray {
|
||||
-webkit-filter: grayscale(100%);
|
||||
-moz-filter: grayscale(100%);
|
||||
-ms-filter: grayscale(100%);
|
||||
-o-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
filter: gray;
|
||||
}
|
||||
|
||||
/*九宫样式*/
|
||||
.wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: 51px 51px 51px;
|
||||
grid-template-rows: 51px 51px 51px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.list {
|
||||
background: #eee;
|
||||
margin-right: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.list img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
/********其他*******/
|
||||
.mounthImg {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
/***广播***/
|
||||
.broad {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.broad-gift {
|
||||
background-image: url('/images/site/broad/gift.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-size: 18px; /*设置图片大小*/
|
||||
.common img {
|
||||
margin-right: 2px;
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.broad-system {
|
||||
background-image: url('/images/site/broad/system.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-size: 18px; /*设置图片大小*/
|
||||
margin-right: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.broad-award {
|
||||
background-image: url('/images/site/broad/award.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-size: 18px; /*设置图片大小*/
|
||||
margin-right: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.broad-remind {
|
||||
background-image: url('/images/site/broad/remind.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-size: 18px; /*设置图片大小*/
|
||||
margin-right: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.broad-promote {
|
||||
background-image: url('/images/site/broad/promote.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-size: 18px; /*设置图片大小*/
|
||||
margin-right: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.broad-hot1 {
|
||||
background-image: url('/images/site/broad/hot1.gif');
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-size: 18px; /*设置图片大小*/
|
||||
margin-right: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
/****礼物***/
|
||||
.gift {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.attire {
|
||||
height: 200px;
|
||||
width: 125px;
|
||||
}
|
||||
|
||||
/****限时活动****/
|
||||
.act_item {
|
||||
margin-bottom: 10px;
|
||||
border: 1px solid #9f8d8d;
|
||||
border-radius: 16px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.act_menu a {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.act_content {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.act_header {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.m_act_head {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.m_act_head {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.m_act_item {
|
||||
border-bottom: 1px dashed #9f8d8d;
|
||||
}
|
||||
|
||||
.m_act_title {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.m_act_con {
|
||||
font-size: 15px;
|
||||
padding: 3px;
|
||||
text-indent: 2em;
|
||||
}
|
||||
|
||||
.m_act_con a {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.badge {
|
||||
max-height: 25px;
|
||||
max-width: 25px;
|
||||
}
|
||||
|
||||
.maxname {
|
||||
max-height: 150px;
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
/* ========== 自定义通知队列 ========== */
|
||||
#custom-notify-container {
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 9999;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.custom-notify-item {
|
||||
box-sizing: border-box;
|
||||
max-width: 90%;
|
||||
padding: 8px 16px;
|
||||
margin-bottom: 8px;
|
||||
border-radius: 8px;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
word-wrap: break-word;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
||||
pointer-events: auto;
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
transform: translateY(-20px);
|
||||
animation: notify-slide-in 300ms ease-out forwards;
|
||||
}
|
||||
|
||||
.custom-notify-item.leaving {
|
||||
animation: notify-fade-out 200ms ease-in forwards;
|
||||
}
|
||||
|
||||
@keyframes notify-slide-in {
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes notify-fade-out {
|
||||
to {
|
||||
opacity: 0;
|
||||
transform: translateY(-10px);
|
||||
}
|
||||
}
|
||||
|
||||
/* ========== 顶部通告栏 ========== */
|
||||
.custom-notice-bar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 16px;
|
||||
box-sizing: border-box;
|
||||
z-index: 9998;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.custom-notice-bar .notice-icon {
|
||||
flex-shrink: 0;
|
||||
margin-right: 8px;
|
||||
font-size: 16px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.custom-notice-bar .notice-wrap {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 40px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.custom-notice-bar .notice-text {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
padding-right: 50px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.custom-notice-bar .notice-wrap.scrolling {
|
||||
animation: notice-scroll var(--scroll-duration, 10s) linear infinite;
|
||||
}
|
||||
|
||||
@keyframes notice-scroll {
|
||||
0% {
|
||||
transform: translateX(0);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
.custom-notice-bar .notice-close {
|
||||
flex-shrink: 0;
|
||||
margin-left: 8px;
|
||||
font-size: 18px;
|
||||
cursor: pointer;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
line-height: 1;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user