|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- * {
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- }
-
- html,
- body {
- height: 100%;
- }
-
- .surveyCon {
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
-
- .title_search,
- .menu,
- .split {
- flex-grow: 0;
- flex-shrink: 0;
- }
-
- .menuTab {
- width: 100%;
- padding-left: 25px;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
-
- .menuTab div.active {
- color: #0064D6;
- }
-
- .survey {
- flex-grow: 1;
- padding: 20px 2.6%;
- overflow: auto;
- }
-
- .surveyBox {
- display: none;
- /* padding: 10px; */
- }
-
- .surveyBox:first-child {
- display: block;
- }
-
- .surveyT {
- padding: 0 25px;
- line-height: 0;
- text-align: center;
- }
-
- .surveyT img {
- width: 100%;
- }
-
- .surveyT1 img {
- width: 70%;
- }
-
- .surveyLine {
- line-height: 0;
- text-align: center;
- margin: 10px 0 15px;
- }
-
- .surveyLine img {
- width: 61%;
- }
-
- .surveyList div {
- position: relative;
- color: #5E5E5E;
- font-size: 13px;
- line-height: 24px;
- margin: 10px 10px;
- text-indent: 15px;
- }
-
- .surveyList div::after {
- content: '';
- position: absolute;
- left: 0;
- top: 9px;
- width: 6px;
- height: 6px;
- background-color: #DC9722;
- border-radius: 50%;
- }
-
- .surveyTxt {
- color: #5E5E5E;
- font-size: 13px;
- line-height: 24px;
- margin: 10px 0;
- text-indent: 15px;
- }
-
- .history {
- position: relative;
- }
-
- .history:after {
- content: '';
- width: 2px;
- background-color: #D7D7D7;
- /* height: 100%; */
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: -35px;
- margin: auto;
- }
-
- .yearx {
- position: relative;
- z-index: 3;
- width: 60px;
- height: 60px;
- margin: 30px auto 20px;
- border-radius: 50%;
- background-color: #0064D6;
- text-align: center;
- line-height: 60px;
- font-size: 18px;
- color: #fff;
- }
-
- .yearx:after {
- position: absolute;
- left: -6px;
- top: -6px;
- content: '';
- width: 70px;
- height: 70px;
- border: 1px solid #0064D6;
- border-radius: 50%;
- }
-
- .monthx {
- position: relative;
- z-index: 3;
- margin-top: 20px;
- }
-
- .monthTxt {
- color: #5E5E5E;
- font-size: 13px;
- line-height: 24px;
- margin-top: 8px;
- }
-
- .monthTime {
- font-size: 15px;
- line-height: 26px;
- color: #0064D6;
- font-weight: bold;
- }
-
- .monthx.right {
- padding-left: 54%;
- }
-
- .monthx.left {
- padding-right: 54%;
- }
-
- .monthx.left>.monthTime {
- text-align: right;
- }
-
- .line {
- width: 10px;
- height: 10px;
- position: absolute;
- left: 0;
- right: 0;
- top: 8px;
- border-radius: 50%;
- border: 1px solid #0064D6;
- margin: auto;
- }
-
- .line:before {
- content: '';
- width: 6px;
- height: 6px;
- position: absolute;
- left: 0;
- bottom: 0;
- right: 0;
- top: 0;
- margin: auto;
- border-radius: 50%;
- background-color: #0064D6;
- }
-
- .monthText {
- color: #5E5E5E;
- font-size: 13px;
- line-height: 24px;
- margin: 10px 10px;
- text-indent: 27px;
- }
-
- .day-left p em {
- color: #0064D6;
- }
-
- .tables tbody tr td.green i:after {
- background: #0064D6;
- }
-
- .day-left h1 {
- color: #0064D6;
- }
-
- .xuanzhong i {
- background: #0064D6 !important;
- }
-
- .today i {
- background: rgba(0, 100, 214, 0.6);
- }
-
- .courseBox {
- border-radius: 4px;
- padding: 10px 15px;
- margin: 10px 0;
- background-color: #fff;
- /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
- box-shadow: 0 0 5px rgba(0, 0, 0, .1); */
- background: #f7f7f7;
- }
-
- .title {
- position: relative;
- padding-right: 70px;
- font-size: 16px;
- line-height: 24px;
- }
-
- .title a {
- position: absolute;
- right: 0;
- top: 0;
- background-color: #5EB263;
- font-size: 12px;
- color: #fff;
- line-height: 24px;
- padding: 0 5px;
- border-radius: 3px;
- }
-
- .courseTxt {
- display: flex !important;
- justify-content: space-between;
- margin: 10px 0;
- font-size: 14px;
- }
-
- .courseCon {
- font-size: 14px;
- line-height: 24px;
- }
- .course-card{
- display: none;
- }
|