1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- page {
- background-color: #161616;
- }
- .page {
- // background-color: #161616;
- width: 750rpx;height: 100vh;
- background: url('http://c.yujianmate.com/images/v1/bg.png');
- background-size: 750rpx 1624rpx;
- }
- .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;align-items: center;
- .img {
- border-radius: 10rpx;width:626rpx;height:978rpx;
- }
-
- .numlist {
- display: flex;flex-direction: row;justify-content: space-around;align-items: center;
- height: 188rpx;width:520rpx;
- .num {
- font-weight: bold;
- font-size: 40rpx;
- color: #FFFFFF;
- text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
-
- .img2 {
- width: 96rpx;height: 96rpx;border-radius: 48rpx;
- background: #28292D;
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- image {
- width:56rpx;
- }
- }
- .name {
- font-size: 28rpx;color: #fff;margin-top: 12rpx;font-weight: normal;
- }
- }
- }
-
-
- }
- .blankHeight {
- height:100rpx;
- }
|