12345678910111213141516171819 |
- .download {
- background-color: #fff;
- border-radius: 26px;
- overflow: hidden;
- text-align: center;
- .img {
- }
- .downloadBtn {
- background: linear-gradient(180deg, #59e5d5 0%, #2dc7aa 100%);
- border-radius: 39px;
- color: #fff;
- font-size: 18px;
- line-height: 25px;
- width: 194px;
- margin-top: 28px;
- margin-bottom: 34px;
- }
- }
|