zxf/css/responsive.less

793 lines
15 KiB
Plaintext
Raw Normal View History

2023-10-04 17:06:26 +08:00
// main max width
2023-10-11 21:42:06 +08:00
@mw: 6.8rem;
@xt: 0.36rem;
@mt: 0.32rem;
@st: 0.28rem;
@mst: 0.24rem;
2023-10-04 17:06:26 +08:00
2023-10-09 17:28:38 +08:00
@keyframes mobileHeaderFadeIn {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 0.9;
transform: translateY(0);
}
}
@keyframes mobileHeaderFadeOut {
0% {
opacity: 0.9;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
2023-10-04 17:06:26 +08:00
@media screen and (max-width: 768px) {
.main-wrap {
width: @mw;
2023-10-11 21:42:06 +08:00
max-width: 10rem;
2023-10-04 17:06:26 +08:00
}
2023-10-09 17:23:49 +08:00
.header.style1 {
.menu {
.link {
color: #FFFFFF;
}
.link.active {
color: #FFFFFF;
font-weight: bold;
}
.link:hover {
color: #FFFFFF;
}
}
}
.header.style2 {
.menu {
.link {
color: #FFFFFF;
}
.link.active {
color: #FFFFFF;
font-weight: bold;
}
.link:hover {
color: #FFFFFF;
}
}
}
2023-10-04 17:06:26 +08:00
.header {
.logo {
2023-10-09 17:28:38 +08:00
position: relative;
z-index: 10;
2023-10-04 17:06:26 +08:00
font-size: 0;
img {
2023-10-11 21:42:06 +08:00
max-height: 0.52rem;
2023-10-04 17:06:26 +08:00
}
}
.main {
2023-10-11 21:42:06 +08:00
height: 0.9rem;
2023-10-04 17:06:26 +08:00
}
.menu {
2023-10-09 17:28:38 +08:00
.menu-group.iFadeIn,
.menu-mask.iFadeIn {
animation: mobileHeaderFadeIn 1.2s;
}
.menu-group.iFadeOut,
.menu-mask.iFadeOut {
animation: mobileHeaderFadeOut 1.2s;
}
2023-10-04 17:06:26 +08:00
.menu-group {
2023-10-09 17:23:49 +08:00
z-index: 10;
2023-10-04 17:06:26 +08:00
display: none;
position: fixed;
left: 0;
2023-10-11 21:42:06 +08:00
top: 0.9rem;
2023-10-04 17:06:26 +08:00
right: 0;
}
.menu-mask {
2023-10-09 17:23:49 +08:00
z-index: 5;
2023-10-04 17:06:26 +08:00
display: none;
position: fixed;
2023-10-09 17:23:49 +08:00
top: 0;
2023-10-04 17:06:26 +08:00
left: 0;
right: 0;
bottom: 0;
2023-10-09 17:28:38 +08:00
background-color: #000000;
opacity: 0.9;
2023-10-04 17:06:26 +08:00
}
.menu-btn {
2023-10-11 21:42:06 +08:00
display: block;
2023-10-09 17:23:49 +08:00
z-index: 10;
position: relative;
2023-10-04 17:06:26 +08:00
font-size: 0;
.btn-img {
2023-10-11 21:42:06 +08:00
max-width: 0.52rem;
2023-10-04 17:06:26 +08:00
}
}
.item {
margin-left: 0;
2023-10-11 21:42:06 +08:00
padding: 0 0.36rem;
2023-10-04 17:06:26 +08:00
.link {
display: block;
box-sizing: border-box;
2023-10-11 21:42:06 +08:00
border-bottom: 0.02rem solid #737373;
padding: 0.26rem 0;
font-size: 0.32rem;
2023-10-04 17:06:26 +08:00
}
}
}
}
.footer {
.logo-bottom {
2023-10-11 21:42:06 +08:00
max-height: 0.52rem;
2023-10-04 17:06:26 +08:00
}
.main {
.row {
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
margin-top: 0.3rem;
line-height: 0.32rem;
2023-10-04 17:06:26 +08:00
}
.tel {
2023-10-11 21:42:06 +08:00
width: 4.16rem;
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
padding: 0.2rem;
2023-10-04 17:06:26 +08:00
}
}
}
.section.main-banner {
.item {
2023-10-11 21:42:06 +08:00
height: 5.1rem;
}
.swiper-pagination {
display: none;
2023-10-04 17:06:26 +08:00
}
}
.banner-text {
2023-10-11 21:42:06 +08:00
padding-top: 0.5rem;
2023-10-04 17:06:26 +08:00
p:nth-child(1) {
2023-10-08 21:48:47 +08:00
font-size: @xt;
2023-10-11 21:42:06 +08:00
line-height: 0.36rem;
margin-bottom: 0.3rem;
2023-10-04 17:06:26 +08:00
}
p:nth-child(2) {
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-11 21:42:06 +08:00
line-height: 0.32rem;
2023-10-04 17:06:26 +08:00
}
}
.section {
.section-title.style-1 {
.title {
2023-10-08 21:48:47 +08:00
font-size: @xt;
2023-10-11 21:42:06 +08:00
line-height: 0.36rem;
2023-10-04 17:06:26 +08:00
}
.title::before,
.title::after {
2023-10-11 21:42:06 +08:00
width: 0.58rem;
height: 0.04rem;
2023-10-04 17:06:26 +08:00
}
}
}
.section.idx-about {
2023-10-11 21:42:06 +08:00
margin-top: 0.4rem;
2023-10-04 17:06:26 +08:00
.ia-container {
2023-10-11 21:42:06 +08:00
margin-top: 0.4rem;
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
line-height: 0.4rem;
2023-10-04 17:06:26 +08:00
}
.ia-image {
2023-10-11 21:42:06 +08:00
margin-top: 0.4rem;
2023-10-04 17:06:26 +08:00
}
}
2023-10-08 21:48:47 +08:00
.section.idx-culture {
2023-10-11 21:42:06 +08:00
margin-top: 0.7rem;
margin-bottom: 0.7rem;
2023-10-04 17:06:26 +08:00
2023-10-08 21:48:47 +08:00
.culture-item:first-child {
2023-10-11 21:42:06 +08:00
margin-top: 0.4rem;
2023-10-04 17:06:26 +08:00
}
2023-10-08 21:48:47 +08:00
.culture-item {
2023-10-11 21:42:06 +08:00
width: 100%;
2023-10-04 17:06:26 +08:00
height: auto;
2023-10-11 21:42:06 +08:00
margin-top: 0.2rem;
padding: 0.4rem;
box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
2023-10-04 17:06:26 +08:00
}
.title {
2023-10-11 21:42:06 +08:00
margin-bottom: 0.28rem;
2023-10-04 17:06:26 +08:00
.text {
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-04 17:06:26 +08:00
}
.cover {
2023-10-11 21:42:06 +08:00
width: 0.3rem;
height: 0.3rem;
margin-right: 0.16rem;
2023-10-04 17:06:26 +08:00
}
}
.desc {
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-11 21:42:06 +08:00
line-height: 0.36rem;
2023-10-04 17:06:26 +08:00
}
}
.section.sec-banner {
2023-10-11 21:42:06 +08:00
height: 3.48rem;
2023-10-04 17:06:26 +08:00
.banner-text {
2023-10-11 21:42:06 +08:00
padding-top: 0.9rem;
2023-10-04 17:06:26 +08:00
}
}
.full-wrap.about {
background-color: unset;
}
.section.about-textarea {
2023-10-11 21:42:06 +08:00
padding-top: 0.4rem;
padding-bottom: 0.7rem;
2023-10-04 17:06:26 +08:00
.at-img {
2023-10-11 21:42:06 +08:00
max-height: 0.6rem;
2023-10-04 17:06:26 +08:00
}
.content {
2023-10-11 21:42:06 +08:00
margin-top: 0.4rem;
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
line-height: 0.4rem;
2023-10-04 17:06:26 +08:00
}
.img-group {
2023-10-11 21:42:06 +08:00
margin-top: 0.6rem;
2023-10-04 17:06:26 +08:00
.item {
2023-10-06 12:18:52 +08:00
width: 32%;
height: auto;
2023-10-04 17:06:26 +08:00
}
}
}
.section.mapcont {
margin-top: 0;
.mcont {
2023-10-11 21:42:06 +08:00
margin-top: 0.5rem;
2023-10-04 17:06:26 +08:00
}
}
.section.addrcont {
2023-10-11 21:42:06 +08:00
margin-top: 0.4rem;
margin-bottom: 1rem;
2023-10-04 17:06:26 +08:00
.aacont {
2023-10-11 21:42:06 +08:00
margin-top: 0.5rem;
2023-10-04 17:06:26 +08:00
li::before {
2023-10-11 21:42:06 +08:00
width: 0.38rem;
height: 0.38rem;
margin-top: 0.04rem;
2023-10-04 17:06:26 +08:00
}
li:nth-child(2) {
2023-10-11 21:42:06 +08:00
margin-top: 0.3rem;
2023-10-04 17:06:26 +08:00
}
li {
width: 100%;
float: unset;
2023-10-11 21:42:06 +08:00
margin-top: 0.3rem;
2023-10-04 17:06:26 +08:00
align-items: flex-start;
}
a {
2023-10-08 21:48:47 +08:00
font-size: @mt;
line-height: unset;
2023-10-11 21:42:06 +08:00
margin-left: 0.14rem;
2023-10-04 17:06:26 +08:00
}
}
}
.section.contact-map {
2023-10-11 21:42:06 +08:00
margin-top: 0.6rem;
height: 5rem;
2023-10-04 17:06:26 +08:00
.cm-desc {
2023-10-11 21:42:06 +08:00
width: 6.78rem;
border: 0.02rem solid #DDDDDD;
box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
2023-10-04 17:06:26 +08:00
.logo {
2023-10-11 21:42:06 +08:00
width: 2.54rem;
height: 2.54rem;
2023-10-04 17:06:26 +08:00
}
.desc {
width: auto;
2023-10-11 21:42:06 +08:00
padding: 0.28rem;
2023-10-04 17:06:26 +08:00
}
}
.cm-map {
2023-10-11 21:42:06 +08:00
top: 0.6rem;
height: 4.4rem;
2023-10-10 13:48:47 +08:00
background-size: cover;
2023-10-04 17:06:26 +08:00
}
.title {
h1 {
2023-10-08 21:48:47 +08:00
font-size: @xt;
2023-10-04 17:06:26 +08:00
margin-bottom: 0;
2023-10-11 21:42:06 +08:00
line-height: 0.36rem;
2023-10-04 17:06:26 +08:00
}
p {
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-04 17:06:26 +08:00
}
}
.items {
li {
2023-10-11 21:42:06 +08:00
margin-top: 0.1rem;
2023-10-04 17:06:26 +08:00
}
img {
2023-10-11 21:42:06 +08:00
width: 0.26rem;
height: 0.26rem;
2023-10-04 17:06:26 +08:00
}
p {
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-11 21:42:06 +08:00
line-height: 0.28rem;
2023-10-04 17:06:26 +08:00
}
}
}
.section.paragraph-content {
2023-10-11 21:42:06 +08:00
margin-top: 0.7rem;
margin-bottom: 0.74rem;
2023-10-04 17:06:26 +08:00
.paragraph {
.title {
2023-10-08 21:48:47 +08:00
font-size: @xt;
2023-10-11 21:42:06 +08:00
line-height: 0.36rem;
2023-10-04 17:06:26 +08:00
text-align: center;
2023-10-11 21:42:06 +08:00
margin-bottom: 0.36rem;
2023-10-04 17:06:26 +08:00
}
.content {
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
line-height: 0.4rem;
2023-10-04 17:06:26 +08:00
}
}
}
.section.cooperate {
.content {
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
line-height: 0.4rem;
margin-top: 0.56rem;
margin-bottom: 0.7rem;
2023-10-04 17:06:26 +08:00
}
}
.section.article-detail {
margin-top: 0;
2023-10-11 21:42:06 +08:00
margin-bottom: 0.8rem;
2023-10-04 17:06:26 +08:00
.title {
2023-10-11 21:42:06 +08:00
padding: 0.4rem 0;
2023-10-04 17:06:26 +08:00
text-align: left;
2023-10-11 21:42:06 +08:00
border-bottom: 0.04rem dashed #E5E5E5;
2023-10-04 17:06:26 +08:00
h1 {
2023-10-08 21:48:47 +08:00
font-size: @xt;
2023-10-11 21:42:06 +08:00
line-height: 0.4rem;
2023-10-04 17:06:26 +08:00
}
}
.content {
2023-10-11 21:42:06 +08:00
padding: 0.24rem 0;
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
line-height: 0.4rem;
}
.close-page {
display: none;
2023-10-04 17:06:26 +08:00
}
}
.section.story-cont {
2023-10-11 21:42:06 +08:00
margin-top: 0.48rem;
2023-10-04 17:06:26 +08:00
.title {
2023-10-08 21:48:47 +08:00
font-size: @xt;
2023-10-04 17:06:26 +08:00
text-align: center;
2023-10-11 21:42:06 +08:00
margin-bottom: 0.24rem;
line-height: 0.36rem;
2023-10-04 17:06:26 +08:00
}
.image-con {
border-radius: 0;
2023-10-11 21:42:06 +08:00
.swiper-slide {
width: 100%;
height: 2.98rem;
border-radius: 0;
}
2023-10-04 17:06:26 +08:00
2023-10-08 21:48:47 +08:00
.text-con {
2023-10-11 21:42:06 +08:00
padding: 0.18rem 0.2rem;
2023-10-09 17:23:49 +08:00
2023-10-08 21:48:47 +08:00
p {
2023-10-11 21:42:06 +08:00
height: 0.32rem;
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
line-height: 0.32rem;
2023-10-08 21:48:47 +08:00
}
2023-10-04 17:06:26 +08:00
}
}
.story-item:nth-child(2n) {
.desc {
border-radius: 0;
}
}
.story-item {
.img {
width: 100%;
2023-10-11 21:42:06 +08:00
height: 3.76rem;
2023-10-04 17:06:26 +08:00
border-radius: 0;
float: unset;
}
.desc {
width: 100%;
height: auto;
border-radius: 0;
float: unset;
margin-top: 0;
2023-10-11 21:42:06 +08:00
padding: 0.6rem 0.4rem;
2023-10-04 17:06:26 +08:00
}
.text {
display: inline-block;
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
line-height: 0.4rem;
margin-bottom: 0.4rem;
2023-10-04 17:06:26 +08:00
}
.text:nth-child(2) {
color: #666666;
2023-10-11 21:42:06 +08:00
margin-left: 0.2rem;
2023-10-04 17:06:26 +08:00
}
.content {
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-11 21:42:06 +08:00
line-height: 0.4rem;
2023-10-04 17:06:26 +08:00
}
}
}
.section.story-cont.last {
2023-10-11 21:42:06 +08:00
margin-bottom: 0.48rem;
2023-10-04 17:06:26 +08:00
}
2023-10-04 18:54:45 +08:00
.s-section {
.s-title {
2023-10-08 21:48:47 +08:00
font-size: @xt;
2023-10-11 21:42:06 +08:00
line-height: 0.32rem;
2023-10-04 18:54:45 +08:00
text-align: center;
}
}
.s-section.s1-first {
2023-10-11 21:42:06 +08:00
margin-top: 0.6rem;
margin-bottom: 0.6rem;
2023-10-04 18:54:45 +08:00
}
.section.business-nav {
width: 100%;
2023-10-11 21:42:06 +08:00
margin-top: 0.2rem;
2023-10-04 18:54:45 +08:00
.nav {
li {
2023-10-08 21:48:47 +08:00
width: auto;
2023-10-04 18:54:45 +08:00
padding: 0;
}
a {
display: block;
width: 100%;
color: #666666;
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-11 21:42:06 +08:00
line-height: 0.6rem;
padding: 0.04rem 0.24rem;
2023-10-09 17:23:49 +08:00
box-sizing: border-box;
2023-10-04 18:54:45 +08:00
}
}
}
.section.business-cont {
.title {
2023-10-11 21:42:06 +08:00
font-size: 0rem;
2023-10-04 18:54:45 +08:00
h2 {
2023-10-08 21:48:47 +08:00
font-size: @xt;
2023-10-11 21:42:06 +08:00
line-height: 0.36rem;
2023-10-04 18:54:45 +08:00
}
}
.title::after {
2023-10-11 21:42:06 +08:00
width: 0.58rem;
height: 0.04rem;
margin-top: 0.2rem;
2023-10-04 18:54:45 +08:00
}
}
.business-cont.s1 {
2023-10-11 21:42:06 +08:00
margin-top: 0.5rem;
2023-10-04 18:54:45 +08:00
}
.business-cont.s2 {
2023-10-11 21:42:06 +08:00
margin-top: 0.6rem;
2023-10-04 18:54:45 +08:00
.mid-box {
2023-10-11 21:42:06 +08:00
margin: 0.3rem 0 0.1rem 0;
2023-10-04 18:54:45 +08:00
.ad-text {
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-11 21:42:06 +08:00
line-height: 0.32rem;
2023-10-04 18:54:45 +08:00
font-weight: normal;
text-align: center;
}
}
}
.business-cont.s3 {
2023-10-11 21:42:06 +08:00
margin-top: 1rem;
2023-10-04 18:54:45 +08:00
padding-bottom: 0;
2023-10-06 12:18:52 +08:00
padding-top: 0;
2023-10-04 18:54:45 +08:00
background-color: unset;
.mid-box {
2023-10-11 21:42:06 +08:00
margin-top: 0.4rem;
margin-bottom: 0.4rem;
2023-10-04 18:54:45 +08:00
.num {
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-11 21:42:06 +08:00
line-height: 0.36rem;
2023-10-04 18:54:45 +08:00
}
.desc {
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-11 21:42:06 +08:00
line-height: 0.36rem;
margin-top: 0.2rem;
2023-10-04 18:54:45 +08:00
}
.cont {
width: 100%;
}
li {
width: 33.33333%;
}
li::after {
2023-10-11 21:42:06 +08:00
height: 0.52rem;
2023-10-04 18:54:45 +08:00
}
}
}
.business-cont.s4 {
2023-10-11 21:42:06 +08:00
padding: 0.6rem 0;
2023-10-04 18:54:45 +08:00
}
.s-content.g1 {
text-align: center;
li {
width: 46%;
margin-left: 2%;
margin-right: 2%;
}
li:nth-child(4n) {
margin-right: 2%;
}
.icon {
2023-10-11 21:42:06 +08:00
width: 1.14rem;
height: 0.82rem;
2023-10-04 18:54:45 +08:00
}
h4 {
2023-10-11 21:42:06 +08:00
height: 0.4rem;
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
margin: 0.3rem 0;
line-height: 0.4rem;
2023-10-04 18:54:45 +08:00
}
p {
2023-10-11 21:42:06 +08:00
height: 0.32rem;
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-11 21:42:06 +08:00
line-height: 0.32rem;
2023-10-04 18:54:45 +08:00
}
.item {
width: 100%;
height: auto;
2023-10-11 21:42:06 +08:00
padding: 0.4rem 0;
box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
border-radius: 0.2rem;
2023-10-04 18:54:45 +08:00
}
}
.s-content.g2 {
li {
float: initial;
margin-right: 0;
}
.item {
width: 100%;
height: auto;
2023-10-11 21:42:06 +08:00
border: 0.02rem solid #DDDDDD;
box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
2023-10-04 18:54:45 +08:00
}
.icon-cont {
2023-10-11 22:16:05 +08:00
width: 100%;
height: 2.3rem;
2023-10-04 18:54:45 +08:00
}
.desc {
2023-10-11 21:42:06 +08:00
padding: 0.3rem;
2023-10-04 18:54:45 +08:00
height: auto;
h4 {
2023-10-11 21:42:06 +08:00
height: 0.4rem;
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
line-height: 0.4rem;
margin-bottom: 0.2rem;
2023-10-04 18:54:45 +08:00
}
p {
2023-10-11 22:21:13 +08:00
height: 0.32rem;
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-11 21:42:06 +08:00
line-height: 0.32rem;
2023-10-04 18:54:45 +08:00
}
}
}
.s-content.g3,
.s-content.g4 {
ul {
text-align: center;
}
li {
2023-10-11 21:42:06 +08:00
width: 3.25rem;
margin-right: 0.3rem;
margin-top: 0.24rem;
2023-10-04 18:54:45 +08:00
}
li:nth-child(3n) {
2023-10-11 21:42:06 +08:00
margin-right: 0.3rem;
}
li:nth-child(2n) {
margin-right: 0;
2023-10-04 18:54:45 +08:00
}
.item {
width: 100%;
height: auto;
2023-10-11 21:42:06 +08:00
border: 0.02rem solid #DDDDDD;
box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
2023-10-04 18:54:45 +08:00
}
.desc {
text-align: left;
.i-title {
2023-10-11 21:42:06 +08:00
height: 0.4rem;
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
margin-bottom: 0.1rem;
line-height: 0.4rem;
2023-10-04 18:54:45 +08:00
}
.i-desc {
2023-10-11 21:42:06 +08:00
height: 0.64rem;
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-11 21:42:06 +08:00
line-height: 0.32rem;
2023-10-04 18:54:45 +08:00
color: #666666;
}
}
.icon-cont {
2023-10-11 21:42:06 +08:00
width: 100%;
height: 1.67rem;
2023-10-04 18:54:45 +08:00
}
.desc {
height: auto;
2023-10-11 21:42:06 +08:00
padding: 0.2rem;
2023-10-04 18:54:45 +08:00
}
// g4
.btn {
height: auto;
2023-10-11 21:42:06 +08:00
padding: 0.2rem;
2023-10-04 18:54:45 +08:00
}
.btn {
.b-text {
2023-10-11 21:42:06 +08:00
width: 2.6rem;
height: 0.52rem;
line-height: 0.52rem;
2023-10-08 21:48:47 +08:00
font-size: @st;
2023-10-04 18:54:45 +08:00
}
}
}
.s-content.g5 {
2023-10-11 21:42:06 +08:00
margin-top: 0.3rem;
2023-10-04 18:54:45 +08:00
.item {
2023-10-11 21:42:06 +08:00
width: 2rem;
2023-10-04 18:54:45 +08:00
img {
2023-10-11 21:42:06 +08:00
width: 0.52rem;
height: 0.52rem;
2023-10-04 18:54:45 +08:00
}
p {
2023-10-08 21:48:47 +08:00
font-size: @mt;
2023-10-11 21:42:06 +08:00
line-height: 0.4rem;
margin-top: 0.3rem;
2023-10-04 18:54:45 +08:00
}
}
}
2023-10-04 17:06:26 +08:00
}