| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- .title {
- color: #000;
- margin-top: 24px;
- margin-left: 52px;
- font-size: 50px;
- line-height: 60px;
- font-weight: bold;
- }
- .sub_title {
- margin-top: 16px;
- color: #999999;
- margin-left: 52px;
- font-size: 30px;
- line-height: 48px;
- font-weight: bold;
- margin-bottom: 24px;
- }
- .conflict_item {
- height: 128px;
- background-color: #fff;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding-left: 40px;
- padding-right: 40px;
- box-sizing: border-box;
- position: relative;
- }
- .conflict_index {
- width: 48px;
- height: 42px;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #B2B2B2;
- font-size: 26px;
- margin-right: 12px;
- }
- .conflict_title {
- color: #000;
- font-size: 32px;
- flex: 1;
- }
- .conflict_tip {
- color: #FF0000;
- font-size: 20px;
- margin-right: 12px;
- }
- .conflict_time {
- width: 160px;
- height: 84px;
- color: #FF0000;
- background-color: #FF00001A;
- align-items: center;
- justify-content: center;
- display: flex;
- font-size: 34px;
- border-radius: 20px;
- }
- .normal_time {
- width: 160px;
- height: 84px;
- color: #000;
- background-color: #B2B2B21A;
- align-items: center;
- justify-content: center;
- display: flex;
- font-size: 34px;
- border-radius: 20px;
- }
- .edit_footer_btn2 {
- margin-top: 76px;
- width: 670px;
- height: 96px;
- border-radius: 24px;
- margin-bottom: 76px;
- margin-left: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .error_tip {
- height: 72px;
- display: flex;
- flex-direction: row;
- align-items: center;
- background-color: #FF00001A;
- padding-left: 42px;
- box-sizing: border-box;
- color: #000;
- font-size: 24px;
- }
- .success_tip {
- height: 72px;
- display: flex;
- flex-direction: row;
- align-items: center;
- background-color: #00B2181A;
- padding-left: 42px;
- box-sizing: border-box;
- color: #000;
- font-size: 24px;
- }
|