page { background-color: #0F0F1D; width: 100%; height: 100vh; } .page { width: 750rpx;height:1624rpx; background: linear-gradient( 180deg, #24234B 0%, #0F0F1D 100%); border-radius: 0rpx 0rpx 0rpx 0rpx; background-repeat: repeat-y; } .topbg { } .topBody { width:750rpx; } .header { display: flex;flex-direction: row;justify-content: space-between;align-items: center;color:$title; .title { font-size: 34rpx; } } .thread { height:210rpx; padding:50rpx;font-size: 52rpx;color:#6E6A6A;padding-top: 80rpx; } .myinfo { width: 690rpx;display:flex;flex-direction: column;margin:30rpx 30rpx 60rpx;justify-content: flex-start; .imgList { display: flex;flex-direction: row;justify-content: space-around;align-items: center; } .numlist { display: flex;flex-direction: row;justify-content: space-around;align-items: center; position: relative; height: 188rpx; // background: url('http://c.yujianmate.com/images/v1/w3/invite_bg2.png'); // background-size: 690rpx 188rpx; .left { display: flex;justify-content: center;padding:20rpx; border-radius: 38rpx; .icon { } image { width:64rpx; } .num { font-weight: bold; font-size: 40rpx; color: #FFFFFF; text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center; .name { font-size: 28rpx;color: #999999;margin-top: 12rpx;font-weight: normal; } } } .right{ } .icon{ height: 176rpx; position: absolute; left: 260rpx; } } .inviteTitle { display: flex;flex-direction: row;justify-content: space-between;align-items: center; position: relative; width:690rpx; height: 97rpx; background: url('http://c.yujianmate.com/images/v1/w3/item_bg.png'); background-size: 690rpx 97rpx; .left { display: flex;flex-direction: row;justify-content: flex-start;align-items: center; padding-left:20rpx; } .right{ display: flex;flex-direction: row;justify-content: flex-start;align-items: center; padding-right:0rpx; .icon{ height: 36rpx; } } } .friendList{ display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start; // height :780rpx; width: 690rpx; // margin-top: 34rpx; .title{ display: flex;flex-direction: row;justify-content: space-between;align-items: center; position: relative; width:494rpx; height: 84rpx; background: url('http://c.yujianmate.com/images/v1/w3/invite_item_bg.png'); background-size: 494rpx 84rpx; margin-top: 34rpx; .left { display: flex;flex-direction: row;justify-content: flex-start;align-items: center; padding-left:28rpx; } .right{ display: flex;flex-direction: row;justify-content: flex-start;align-items: center; padding-right:0rpx; .icon{ height: 36rpx; } } } .numlist2 { display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start; width:690rpx; // height: 690rpx; // background: url('http://c.yujianmate.com/images/v1/w3/invite_bg.png'); // background-size: 690rpx 690rpx; // background: #ffffff; .empty{ display: flex;flex-direction: column;justify-content: normal;align-items: center; width:690rpx; height: 600rpx; .bg { margin-top: 100rpx; width:434rpx; height: 234rpx; background: url('http://c.yujianmate.com/images/v1/w3/empty.png'); background-size: 434rpx 234rpx; } } .item { display: flex;flex-direction: column;justify-content: space-between;align-items: center; height: 140rpx; width:690rpx; background: rgba(22,22,22,0); border-radius: 0rpx 0rpx 0rpx 0rpx; .line{ width: 610rpx; height: 2rpx; background: #47171B; border-radius: 0rpx 0rpx 0rpx 0rpx; } .info{ display: flex;flex-direction: row;justify-content: space-between;align-items: center; height: 135rpx; width:690rpx; .left { display: flex;flex-direction: row;justify-content: space-between;align-items: center; .img{ margin-left: 40rpx; height: 80rpx; } .nameList{ display: flex;justify-content: center; margin-left: 20rpx; .num { text-align: left; display: flex;flex-direction: column;justify-content: flex-start; .name{ font-size: 28rpx; color: #FFFFFF; display: flex;flex-direction: row;justify-content: flex-start; .icon{ margin-left: 5rpx; height: 40rpx; } } .data { font-size: 24rpx;color: #999999;margin-top: 12rpx;font-weight: normal; } } } } .right{ height: 40%; display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start; text-align: right; .txt{ text-align: right; font-size: 24rpx; color: #FFFFFF; margin-right: 0rpx; } .txt1{ margin-right: 34rpx; } } } } } } .btn_submit { width: 456rpx;height: 92rpx;position: fixed;bottom:80rpx;left:145rpx; background: #FFFFFF; border-radius: 40rpx 40rpx 40rpx 40rpx; display: flex;flex-direction: row;justify-content: center;align-items: center; font-weight: bold; font-size: 32rpx; .icon{ height: 36rpx; margin-right : 12rpx; margin-top : 5rpx; } } } .blankHeight { height:100rpx; }