Newer
Older
.header-ios .toolbar-ios:last-child .toolbar-background-ios {
border-bottom: 1px solid #50c1fd;
}
display: flex;
ion-icon {
vertical-align: text-bottom;
margin-left: 4px;
color: #ffffff;
}
}
.name{
margin: 0 0 10px 0;
color: white;
}
.organization{
.mine-header-float{
width: 40%;
text-align: right;
line-height: 5.1rem;
}
.head-photo{
width: 60px;
height: 60px;
border-radius: 60px;
}
.group{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.group-box{
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.group-img{
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
margin-right: 5px;
}
.icon-right{
float: right
}
.icon-left{
font-size: 22px;
margin-right: 10px;
}
.icon1{
color: #0faeff
}
.icon2{
color: #f3a035
}
.icon3{
color: #46b452
}
.icon4{
color: #e54bcd
}
.icon5{
color: #f86b6c
}
.new{
margin-left: 10px;
width: 30px;
height: 15px;
}