M_purchase.scss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. page {
  2. background-color: #161616;
  3. }
  4. .page {
  5. background-color: #161616;
  6. width: 100%;
  7. height: 100vh;
  8. background: url('http://c.yujianmate.com/images/v1/bg.png');
  9. background-size: 750rpx 1624rpx;
  10. background-repeat: repeat-y;
  11. }
  12. .topbg {
  13. }
  14. .topBody {
  15. width:750rpx;
  16. }
  17. .header {
  18. display: flex;flex-direction: row;justify-content: space-between;align-items: center;color:$title;
  19. .title {
  20. font-size: 34rpx;
  21. }
  22. }
  23. .thread {
  24. height:210rpx;
  25. padding:50rpx;font-size: 52rpx;color:#6E6A6A;padding-top: 80rpx;
  26. }
  27. .myinfo {
  28. width: 720rpx;display:flex;flex-direction: column;margin:0rpx 30rpx 60rpx;justify-content: flex-start;
  29. .purchaseList {
  30. display: flex;flex-direction: row;justify-content: center;align-items: center;
  31. flex-wrap: wrap;
  32. .item {
  33. display: flex;justify-content: center;flex-direction: column;
  34. border-radius: 28rpx 28rpx 28rpx 28rpx;
  35. border: 2rpx solid #28292D;
  36. width:214rpx;height:162rpx;
  37. margin-right:24rpx;
  38. margin-bottom:24rpx;
  39. .num1 {
  40. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  41. .name {
  42. font-size: 36rpx;color:#FFFFFF;margin-top: 12rpx;
  43. }
  44. }
  45. .num2 {
  46. text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;
  47. .name {
  48. font-size: 28rpx;color:#999999;margin-top: 12rpx;
  49. }
  50. }
  51. }
  52. .itemSel{
  53. background: #321A23;
  54. border-radius: 28rpx 28rpx 28rpx 28rpx;
  55. border: 4rpx solid #FF3B85;
  56. .num1 {
  57. .name {
  58. color:#FF3B85;
  59. }
  60. }
  61. .num2{
  62. .name {
  63. color:#FFFFFF;
  64. }
  65. }
  66. }
  67. }
  68. .mingxiList {
  69. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  70. position: relative;
  71. .left {
  72. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  73. padding-left:10rpx;
  74. padding-top: 20rpx;
  75. .icon{
  76. padding-left:5rpx;
  77. width: 48rpx;
  78. }
  79. width: 750rpx;
  80. height: 112rpx;
  81. background: rgba(22,22,22,0);
  82. border-radius: 0rpx 0rpx 0rpx 0rpx;
  83. }
  84. .right{
  85. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  86. padding-right:40rpx;
  87. padding-top: 20rpx;
  88. .icon{
  89. padding-left:5rpx;
  90. height: 32rpx;
  91. }
  92. }
  93. }
  94. .line{
  95. width: 690rpx;
  96. height: 2rpx;
  97. margin-top: 20rpx;
  98. background: #393939;
  99. border-radius: 0rpx 0rpx 0rpx 0rpx;
  100. }
  101. .btn_submit {
  102. width: 660rpx;height: 96rpx;position: fixed;bottom:150rpx;left:45rpx;
  103. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  104. border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FFFFFF;
  105. display: flex;flex-direction: row;justify-content: center;align-items: center;
  106. }
  107. .bottom{
  108. width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
  109. display: flex;flex-direction: row;justify-content: center;align-items: center;
  110. }
  111. }
  112. .blankHeight {
  113. height:100rpx;
  114. }