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.
|
- .lr-userInfo-list .lr-list-item {
- text-align:right;
- }
- .lr-userInfo-list .lr-list-item>div {
- position:absolute;
- top:0;
- left:14px;
- }
- .role{
- margin-top: 0px;
- position: relative;
- /* height: 100px; */
- left: 0;
- top: 17px;
- z-index: 999;
- /* text-align: center; */
- /* width: 100%; */
- /* display: block; */
- float: right;
- line-height: 2;
- padding: 19px 0 20px 0;
- text-align: left;
- }
- .lr-userInfo-list .lr-list-item-img {
- height: 64px;
- line-height:64px;
- }
- .lr-userInfo-list img {
- position:absolute;
- top:11px;
- right:22px;
- border-radius:5px;
- height:42px;
- width:42px;
- }
- .lr-userInfo-list .lr-list-item-img:before {
- font-family: "iconfont" !important;
- font-size: 14px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- content: "\e6a3";
- position: absolute;
- right: 8px;
- color: #c8c7cc;
- }
|