123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- page {
- background-color: #161616;
- }
- .page {
- background-color: #161616;
- width: 100%;
- height:100vh;
- }
- .topbg {
- }
- .topBody {
- width:750rpx;
- }
- .header {
- display: flex;flex-direction: row;justify-content: flex-end;align-items: flex-end;color:$title;
- width:750rpx;height:calc(var(--status-bar-height) + 100rpx);z-index: 999;
- padding-top: calc(var(--status-bar-height) + 220rpx);
- width:750rpx;height:600rpx;
- background: url("../../static/home/avator.png");background-size: 750rpx 750rpx;background-repeat: no-repeat;z-index: 0;
- .infoBg {
- display: flex;flex-direction: row;justify-content: space-between;align-items: center;
- width:750rpx;height:280rpx;
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
- padding-top:80rpx;
-
- .left {
- padding-left: 50rpx;width:200rpx;
- image {
- width:136rpx;height:136rpx;border-radius: 100rpx;border:solid 4rpx #fff;
- }
- }
- .right {
- color:#fff;width:400rpx;font-size: 40rpx;
- .nickname {
- font-weight: bold;margin-bottom: 10rpx;
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- image {
- width:76rpx;margin-left: 8rpx;margin-right: 10rpx;
- }
- .siming {
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- width: 84rpx;height: 32rpx;
- border-radius: 12rpx 12rpx 12rpx 12rpx;
- border: 2rpx solid #FFFFFF;
- font-size: 20rpx;color:#fff;font-weight: normal;
- }
- }
- .join_date {
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- font-size: 28rpx;color:#fff;
- image {
- width:36rpx;margin-left: 6rpx;
- }
- }
- }
- .dashang {
- width:150rpx;
- .sel {
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- width: 130rpx;
- height: 64rpx;
- background: linear-gradient( 137deg, #FF5869 0%, #FF3C83 100%);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- border: 2rpx solid #FFFFFF;
- .name {
- color:#fff;font-size: 20rpx;margin-right: 12rpx;
- }
- .block {
- width: 48rpx;
- height: 48rpx;
- background: #FFFFFF;
- border-radius: 8rpx 8rpx 8rpx 8rpx;
- }
- }
- .selno {
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- width: 130rpx;
- height: 64rpx;
- background-color: rgba(255, 255, 255, 0.35);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- border: 2rpx solid #FFFFFF;
- .name {
- color:#fff;font-size: 20rpx;
- }
- .blockGray {
- width: 48rpx;margin-right: 12rpx;
- height: 48rpx;background-color: #fff;
- border-radius: 8rpx 8rpx 8rpx 8rpx;
- }
- }
-
- }
- }
- .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;
-
-
- .numlist {
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- background: #28292D;
- border-radius: 24rpx 24rpx 24rpx 24rpx;
- .item {
- display: flex;justify-content: center;padding:20rpx;
- border-radius: 38rpx;width:316rpx;height:186rpx;
- .icon {
- }
- image {
- width:64rpx;
- }
- .num {
- color:#fff;font-size: 36rpx;
- text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
- .name {
- font-size: 28rpx;color:#BABABA;margin-top: 12rpx;
- }
- }
- }
- }
-
- .numlist2 {
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- flex-wrap: wrap;
- background: #28292D;
- border-radius: 24rpx;
- .item {
- display: flex;justify-content: center;padding:20rpx;
- border-radius: 38rpx;width:160rpx;height:186rpx;
- .icon {
- }
- image {
- width:54rpx;
- }
- .num {
- color:#fff;
- text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
- .name {
- font-size: 24rpx;color:#BABABA;margin-top: 12rpx;
- }
- }
- }
- }
- }
- .btn_submit {
- width: 660rpx;height: 96rpx;margin:0 auto;
- border: 2rpx solid #404040;
- border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FF2A95;
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- }
- .blankHeight {
- height:100rpx;
- }
|