123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- .team {
- height: 45px;
- line-height: 45px;
- background: #FFFFFF;
- display: flex;
- align-items: center;
- position: relative;
- }
-
- .flex {
- display: flex;
- align-items: center;
- }
-
- .inlineBlock {
- display: inline-block;
- }
-
- ._team {
- height: 100%;
- line-height: 45px;
- font-size: 16px;
- color: #333333;
- }
-
- ._people {
- height: 100%;
- line-height: 45px;
- font-size: 16px;
- color: #909090;
- text-align: center;
- }
-
- .state {
- height: 25px;
- width: 37px;
- border-left: 1px solid #909090;
- position: absolute;
- top: 10px;
- right: 0px;
- }
-
- .photo {
- background: url(../images/checked_blue.png) no-repeat;
- background-size: contain;
- }
-
- ._photoone {
- background: url(../images/jiantou_shang_btn.png)no-repeat;
- background-position: center;
- background-size: 10px 10px;
- }
-
- ._Photoone {
- background: url(../images/jiantou_xia_btn.png)no-repeat;
- background-position: center;
- background-size: 10px 10px;
- }
-
- .menber {
- position: relative;
- height: 60px;
- line-height: 60px;
- }
-
- .touxiang {
- width: 40px;
- height: 40px;
- }
-
- .includ>.div-title {
- position: relative;
- top: 10px;
- left: 10px;
- color: #333333;
- font-size: 16px;
- }
-
- .includ>.docname {
- position: relative;
- top: 10px;
- left: 10px;
- color: #666666;
- font-size: 16px;
- }
-
- .touxiang>img {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- position: relative;
- top: 10px;
- }
-
- .dagou {
- width: 20px;
- height: 20px;
- border: 1px solid #666666;
- border-radius: 50%;
- position: absolute;
- right: 10px;
- top: 30px;
- }
|