123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- page {
- background-color: #161616;
- }
- .page {
- background-color: #161616;
- width: 100%;
- height: 100vh;
- background: url('http://c.yujianmate.com/images/v1/bg.png');
- background-size: 750rpx 1624rpx;
- 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;
-
-
- .numlist {
- display: flex;flex-direction: row;justify-content: space-around;align-items: center;
- position: relative;
- height: 176rpx;
- background: #28292D;
- border-radius: 24rpx 24rpx 24rpx 24rpx;
- .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{
- .buyBtn{
- width: 202rpx;
- height: 72rpx;
- background: linear-gradient( 149deg, #FF5967 0%, #FF2A95 100%);
- border-radius: 16rpx 16rpx 16rpx 16rpx;
- text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
- font-weight: bold;
- font-size: 28rpx;
- color: #FFFFFF;
- }
- }
- .icon{
- height: 176rpx;
- position: absolute;
- left: 260rpx;
- }
- }
- .mingxiList {
- display: flex;flex-direction: row;justify-content: space-between;align-items: center;
- position: relative;
- .left {
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- padding-left:40rpx;
- padding-top: 20rpx;
- .icon{
- padding-left:5rpx;
- height: 36rpx;
- }
- }
- .right{
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- padding-right:40rpx;
- padding-top: 20rpx;
- .icon{
- padding-left:5rpx;
- height: 36rpx;
- }
- }
- }
- .numlist2 {
- .item {
- display: flex;flex-direction: row;justify-content: space-between;align-items: center;
- height: 148rpx;
- background: #28292D;
- border-radius: 24rpx 24rpx 24rpx 24rpx;
- margin-top: 24rpx;
-
- .left {
- display: flex;justify-content: center;padding:50rpx;
- .num {
- text-align: left;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
- font-size: 40rpx;
- color: #FFFFFF;
-
- .data {
- font-size: 28rpx;color: #999999;margin-top: 12rpx;font-weight: normal;
- }
-
- }
- }
- .right{
- height: 40%;
- display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;
- .num1{
- padding-right:50rpx;
- text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
- font-weight: bold;
- font-size: 36rpx;
- color: #FE2D56;
- }
- .num2{
- color: #FFFFFF;
- }
- }
- }
- }
- }
- .blankHeight {
- height:100rpx;
- }
- .no-content {
- display: flex;flex-direction: column;justify-content: center;align-items: center;
- image {
- width:276rpx;height:276rpx;
- }
- font-weight: 400;
- font-size: 24rpx;
- color: #999999;
- }
|