setting.scss 835 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. page {
  2. background-color: #161616;
  3. }
  4. .page {
  5. background-color: #161616;
  6. }
  7. .topbg {
  8. }
  9. .topBody {
  10. width:750rpx;
  11. }
  12. .list_info {
  13. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  14. width:750rpx;
  15. .item {
  16. width: 690rpx;height: 84rpx;margin-top: 10rpx;color:#fff;font-size: 28rpx;
  17. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  18. border-bottom: solid 1px #393939;
  19. text {
  20. }
  21. .arrow {
  22. width:36rpx;
  23. }
  24. .desc {
  25. color:#fff;
  26. }
  27. }
  28. }
  29. .btn_submit {
  30. width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
  31. border: 2rpx solid #404040;
  32. border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FF2A95;
  33. display: flex;flex-direction: row;justify-content: center;align-items: center;
  34. }
  35. .blankHeight {
  36. height:300rpx;
  37. }