123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- page {
- background-color: #161616;
- }
- .page {
- background-color: #161616;
- }
- .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 {
- display:flex;flex-direction: column;justify-content: flex-start;
- margin:30rpx 30rpx 60rpx;
- width: 690rpx;
- height: 232rpx;
- background: #333333;
- border-radius: 44rpx 44rpx 44rpx 44rpx;
- border: 2rpx solid #FFFFFF;
-
- .mingxiList {
-
- width: 690rpx;
- // height: 200rpx;
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- position: relative;
- // height: 72rpx;
- // background: #FFFFFF;
- .left {
- // background: #FFFFFF;
- width: 300rpx;
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- padding-left:40rpx; padding-top: 20rpx;
- .icon{
- height: 58rpx;
- width:252rpx;
- }
- }
- .right{
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- padding-right:40rpx;
- padding-top: 20rpx;
- width: 390rpx;
- .icon{
- padding-left:5rpx;
- height: 36rpx;position: absolute;
- top:-100rpx;
- right:50rpx;
- }
- }
- .icon2{
- height: 234;
-
- left: 260rpx;
- }
- }
- .numlist {
- display: flex;flex-direction: row;justify-content: space-between;align-items: center;
- position: relative;
- height: 176rpx;
- // background: #28292D;
- border-radius: 24rpx 24rpx 24rpx 24rpx;
- .left {
- display: flex;justify-content: flex-start;flex-direction: row;
- margin-left: 50rpx;
- }
- .right{
- margin-right: 85rpx;
- .buyBtn{
- width: 192rpx;
- height: 72rpx;
- margin-top: -20rpx;
- background: linear-gradient( 151deg, #FFFFFF 0%, #D3D9F8 100%);
- border-radius: 24rpx 24rpx 24rpx 24rpx;
- text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
- font-weight: bold;
- font-size: 28rpx;
- color: #333333;
- }
- }
- }
- .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;
- }
|