| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- .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;
- }
- /* 考试 */
- .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-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;
- }
- .table {
- font-size: 16px;
- align-items: flex-start;
- margin-top: 30px;
- }
- .border {
- border: 1px solid #DEDEDE;
- }
- .border-left {
- border-left: 1px solid #DEDEDE;
- }
- .border-left-none {
- border-left: none;
- }
- .border-right {
- border-right: 1px solid #DEDEDE;
- }
- .border-right-none {
- border-right: none;
- }
- .border-bottom {
- border-bottom: 1px solid #DEDEDE;
- }
- .border-bottom-none {
- border-bottom: none;
- }
- .border-top {
- border-top: 1px solid #DEDEDE;
- }
- .border-top-none {
- border-top: none;
- }
- .padding-left {
- padding-left: 10px
- }
- .height56 {
- height: 56px;
- box-sizing: border-box;
- }
- .width140 {
- width: 140px;
- box-sizing: border-box;
- }
- .width200 {
- width: 200px;
- box-sizing: border-box;
- }
- .text-center {
- text-align: center;
- }
- .ddflex-jc {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .bg-color {
- background: #F5F5F5;
- }
- .test-info {
- width: 280px;
- flex-direction: column;
- margin-left: 30px;
- }
- /* 考试信息 */
- .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-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;
- }
- /* 移动端 */
- .m-project {
- height: 80rpx;
- line-height: 80rpx;
- background: #1AA1E6;
- font-size: 36rpx;
- text-align: center;
- color: #FFFFFF;
- font-weight: bold;
- }
- .m-padding-left{
- padding-left: 30rpx;
- }
- .m-height56{
- height: 100rpx;
- }
- .m-text-center{
- text-align: center;
- }
- .m-width150{
- width: 150rpx;
- }
- .m-width200{
- width: 300rpx;
- }
- .m-note-item {
- justify-content: space-between;
- font-size: 28rpx;
- font-weight: 400;
- line-height:2;
- font-family: Source Han Sans CN-Regular, Source Han Sans CN;
- cursor: pointer;
- }
- .m-note-item-content {
- color: #666666;
- flex: 1;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin-right: 10rpx;
- }
- .m-note-item-content:hover {
- /* text-decoration: underline #666666; */
- }
- .m-note-item-date {
- color: #999999;
- }
- .m-title{
- position: relative;
- z-index: 1;
- margin-left: 12rpx;
- }
- .m-title::after{
- content: '';
- background-color: #007aff;
- width: 6rpx;
- height: 60%;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- left: -12rpx;
- z-index: 0;
- }
- .popup-content {
- /* display: flex; */
- /* flex-direction: row; */
- align-items: center;
- justify-content: center;
- padding: 30rpx;
- height: 100rpx;
- background-color: #fff;
- }
- /deep/.right{
- width: unset;
- }
- .popup-height {
- height: 100%;
- flex: 1;
- width:400rpx
- }
|