landingpage Video
parent
e5b334e886
commit
2381a9e9d3
|
@ -163,8 +163,8 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
:root {
|
||||
<style > :root
|
||||
{
|
||||
--shx_rating_bg: #e3e4e8;
|
||||
--shx_rating_fg: #17181c;
|
||||
--shx_rating_primary: #255ff4;
|
||||
|
@ -172,7 +172,8 @@
|
|||
--shx_rating_yellow-t: rgba(244, 168, 37, 0);
|
||||
--shx_rating_bezier: cubic-bezier(0.42,0,0.58,1);
|
||||
--shx_rating_trans-dur: 0.3s;
|
||||
font-size: calc(24px +(30 - 24) *(100vw - 320px) /(1280 - 320));
|
||||
|
||||
/* font-size: calc(24px +(30 - 24) *(100vw - 320px) /(1280 - 320));*/
|
||||
}
|
||||
|
||||
.SHX_rating {
|
||||
|
|
Loading…
Reference in New Issue