| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .commonWork {
- width: 400px;
- background: #ffffff;
- border-radius: 18px;
- position: relative;
- padding: 0 30px 35px;
- .downMoveBg {
- position: absolute;
- top: 0;
- left: 0;
- width: 400px;
- height: 104px;
- }
- .dingPng {
- width: 159px;
- height: 159px;
- position: absolute;
- left: 50%;
- margin-left: -81px;
- top: -57px;
- z-index: 100;
- }
- h2 {
- margin-top: 120px;
- font-weight: 600;
- font-size: 24px;
- color: #131415;
- line-height: 33px;
- text-align: center;
- }
- .header {
- text-align: center;
- padding: 20px 0 30px;
- font-size: 18px;
- color: #777777;
- line-height: 30px;
- span {
- color: #2784ff;
- }
- }
- .btn {
- cursor: pointer;
- width: 256px;
- border-radius: 50px;
- text-align: center;
- font-weight: 600;
- font-size: 18px;
- color: #ffffff;
- line-height: 25px;
- line-height: 47px;
- margin: 0 auto;
- --n-color: #40c8ff !important;
- background: linear-gradient(305deg, #40c8ff 0%, #3192ff 100%);
- }
- }
|