更新
This commit is contained in:
parent
64efe2a03f
commit
0060726ad9
File diff suppressed because one or more lines are too long
@ -290,7 +290,6 @@ html {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.joe_wallpaper {
|
||||
&__list {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
@ -382,6 +381,12 @@ html {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
right: 15px;
|
||||
.item:first-child{
|
||||
border-bottom-left-radius: var(--radius-inner);
|
||||
}
|
||||
.item:last-child{
|
||||
border-bottom-right-radius: var(--radius-inner);
|
||||
}
|
||||
}
|
||||
&__respond-form {
|
||||
.head {
|
||||
@ -416,6 +421,14 @@ html {
|
||||
margin-left: 0;
|
||||
&-type {
|
||||
position: static;
|
||||
.item {
|
||||
&:first-child {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
&:last-child {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -67,7 +67,7 @@
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.mode.css'); ?>">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.normalize.css'); ?>">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.global.css?v=218'); ?>">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.responsive.css?v=218'); ?>">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.responsive.css?v=299'); ?>">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/qmsg/qmsg.css" />
|
||||
<link rel="stylesheet" href="https://apip.weatherdt.com/standard/static/css/weather-standard.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" />
|
||||
|
Loading…
Reference in New Issue
Block a user