pxi主题,自定义小修改
/* 落地页内容背景 */
.land_content {
max-width: 660px;
background: rgba(246, 247, 255, 0.6);
}
.land_left {
width: 0%;
}
.land_right {
width: 100%;
}
/* 链接颜色 */
.land_right .land_des a {
color: #696ede;
}
/* 字体颜色 */
.land_right .land_des {
font-size: 14px;
}
.land_right .land_des {
font-size: 16px;
color: #475569;
}
.land_right .beian , .land_right .copyright {
color: #0156bd;
}
/* 落地页背景 */
.land_page {
background: url('https://s3.starssr.com/ganyu.png?fmt=webp');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
/*一言*/
.yiyan_box .time {
color: #9498cd;
}
.yiyan_box .time a {
color: #B7B0D8;
}
.yiyan_box .time .day {
font-size: 40px;
line-height: 1;
letter-spacing: 4px;
font-weight: 600;
}
.yiyan_box .time .ym {
font-size: 13px;
}
.yiyan_box p {
color: #9498cd;
font-size: 15px;
}
.yiyan_box .yiyan_info:after {
background: #9498cd12;
}
白天模式背景
/* 首页背景修改 */
body::before {
content: "";
position: fixed;
/* 设置 fixed 图像不会随着滚动而移动 */
/* 设置 absolute 则会随着滚动而移动 */
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url();
/* 设置背景图像的路径 */
background-repeat: repeat;
/* 设置背景图像在水平和垂直方向上重复 */
background-size: auto;
/* 调整背景图像大小 格式为 50%,50% 默认为auto */
background-color: rgba(255, 255, 255, 0.5);
/* 设置图像透明度,默认为白色50%透明 */
opacity: 1;
z-index: -1;
}
/*不加会出现不换行*/
p {
word-wrap:break-word;
word-break:normal;
}