+
欢迎您报名CCF GitLink开源编程夏令营,感谢您对GLCC项目及课题的关注和支持!本次您的报名信息未通过初审,原因如下:
+
+
希望您尽快修改并重新提交报名信息,我们将再次审核,万分感谢!
+
}
{helper('课题名称',
'',
'taskId' + i,
diff --git a/src/glcc/student/index.scss b/src/glcc/student/index.scss
index c145b5dc..41fa70c0 100644
--- a/src/glcc/student/index.scss
+++ b/src/glcc/student/index.scss
@@ -294,7 +294,7 @@
.glcc_info_form .ant-row.ant-form-item.priority {
display: block;
width: 100%;
- padding-top:5px;
+ padding-top: 5px;
border-top: 1px dashed #bec5d5;
.ant-col {
width: 100%;
@@ -307,17 +307,37 @@
font-size: 14px;
}
- .ant-radio-checked::after{
+ .ant-radio-checked::after {
border: 1px solid #466aff;
}
- .ant-radio-checked .ant-radio-inner{
+ .ant-radio-checked .ant-radio-inner {
border-color: #466aff;
}
- .ant-radio-inner::after{
+ .ant-radio-inner::after {
background-color: #466aff;
}
}
}
+.reject-reason {
+ width: 100%;
+ min-height: 45px;
+ line-height: 42px;
+ background-color: rgba(242, 216, 216, 0.63);
+ border: 1px solid #df4c4c;
+ color: #595e82;
+ font-size: 15px;
+ padding-left:22px;
+ margin-bottom: 30px;
+
+ .icon-shanchudiao{
+ position: relative;
+ top:1px;
+ color: #e21b1b;
+ margin-right: 5px;
+ font-weight: 600;
+ }
+}
+
.glcc-banner {
width: 100%;
}
@@ -333,7 +353,6 @@
background-color: #e9efff;
}
}
-
}
.glcc_select
.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {