123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- ::v-deep .uni-page-body,page {
- height:100%
- }
- .leaderIndex{
- background-color: #F8F9FA;
- height: 100%;
- padding-bottom: 20rpx;
- .leaderIndex_header{
- background: linear-gradient(180deg, rgba(189, 162, 115, 1) 0%, rgba(255, 255, 255, 1) 100%);
- height: 450rpx;
- .info{
- display: flex;
- align-items: center;
- padding: 10rpx 10rpx 20rpx 10rpx;
- .headImg{
- width: 120rpx;
- height: 160rpx;
- }
- .userName{
- line-height: 100rpx;
- font-size: 20px;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- text-align: center;
- padding-left: 30rpx;
- padding-right: 20rpx;
- }
- }
- .slogan{
- display:flex;
- align-items: center;
- justify-content: center;
- .slogan_img{
- width: 670rpx;
- height: 290rpx;
- }
- }
- }
- .leaderIndex_title{
- display: flex;
- justify-content: space-between;
- padding: 60rpx 0 20rpx 28rpx;
- .title_left{
- display:flex;
- align-items: center;
- justify-content: center;
- .uni-badge--x{
- padding-left: 5rpx;
- }
- }
- .title_right{
- padding-right: 30rpx;
- .right_text{
- font-size: 17px;
- font-weight: 400;
- color: rgba(153, 153, 153, 1);
- padding-right: 5rpx;
- }
- }
- }
- .leaderIndex_list{
- .list_title{
- padding: 15rpx 0 5rpx 5rpx;
- display: flex;
- .statusIcon{
- height: 50rpx;
- width: 50rpx;
- margin-right: 20rpx;
- }
- .showIcon{
- margin-left: 10rpx;
- width: 45rpx;
- height: 45rpx;
- }
- }
- .list_content{
- display: flex;
- padding: 10rpx 10rpx 10rpx 55rpx;
- .list_item{
- padding-left: 20rpx;
- font-size: 14px;
- font-weight: 400;
- letter-spacing: 0.5px;
- line-height: 22px;
- color: rgba(53, 53, 53, 1);
- vertical-align: top;
- }
- .list_item_text{
- padding-right: 20rpx;
- padding-left: 30rpx;
- flex: 1;
- text-align: right;
- font-size: 14px;
- font-weight: 400;
- letter-spacing: 0.5px;
- line-height: 22px;
- color: rgba(53, 53, 53, 1);
- }
- }
- .button_group{
- display: flex;
- justify-content: flex-start;
- height: 80rpx;
- border-top: 1px solid rgba(235, 237, 240, 1);
- .button_sign{
- flex: 1;
- align-items: center;
- justify-content: center;
- display: flex;
- border-right: 0.5px solid rgba(235, 237, 240, 1);
- font-size: 17px;
- font-weight: 400;
- letter-spacing: 1.5px;
- color: rgba(190, 163, 117, 1);
- }
- .button_start{
- flex: 1;
- display:flex;
- align-items: center;
- justify-content: center;
- font-size: 17px;
- font-weight: 400;
- letter-spacing: 1.5px;
- color: rgba(102, 102, 102, 1);
- }
- }
- }
- .seeAll{
- display: flex;
- justify-content:center;
- padding: 10rpx 20rpx;
- color: rgba(196, 196, 196, 1);;
- }
- .empty_data{
- display: flex;
- justify-content: center;
- align-items: center;
- }
- ::v-deep .uni-popup .uni-popup__wrapper .uni-button-color{
- color: rgba(190, 163, 117, 1);
- }
- ::v-deep .uni-popup__info{
- color: rgba(31, 35, 41, 1);
- }
-
- ::v-deep .uni-popup__wrapper .uni-dialog-content-text{
- color: rgba(31, 35, 41, 1);
- }
-
- ::v-deep .uni-popup__wrapper .uni-dialog-button-text{
- color: rgba(31, 35, 41, 1);
- }
- }
|