first commit

This commit is contained in:
编码猿
2024-09-27 01:31:25 +08:00
commit 07c46ac300
558 changed files with 37414 additions and 0 deletions

44
h5/css/my.css Normal file
View File

@@ -0,0 +1,44 @@
.header_my {
display: flex;
align-items: center;
justify-content: center;
height: 4rem;
flex-direction: column;
}
.header_my i{
font-size: 1.2rem;
margin-bottom: 0.2rem;
color: #fff;
}
.header_my p{
font-size: 0.32rem;
color: #fff;
}
.setting_list {
margin-top: 0.2rem;
}
.list_item:active {
background: #e6e6e6;;
}
.list_item a{
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 0.3rem;
height: 0.96rem;
}
.item_left {
display: flex;
align-items: center;
}
.item_left .iconfont{
font-size: 0.4rem;
margin-right: 0.2rem;
}
.item_left span{
font-size: 0.3rem;
}
.icon-qianjin-tongyong {
font-size: 0.28rem;
color: #c3c0c0;
}