<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>时钟的demo</title>
<style>
*{margin:0;padding:0;}
.loading{margin:100px auto;width:25em;height:8em;position: relative;}
.clock{position: relative;width:8em;height:8em;display: inline-block;}
.loading .progress{position: absolute;width:6em;height:6em;background-color: white;border-radius: 50%;left:1em;top:1em;
line-height: 6em;text-align: center;}
.progress span{font:50px/2em Arial;}
.left,.right{width:4em;height: 8em;overflow: hidden;p
<html lang="en">
<head>
<meta charset="UTF-8">
<title>时钟的demo</title>
<style>
*{margin:0;padding:0;}
.loading{margin:100px auto;width:25em;height:8em;position: relative;}
.clock{position: relative;width:8em;height:8em;display: inline-block;}
.loading .progress{position: absolute;width:6em;height:6em;background-color: white;border-radius: 50%;left:1em;top:1em;
line-height: 6em;text-align: center;}
.progress span{font:50px/2em Arial;}
.left,.right{width:4em;height: 8em;overflow: hidden;p