| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- #example-show .content{
- padding: 20px 50px;
- background: rgb(255, 255, 255);
- display: flex;
- flex-wrap: wrap;
- justify-content: space-around;
- }
- .cover-div {
- height: 180px;
- text-align: center;
- padding-top: 10px;
- }
- .cover-img {
- width: auto;
- height: auto;
- max-width: 100%;
- max-height: 100%;
- }
- .deploy-choose-cloud {
- position: relative;
- }
- .choose-cloud {
- margin-top: 20px;
- }
- .choose-cloud-title {
- color: rgba(49, 135, 250, 1);
- font-weight: 400;
- font-size: 16px;
- width: 150px;
- display: inline-block;
- }
- .choose-cloud-content {
- padding-left: 50px;
- font-weight: 400;
- font-size: 16px;
- }
- .choose-cloud-button-group {
- position: fixed;
- }
- .choose-cloud-button {
- margin-left: 20px;
- }
- .detail-images {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-around;
- margin-top: 20px;
- }
|