| 1234567891011121314151617181920212223242526272829303132333435 |
-
- .common-lesson-view-cover {
- width: 100%;
- height: 150px;
- margin: auto;
- background: red;
- border-radius: 10px;
- /*margin-top: 20px;*/
- }
- .common-lesson-view-cover:hover {
- transform: translate(0, -3px);
- color: wheat;
- }
- .common-lesson-view-body {
- margin: 20px;
- padding: 20px;
- font-weight: 300;
- font-size: 30px;
- text-align: center;
- }
- .common-lesson-view-confirm {
- width: 100%;
- margin-top:20px;
- }
- .common-lesson-view-confirm-otp {
- display: inline-block;
- }
- .common-lesson-view-confirm-phone {
- display: inline-block;
- }
|