You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
231 B
17 lines
231 B
/* pages/user/index.wxss */
|
|
.my-cell{
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.cell-icon{
|
|
width: 15px;
|
|
height: 15px;
|
|
}
|
|
.cell-title{
|
|
color: #3B3B3B;
|
|
font-size: 14px;
|
|
}
|
|
.cell-subTitle{
|
|
color: #AAAAAA;
|
|
font-size: 12px;
|
|
}
|