--- src/main/webapp/publish/usr/css/content.css
+++ src/main/webapp/publish/usr/css/content.css
... | ... | @@ -37,7 +37,7 @@ |
| 37 | 37 |
.video_wrap{position:relative;}
|
| 38 | 38 |
.video_wrap::after{position:absolute;content:"";width:calc(100% + 6px);height:calc(100% + 6px);border-radius:8px;background:linear-gradient(114deg,rgba(95, 72, 176, 1) 0%, rgba(59, 91, 176, 1) 100%);left:-3px;top:-3px;z-index:-1;}
|
| 39 | 39 |
|
| 40 |
-.btn_move{display:inline-flex;width:30%;height:60px;margin:80px auto 0;border:1px solid var(--primary-color);border-radius:100px;font-family:var(--secondary-title-font);font-size:24px;font-weight:bold;color:var(--primary-color);padding:0 40px;justify-content:center;align-items:center;gap:8px;transition:all .3s;}
|
|
| 40 |
+.btn_move{display:inline-flex;height:60px;margin:80px auto 0;border:1px solid var(--primary-color);border-radius:100px;font-family:var(--secondary-title-font);font-size:24px;font-weight:bold;color:var(--primary-color);padding:0 60px;justify-content:center;align-items:center;gap:8px;transition:all .3s;}
|
|
| 41 | 41 |
.btn_move i{display:inline-block;width:70px;height:35px;background:url(/publish/usr/images/component/icon_arrow_right_long.png) no-repeat center;}
|
| 42 | 42 |
.btn_move:hover{background:var(--primary-color);color:#fff;}
|
| 43 | 43 |
.btn_move:hover i{background:url(/publish/usr/images/component/icon_arrow_right_long_white.png) no-repeat center;}
|
... | ... | @@ -864,6 +864,9 @@ |
| 864 | 864 |
.cosme .box_white{flex-direction:column;}
|
| 865 | 865 |
.cosme .box_white li{width:100%;flex-direction:row;text-align:left;}
|
| 866 | 866 |
.cosme .box_white li p{width:calc(100% - 100px);}
|
| 867 |
+ |
|
| 868 |
+ .btn_move{font-size:18px;padding:0 40px;white-space:nowrap}
|
|
| 869 |
+ .btn_move i{display:none;}
|
|
| 867 | 870 |
} |
| 868 | 871 |
|
| 869 | 872 |
@media (max-width: 500px){
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?