123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- .view_container{
- // overflow: auto;
- }
- .leaderIndex{
- .leaderIndex_header{
- background: linear-gradient(180deg, rgba(189, 162, 115, 1) 0%, rgba(255, 255, 255, 1) 100%);
- height: 450rpx;
- .info{
- display: flex;
- padding: 10rpx 10rpx 20rpx 10rpx;
- .info_img{
- width:100rpx;
- height:100rpx;
- border-radius:50%;
- background-color:white;
- .headImg{
- margin-left: auto;
- margin-right: auto;
- width: 80rpx;
- height: 80rpx;
- }
- }
- .userName{
- font-size: 20px;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- text-align: center;
- padding-left: 20rpx;
- padding-right: 40rpx;
- }
- .eyeIcon{
- width: 60rpx;
- height: 60rpx;
- }
- }
- .slogan{
- display:flex;
- align-items: center;
- justify-content: center;
- .slogan_img{
- width: 670rpx;
- height: 290rpx;
- }
- }
- }
- .leaderIndex_title{
- display: flex;
- padding-left: 30rpx;
- .title_left{
- display:flex;
- align-items: center;
- justify-content: center;
- .uni-badge--x{
- padding-left: 5rpx;
- }
- }
- .title_right{
- padding-left: 400rpx;
- right: 20rpx;
- .right_text{
- font-size: 17px;
- font-weight: 400;
- color: rgba(153, 153, 153, 1);
- padding-right: 5rpx;
- }
- }
- }
- .leaderIndex_list{
- .list_title{
- display: flex;
- .statusIcon{
- height: 50rpx;
- width: 50rpx;
- margin-right: 20rpx;
- }
- .showIcon{
- margin-left: 10rpx;
- width: 45rpx;
- height: 45rpx;
- }
- }
- .list_content{
- flex: 1;
- margin-left: 68rpx;
- .list_item{
- display: inline-block;
- width: 100%;
- padding-top: 3rpx;
- padding-bottom: 3rpx;
- .list_item_text{
- position: absolute;
- right: 30rpx;
- }
- }
- }
- .list_button{
- border-top: 0.5px solid rgba(221, 221, 221, 1);
- .button_group{
- display: flex;
- align-items: center;
- justify-content: center;
- .button_item{
- flex: 1;
- text-align: center;
- color: rgba(190, 163, 117, 1);
- font-size: 17px;
- font-weight: 400;
- }
- .button_item:first-child{
- border-right: 0.5px solid rgba(221, 221, 221, 1);
- }
- }
- }
- }
- }
|