@charset "utf-8"; .grey-line{ position: absolute; width: calc(100% - 20px); height: 1px; top: 50%; left: 10px; background-color: #e1e1e1; z-index: -1; } .c-f25{font-size: 25px;} .c-17b3ec{color: #17b3ec;} .c-ccc{color: #ccc;} .wrapper{ width: 100%; height: 200px; background-color: #fff; position:relative; overflow:hidden; padding-top: 20px; } .wrapper .text{ position: absolute; width: 200px; top: 50%; left: 50%; margin-left: -100px; margin-top: -38px; } .jiao{ position: absolute; left: 50%; bottom: 0; margin-left: -34px; background: #fff; /*padding: 0 5px;*/ z-index: 10; border-radius: 0px; width: 45px; margin-left: -45px; } .left{ display: inline-block; width: 10px; background-color: #17b3ec; height: 10px; border-radius: 5px; /*clip: rect(0px, 10px, 10px, 5px);*/ position: absolute; left: 0; margin-left: -2px; top: 2px; } .right{ display: inline-block; width: 10px; background-color: #e1e1e1; height: 10px; border-radius: 5px; position: absolute; right: 0; margin-right: -5px; top: 12px; }