wx-web/pages/mine/aboutus.wxss

36 lines
640 B
Plaintext
Raw Permalink Normal View History

2024-05-22 10:14:19 +08:00
.about_us_content.data-v-17ffc6a8 {
padding: 40px 36px;
box-sizing: border-box;
}
.title.data-v-17ffc6a8 {
margin-bottom: 46px;
display: flex;
align-items: center;
}
.title image.data-v-17ffc6a8 {
margin-right: 16px;
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
}
.title text.data-v-17ffc6a8 {
font-size: 18px;
color: #000000;
font-weight: 700;
}
.sub_title.data-v-17ffc6a8 {
margin-bottom: 30px;
display: block;
font-size: 16px;
color: #000000;
font-weight: 700;
}
.text_content.data-v-17ffc6a8 {
line-height: 24px;
text-align: justify;
display: block;
margin-bottom: 30px;
}