|
@@ -1011,5 +1011,39 @@
|
|
|
a{width: 355px;height: 60px;line-height: 60px;text-align: center;background: #ff4d4d;border-radius: 4px;display: inline-block;color: #fff;}
|
|
|
}
|
|
|
}
|
|
|
+ // 立即注册弹窗
|
|
|
+ .register-now-dialog{
|
|
|
+ .el-dialog{
|
|
|
+ width:540px;
|
|
|
+ // 关闭图标
|
|
|
+ .el-icon-close:before{color: #fff}
|
|
|
+ // 弹窗头部
|
|
|
+ .el-dialog__header{height: 100px;background: #363fdc;}
|
|
|
+ // 弹窗body
|
|
|
+ .el-dialog__body{
|
|
|
+ height:200px;position: relative;background: #fff;
|
|
|
+ .register-now-box{
|
|
|
+ position: absolute;top: -100px;left: 0;right: 0;
|
|
|
+ >p{font-size: 18px;color: #fff;text-align: center;line-height: 24px;margin-bottom: 8px}
|
|
|
+ >span{
|
|
|
+ margin-top: 36px;color: #666;font-size: 16px;display: block;text-align: center;
|
|
|
+ .tel-code{font-size: 30px;color:#1f68b4;font-weight: bold;}
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .system-box{
|
|
|
+ width:400px;height:160px;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;margin: 16px auto;display:flex;justify-content: space-around;align-items: center;
|
|
|
+ a{
|
|
|
+ display: inline-block;
|
|
|
+ i{width: 158px;height: 120px;display: block;background-size: cover;}
|
|
|
+ }
|
|
|
+
|
|
|
+ span{width: 1px;min-height: 100px;display:inline-block;background:#e8e8e8;@include setFontStyle(-4);margin: 10px;}
|
|
|
+ p{@include setFontStyle(-4);color: rgba(0,0,0,0.85);line-height: 24px;text-align: center;}
|
|
|
+ }
|
|
|
+ .system-box:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon3.png");} }
|
|
|
+ .system-box:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon6.png");} }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|