idcheck.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. page {
  2. background-color: #161616;
  3. }
  4. .page {
  5. background-color: #161616;
  6. }
  7. .topbg {
  8. }
  9. .topBody {
  10. width:750rpx;
  11. }
  12. .header {
  13. display: flex;flex-direction: row;justify-content: space-between;align-items: center;color:$title;
  14. .title {
  15. font-size: 34rpx;
  16. }
  17. }
  18. .thread {
  19. height:210rpx;
  20. padding:50rpx;font-size: 52rpx;color:#6E6A6A;padding-top: 80rpx;
  21. }
  22. .mainInfo {
  23. width: 690rpx;
  24. margin:30rpx 30rpx 60rpx;
  25. display:flex;flex-direction: column;justify-content: space-around;
  26. align-items: center;
  27. // background: #FFFFFF;
  28. .idList {
  29. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  30. // position: relative;
  31. width: 610rpx;
  32. height: 84rpx;
  33. background: #282828;
  34. border-radius: 24rpx 24rpx 24rpx 24rpx;
  35. margin-top: 48rpx;
  36. .left {
  37. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  38. padding-left:24rpx;
  39. }
  40. .right{
  41. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  42. padding-right:24rpx;
  43. }
  44. }
  45. .reCheckBtn{
  46. width: 610rpx;
  47. height: 96rpx;
  48. border-radius: 28rpx 28rpx 28rpx 28rpx;
  49. border: 2rpx solid #404040;
  50. display:flex;flex-direction: column;justify-content: space-around;
  51. align-items: center;
  52. margin-top: 74rpx;
  53. }
  54. }
  55. .blankHeight {
  56. height:100rpx;
  57. }