v1.css 483 B

12345
  1. .object-green{left: calc(50% - 86px); bottom: 16px;}
  2. .object-orange{right: calc(50% - 86px); bottom: 16px;}
  3. html:not([lang="zh-cn"],[lang="zh-tw"]) .object-orange {right: calc(50% - 136px);}
  4. .object-green::before{content: ""; background-color: #29AA93; border-radius: 50%; height:10px; width: 10px; margin-right: 10px; margin-top: 3px;}
  5. .object-orange::before{content: ""; background-color: #FF9F46; border-radius: 50%; height:10px; width: 10px; margin-right: 10px; margin-top: 3px;}