index.css 888 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #example-show .content{
  2. padding: 20px 50px;
  3. background: rgb(255, 255, 255);
  4. display: flex;
  5. flex-wrap: wrap;
  6. justify-content: space-around;
  7. }
  8. .cover-div {
  9. height: 180px;
  10. text-align: center;
  11. padding-top: 10px;
  12. }
  13. .cover-img {
  14. width: auto;
  15. height: auto;
  16. max-width: 100%;
  17. max-height: 100%;
  18. }
  19. .deploy-choose-cloud {
  20. position: relative;
  21. }
  22. .choose-cloud {
  23. margin-top: 20px;
  24. }
  25. .choose-cloud-title {
  26. color: rgba(49, 135, 250, 1);
  27. font-weight: 400;
  28. font-size: 16px;
  29. width: 150px;
  30. display: inline-block;
  31. }
  32. .choose-cloud-content {
  33. padding-left: 50px;
  34. font-weight: 400;
  35. font-size: 16px;
  36. }
  37. .choose-cloud-button-group {
  38. position: fixed;
  39. }
  40. .choose-cloud-button {
  41. margin-left: 20px;
  42. }
  43. .detail-images {
  44. display: flex;
  45. flex-wrap: wrap;
  46. justify-content: space-around;
  47. margin-top: 20px;
  48. }