会议报名 添加联系人 添加企业

This commit is contained in:
fengachen
2021-10-14 21:00:12 +08:00
parent 7895fc5191
commit 6ef45b33f7
26 changed files with 1195 additions and 32 deletions
+20
View File
@@ -855,3 +855,23 @@ color: #2A2A2A;
text-align: center;
}
.validate::before{
content: '*';
font-size: 18px;
color: red;
position: absolute;
left: 2rpx;
}
/* 表单右对齐 */
.text-right {
text-align: right!important;
}
/* 改变radio的默认大小 */
.radio-scale {
transform:scale(0.7);
}