feat: mobile联系我们 - 售后政策页

This commit is contained in:
2025-06-05 15:54:09 +08:00
parent d23cdad390
commit 03d91251ff
3 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
.oricoEGapp-policy {
display: flex;
flex-direction: column;
margin-top: 3.3rem;
background: #fff;
padding-bottom: 1rem;
}
.oricoEGapp-policy .pl-img {
width: 100%;
}
.oricoEGapp-policy .m_Container {
display: flex;
flex-direction: column;
margin: 0 1rem;
margin-top: 0.5rem;
}
.oricoEGapp-policy .m_Container .textpoint {
margin-top: 1.12rem;
text-align: center;
color: #333;
font-size: 0.85rem;
}
.oricoEGapp-policy .m_Container .decs {
margin-top: 0.68rem;
color: #666;
font-size: 0.64rem;
line-height: 1.07rem;
text-align: center;
width: 100%;
}
.oricoEGapp-policy .m_Container .decs-left {
text-align: left;
}
.oricoEGapp-policy .m-t {
margin: 0.5rem 0;
}