|
|
@@ -1,193 +1,164 @@
|
|
|
.project {
|
|
|
- height: 70px;
|
|
|
- line-height: 70px;
|
|
|
- background: #1AA1E6;
|
|
|
- font-size: 24px;
|
|
|
- color: #FFFFFF;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-.project-content {
|
|
|
- margin: 30px 0;
|
|
|
- justify-content: center;
|
|
|
- align-items: stretch;
|
|
|
+ height: 0.7rem;
|
|
|
+ line-height: 0.7rem;
|
|
|
+ background: #1AA1E6;
|
|
|
+ font-size: 0.24rem;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+ .project-content {
|
|
|
+ margin: 0.3rem 0;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: stretch;
|
|
|
}
|
|
|
-
|
|
|
/* 考试 */
|
|
|
-.test-box {
|
|
|
- width: 890px;
|
|
|
- /* min-height: 812px; */
|
|
|
- background: #FFFFFF;
|
|
|
- border-radius: 0px 0px 0px 0px;
|
|
|
- opacity: 1;
|
|
|
- border: 3px solid #FFFFFF;
|
|
|
- position: relative;
|
|
|
- padding: 30px;
|
|
|
- box-sizing: border-box;
|
|
|
+ .test-box {
|
|
|
+ width: 8.9rem;
|
|
|
+ /* min-height: 8.12rem;
|
|
|
+ */
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 0rem 0rem 0rem 0rem;
|
|
|
+ opacity: 1;
|
|
|
+ border: 0.03rem solid #FFFFFF;
|
|
|
+ position: relative;
|
|
|
+ padding: 0.3rem;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
-
|
|
|
-.test-title {
|
|
|
- font-size: 18px;
|
|
|
- font-family: Source Han Sans CN-Bold, Source Han Sans CN;
|
|
|
- font-weight: bold;
|
|
|
- color: #1AA1E6;
|
|
|
- line-height: 36px;
|
|
|
- text-align: center;
|
|
|
+ .test-title {
|
|
|
+ font-size: 0.18rem;
|
|
|
+ font-family: Source Han Sans CN-Bold, Source Han Sans CN;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #1AA1E6;
|
|
|
+ line-height: 0.36rem;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
-
|
|
|
-.table {
|
|
|
- font-size: 16px;
|
|
|
- align-items: flex-start;
|
|
|
- margin-top: 30px;
|
|
|
+ .table {
|
|
|
+ font-size: 0.16rem;
|
|
|
+ align-items: flex-start;
|
|
|
+ margin-top: 0.3rem;
|
|
|
}
|
|
|
-
|
|
|
-.border {
|
|
|
- border: 1px solid #DEDEDE;
|
|
|
+ .border {
|
|
|
+ border: 0.01rem solid #DEDEDE;
|
|
|
}
|
|
|
-
|
|
|
-.border-left {
|
|
|
- border-left: 1px solid #DEDEDE;
|
|
|
+ .border-left {
|
|
|
+ border-left: 0.01rem solid #DEDEDE;
|
|
|
}
|
|
|
-
|
|
|
-.border-left-none {
|
|
|
- border-left: none;
|
|
|
+ .border-left-none {
|
|
|
+ border-left: none;
|
|
|
}
|
|
|
-
|
|
|
-.border-right {
|
|
|
- border-right: 1px solid #DEDEDE;
|
|
|
+ .border-right {
|
|
|
+ border-right: 0.01rem solid #DEDEDE;
|
|
|
}
|
|
|
-
|
|
|
-.border-right-none {
|
|
|
- border-right: none;
|
|
|
+ .border-right-none {
|
|
|
+ border-right: none;
|
|
|
}
|
|
|
-
|
|
|
-.border-bottom {
|
|
|
- border-bottom: 1px solid #DEDEDE;
|
|
|
+ .border-bottom {
|
|
|
+ border-bottom: 0.01rem solid #DEDEDE;
|
|
|
}
|
|
|
-
|
|
|
-.border-bottom-none {
|
|
|
- border-bottom: none;
|
|
|
+ .border-bottom-none {
|
|
|
+ border-bottom: none;
|
|
|
}
|
|
|
-
|
|
|
-.border-top {
|
|
|
- border-top: 1px solid #DEDEDE;
|
|
|
+ .border-top {
|
|
|
+ border-top: 0.01rem solid #DEDEDE;
|
|
|
}
|
|
|
-.border-top-none {
|
|
|
- border-top: none;
|
|
|
+ .border-top-none {
|
|
|
+ border-top: none;
|
|
|
}
|
|
|
-
|
|
|
-.padding-left {
|
|
|
- padding-left: 10px
|
|
|
+ .padding-left {
|
|
|
+ padding-left: 0.1rem
|
|
|
}
|
|
|
-
|
|
|
-.height56 {
|
|
|
- height: 56px;
|
|
|
- box-sizing: border-box;
|
|
|
+ .height56 {
|
|
|
+ height: 0.56rem;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
-
|
|
|
-.width140 {
|
|
|
- width: 140px;
|
|
|
- box-sizing: border-box;
|
|
|
+ .width140 {
|
|
|
+ width: 1.4rem;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
-
|
|
|
-.width200 {
|
|
|
- width: 200px;
|
|
|
- box-sizing: border-box;
|
|
|
+ .width200 {
|
|
|
+ width: 2rem;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
-
|
|
|
-.text-center {
|
|
|
- text-align: center;
|
|
|
+ .text-center {
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
-
|
|
|
-.ddflex-jc {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
+ .ddflex-jc {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
-
|
|
|
-.bg-color {
|
|
|
- background: #F5F5F5;
|
|
|
+ .bg-color {
|
|
|
+ background: #F5F5F5;
|
|
|
}
|
|
|
-
|
|
|
-.test-info {
|
|
|
- width: 280px;
|
|
|
- flex-direction: column;
|
|
|
- margin-left: 30px;
|
|
|
+ .test-info {
|
|
|
+ width: 2.8rem;
|
|
|
+ flex-direction: column;
|
|
|
+ margin-left: 0.3rem;
|
|
|
}
|
|
|
-
|
|
|
/* 考试信息 */
|
|
|
-.test-people {
|
|
|
- width: 100%;
|
|
|
- background-color: #FFFFFF;
|
|
|
- padding: 12px 11px;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-
|
|
|
-.test-people image {
|
|
|
- width: 80px;
|
|
|
- height: 89px;
|
|
|
- margin-right: 19px;
|
|
|
+ .test-people {
|
|
|
+ width: 100%;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ padding: 0.12rem 0.11rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+ .test-people image {
|
|
|
+ width: 0.8rem;
|
|
|
+ height: 0.89rem;
|
|
|
+ margin-right: 0.19rem;
|
|
|
+}
|
|
|
+ .test-people-info {
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-size: 0.14rem;
|
|
|
+ flex: 1;
|
|
|
+ align-items: flex-start;
|
|
|
+}
|
|
|
+ .test-people-label {
|
|
|
+ color: #999999;
|
|
|
+ line-height: 0.36rem;
|
|
|
+ margin-right: 0.08rem;
|
|
|
}
|
|
|
-
|
|
|
-.test-people-info {
|
|
|
- flex-direction: column;
|
|
|
- justify-content: space-between;
|
|
|
- font-size: 14px;
|
|
|
- flex: 1;
|
|
|
- align-items: flex-start;
|
|
|
-}
|
|
|
-
|
|
|
-.test-people-label {
|
|
|
- color: #999999;
|
|
|
- line-height: 36px;
|
|
|
- margin-right: 8px;
|
|
|
-}
|
|
|
-
|
|
|
/* 考试公告 */
|
|
|
-.note-box {
|
|
|
- width: 100%;
|
|
|
- background-color: #FFFFFF;
|
|
|
- padding: 20px;
|
|
|
- box-sizing: border-box;
|
|
|
- margin-top: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.note-title {
|
|
|
- margin-bottom: 18px;
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-
|
|
|
-.note-title-icon {
|
|
|
- width: 18px;
|
|
|
- height: 18px;
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.note-item {
|
|
|
- justify-content: space-between;
|
|
|
- font-size: 12px;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 30px;
|
|
|
- font-family: Source Han Sans CN-Regular, Source Han Sans CN;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.note-item-content {
|
|
|
- color: #666666;
|
|
|
- flex: 1;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.note-item-content:hover {
|
|
|
- text-decoration: underline #666666;
|
|
|
-}
|
|
|
-
|
|
|
-.note-item-date {
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
+ .note-box {
|
|
|
+ width: 100%;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ padding: 0.2rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ margin-top: 0.2rem;
|
|
|
+}
|
|
|
+ .note-title {
|
|
|
+ margin-bottom: 0.18rem;
|
|
|
+ font-size: 0.16rem;
|
|
|
+}
|
|
|
+ .note-title-icon {
|
|
|
+ width: 0.18rem;
|
|
|
+ height: 0.18rem;
|
|
|
+ margin-right: 0.1rem;
|
|
|
+}
|
|
|
+ .note-item {
|
|
|
+ justify-content: space-between;
|
|
|
+ font-size: 0.12rem;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 0.3rem;
|
|
|
+ font-family: Source Han Sans CN-Regular, Source Han Sans CN;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+ .note-item-content {
|
|
|
+ color: #666666;
|
|
|
+ flex: 1;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ margin-right: 0.1rem;
|
|
|
+}
|
|
|
+ .note-item-content:hover {
|
|
|
+ text-decoration: underline #666666;
|
|
|
+}
|
|
|
+ .note-item-date {
|
|
|
+ color: #999999;
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
|
|
|
/* 移动端 */
|