|
@@ -27,6 +27,100 @@
|
|
.login-btn{margin:48rpx 56rpx;}
|
|
.login-btn{margin:48rpx 56rpx;}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/*** 首页 ***/
|
|
|
|
+.client-shouye-page{
|
|
|
|
+ overflow: auto;height: 100vh;padding-bottom: 150rpx;
|
|
|
|
+ .shouye-card-box{
|
|
|
|
+ margin: 20rpx;border: 1rpx solid;border-radius: 6rpx;
|
|
|
|
+ }
|
|
|
|
+ // head
|
|
|
|
+ .card-head-box{
|
|
|
|
+ height: 70rpx;display: flex;align-items: center;padding: 0 6rpx 0 20rpx;
|
|
|
|
+ .card-line-title {display: block;color: #fff;font-size: 30rpx;line-height: 1;}
|
|
|
|
+ .card-line-title:before{content: ' ';width: 6rpx;height: 28rpx;background-color:#fff;
|
|
|
|
+ margin-right: 12rpx;display: inline-block;vertical-align: middle;}
|
|
|
|
+ .card-more{
|
|
|
|
+ font-size: 24rpx;color: #fff;margin-left: auto;
|
|
|
|
+ .more-num{border: 1rpx solid;border-radius: 50%;box-sizing:border-box;
|
|
|
|
+ min-width: 26rpx;display: inline-flex;justify-content: center;margin-left:6rpx;
|
|
|
|
+ span{font-size: 18rpx;}
|
|
|
|
+ }
|
|
|
|
+ .more-jt{
|
|
|
|
+ width: 0;height: 0;display: inline-block;vertical-align: middle;
|
|
|
|
+ border-right: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 6px solid #fff;
|
|
|
|
+ margin-left: 8rpx;border-top: 5px solid transparent;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // name
|
|
|
|
+ .card-name-box{
|
|
|
|
+ border-bottom: 1rpx dashed #ccc;margin: 0 10rpx 0 16rpx;padding: 16rpx 0;
|
|
|
|
+ display: flex;justify-content: space-between;align-items: center;
|
|
|
|
+ .card-name{
|
|
|
|
+ font-size: 28rpx;display: flex;align-items: center;
|
|
|
|
+ icon{width: 10rpx;height: 10rpx;border-radius: 10rpx;margin-right: 10rpx;}
|
|
|
|
+ }
|
|
|
|
+ .card-level{font-size: 26rpx;border: 1rpx solid;border-radius: 6rpx;padding: 2rpx 20rpx;}
|
|
|
|
+ }
|
|
|
|
+ // content
|
|
|
|
+ .card-content-box{
|
|
|
|
+ display: flex;display: flex;flex-wrap: wrap;padding: 20rpx 0;
|
|
|
|
+ .card-content-item{
|
|
|
|
+ display: flex;flex-direction: row;justify-content: center;align-items: center;margin: 10rpx 0;
|
|
|
|
+ icon{width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
|
|
|
|
+ .card-time-icon{background-image: url("@/static/images/index/index-content-icon1.png");}
|
|
|
|
+ .card-sum-icon{background-image: url("@/static/images/index/index-content-icon3.png");}
|
|
|
|
+ .card-num-icon{background-image: url("@/static/images/index/index-content-icon4.png");}
|
|
|
|
+ .card-pass-icon{background-image: url("@/static/images/index/index-content-icon2.png");}
|
|
|
|
+ .content-text-box{
|
|
|
|
+ min-width: 140rpx;
|
|
|
|
+ text{font-size: 26rpx;color: #666;}
|
|
|
|
+ view{font-size: 32rpx;color: #333;}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // bottom
|
|
|
|
+ .card-bottom-box{
|
|
|
|
+ border-top: 1rpx dashed #ccc;margin: 0 10rpx;
|
|
|
|
+ .index-card-btn{width: 360rpx;height: 70rpx;line-height: 70rpx;margin:16rpx auto;font-size: 30rpx;}
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // kaoshi
|
|
|
|
+ .kaoshi-card-box{
|
|
|
|
+ border-color:#3fd2a1;
|
|
|
|
+ .card-head-box{background-color:#4fe1b0;}
|
|
|
|
+ .card-level{color:#00a573;}
|
|
|
|
+ .card-name{color:#1e9472;}
|
|
|
|
+ .card-name icon{background-color:#1e9472;}
|
|
|
|
+ .kaoshi-content-box .card-content-item{width: 50%;}
|
|
|
|
+ .index-card-btn[type='default']{background-color: #4fe1b0;color: #fff;}
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // lianxi
|
|
|
|
+ .lianxi-card-box{
|
|
|
|
+ border-color:#6186fb;
|
|
|
|
+ .card-head-box{background-color:#6186fb;}
|
|
|
|
+ .card-level{color:#4794ff;}
|
|
|
|
+ .card-name{color:#4794ff;}
|
|
|
|
+ .kaoshi-content-box{
|
|
|
|
+ padding: 42rpx 0;
|
|
|
|
+ .card-content-item{width: 33.33%;}
|
|
|
|
+ }
|
|
|
|
+ .index-card-btn[type='default']{background-color: #6186fb;color: #fff;}
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // kecheng
|
|
|
|
+ .kecheng-card-box{
|
|
|
|
+ border-color:#febb6a;
|
|
|
|
+ .card-head-box{background-color:#febb6a;}
|
|
|
|
+ .card-level{color:#ffba03;}
|
|
|
|
+ .card-name{color:#ffba03;}
|
|
|
|
+ .index-card-btn[type='default']{background-color: #febb6a;color: #fff;}
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
/*** 考试页面***/
|
|
/*** 考试页面***/
|
|
.admin-kaoshi-page,.client-kaoshi-page {
|
|
.admin-kaoshi-page,.client-kaoshi-page {
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|