会议报名 添加联系人 添加企业
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user