| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- .itemWrap {
- margin-top: 5px;
- background: #ffffff;
- border-radius: 10px;
- padding-top: 12px;
- .titleWrap {
- padding: 0 12px;
- height: 22px;
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- }
- .itemBottom {
- margin-top: 15px;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-around;
- text-align: center;
- padding: 0 12px;
- .itemBottomDot {
- flex-basis: 33.33%;
- position: relative;
- .dotMain {
- font-size: 24px;
- color: #333333;
- line-height: 30px;
- margin-bottom: 4px;
- font-family: DINAlternate, DINAlternate;
- font-weight: bold;
- span {
- margin-left: 1px;
- font-size: 12px;
- font-weight: 400;
- color: #333333;
- line-height: 17px;
- }
- }
- .dotSub {
- font-size: 12px;
- font-weight: 400;
- color: #777777;
- line-height: 17px;
- }
- }
- }
- .uniTimeWrap {
- padding: 12px;
- margin-top: 20px;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- border-top: 1px solid #f2f2f2;
- .uniTimeWrapLeft {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 14px;
- line-height: 20px;
- .clockIcon {
- margin-top: -2px;
- font-size: 18px;
- margin-right: 4px;
- }
- }
- }
- }
- .editBtn {
- color: #F67146;
- background-color: #FFF5F2;
- border-color: #FFB39B;
- font-size: 13px;
- height: 30px;
- padding-top: 2px;
- line-height: 28px;
- }
|