yuminge-app/yun-min-program-plugin-master/packageG/mycomponent/membertool/membertool.wxss

125 lines
1.9 KiB
Plaintext

/* packageE/membertool/membertool.wxss */
@import "/mycss/stylesheet.wxss";
@import "/mycss/iconfont.wxss";
@import "/mycss/iconImg.wxss";
.component-wrapper {
width: 100%;
}
.html-box {
min-height: 30px;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.tool {
overflow: hidden;
color: #333;
}
.tool .title {
display: flex;
height: 40px;
line-height: 40px;
padding: 0 14px;
}
.tool .spare {
width: 4px;
height: 16px;
border-radius: 1px;
background-color: #f15353;
margin-top: 11px;
margin-right: 6px;
}
.tool .h3 {
color: #333;
text-align: left;
font-size: 16px;
box-sizing: border-box;
font-weight: bold;
}
.tool .tool-boxlis {
display: -webkit-box;
display: -webkit-flex;
padding: 10px 0;
flex-direction: column;
}
.tool .tool-boxlis .lis {
display: flex;
align-items: center;
font-size: 16px;
}
.tool .tool-boxlis .diy-img {
width: 23px;
height: 23px;
margin: 6px;
display: block;
}
.tool .tool-boxlis .li {
flex: 1;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
position: relative;
box-sizing: border-box;
text-align: center;
font-size: 12px;
margin-bottom: 10px;
padding: 0 10px;
}
.tool .tool-boxlis .li icon {
width: 36px;
height: 36px;
border-radius: 10px;
color: #c9c9c9;
line-height: 36px;
/* margin-bottom: 4px; */
}
.tool .tool-boxlis .li .lis icon {
color: #f15353;
font-size: 25px;
}
.tool .tool-box {
padding: 10px 0;
display: flex;
flex-wrap: wrap;
}
.tool .tool-box .li {
width: 25%;
position: relative;
box-sizing: border-box;
text-align: center;
font-size: 12px;
margin-bottom: 10px;
}
.tool .tool-box .diy-img {
width: 28px;
height: 28px;
margin: 6px auto;
display: block;
}
.tool .tool-box .li icon {
width: 36px;
height: 36px;
border-radius: 10px;
line-height: 36px;
font-size: 20px;
margin-bottom: 8px;
}