123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- html {
- height: 100%
- }
- body {
- height: 100%;
- margin: 0;
- }
- .moreTime {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 80vw;
- margin: auto
- }
- .bod {
- border-bottom: 3px solid #007AFF;
- }
- .box {
- border: 1px solid #007AFF !important;
- }
- .childTime {
- margin: 8px 30px 0 30px;
- }
- .childTime>div {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .childTime>div>div {
- width: 70px;
- padding: 5px;
- border: 1px solid #e6e6e6;
- border-radius: 8px;
- color: #7e7e7e;
- font-size: 12px;
- text-align: center;
- }
|