index.scss 727 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .deviceInfo{
  2. width: 100%;
  3. height: 340px;
  4. padding: 0 30px;
  5. box-sizing: border-box;
  6. margin-bottom: 25px;
  7. display: flex;
  8. flex-direction: column;
  9. justify-content: space-between;
  10. align-items: center;
  11. }
  12. .deviceImgBox{
  13. width: 256px;
  14. height: 256px;
  15. display: flex;
  16. justify-content: center;
  17. align-items: center;
  18. background: #FFFFFF;
  19. box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  20. opacity: 1;
  21. border-radius: 128px;
  22. margin-top: 20px;
  23. }
  24. .deviceId{
  25. height: 40px;
  26. font-size: 28px;
  27. font-family: '.PingFang SC';
  28. font-weight: 300;
  29. line-height: 18px;
  30. color: #646464;
  31. }
  32. .deviceBtnBox{
  33. width: 100%;
  34. padding: 0 30px;
  35. box-sizing: border-box;
  36. .deviceBtn{
  37. margin-top: 40px;
  38. }
  39. }