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: 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; } .numItem { font-weight: bold; font-size: 36rpx; color: #FFFFFF; text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center; .name { font-size: 24rpx;color: #999999;margin-top: 12rpx;font-weight: normal; } } } .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:690rpx; height: 88rpx; // background: url('http://c.yujianmate.com/images/v1/w3/listTitle.png'); background: #313854; background-size: 690rpx 88rpx; 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:150rpx; } } .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: rgba(22,22,22,0); .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: flex-start; // height: 140rpx; width:690rpx; // background: rgba(22,22,22,0); // background: url('http://c.yujianmate.com/images/v1/w3/listBG1.png'); .info{ display: flex;flex-direction: row;justify-content: space-between;align-items: center; height: 88rpx; width:690rpx; .left { display: flex;flex-direction: row;justify-content: space-between;align-items: center; .nameList{ display: flex;justify-content: center; margin-left: 28rpx; .num { text-align: left; display: flex;flex-direction: column;justify-content: flex-start; .data { font-size: 24rpx;color: #FFFFFF;font-weight: normal; } } } } .right{ height: 40%; display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start; text-align: right; margin-right: 166rpx; .txt{ text-align: right; font-size: 24rpx; color: #FFFFFF; margin-right: 0rpx; } } } } } } } .blankHeight { height:100rpx; }