|
@@ -181,7 +181,7 @@ page {
|
|
|
display: -webkit-box;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
-.upload_Item{
|
|
|
+.upload_Item_p{
|
|
|
width: 402rpx;
|
|
|
height: 512rpx;
|
|
|
margin-right: 24rpx;
|
|
@@ -191,6 +191,36 @@ page {
|
|
|
-o-background-size: cover;
|
|
|
background-position: center 0;
|
|
|
}
|
|
|
+.upload_Item_g{
|
|
|
+ width: 402rpx;
|
|
|
+ height: 512rpx;
|
|
|
+ margin-right: 24rpx;
|
|
|
+ background-image: url("https://api.zhumi.tech/MiniProgram/teacher/g_bk.png");
|
|
|
+ background-size: cover;
|
|
|
+ -webkit-background-size: cover;
|
|
|
+ -o-background-size: cover;
|
|
|
+ background-position: center 0;
|
|
|
+}
|
|
|
+.upload_Item_y{
|
|
|
+ width: 402rpx;
|
|
|
+ height: 512rpx;
|
|
|
+ margin-right: 24rpx;
|
|
|
+ background-image: url("https://api.zhumi.tech/MiniProgram/teacher/y_bk.png");
|
|
|
+ background-size: cover;
|
|
|
+ -webkit-background-size: cover;
|
|
|
+ -o-background-size: cover;
|
|
|
+ background-position: center 0;
|
|
|
+}
|
|
|
+.upload_Item_b{
|
|
|
+ width: 402rpx;
|
|
|
+ height: 512rpx;
|
|
|
+ margin-right: 24rpx;
|
|
|
+ background-image: url("https://api.zhumi.tech/MiniProgram/teacher/b_bk.png");
|
|
|
+ background-size: cover;
|
|
|
+ -webkit-background-size: cover;
|
|
|
+ -o-background-size: cover;
|
|
|
+ background-position: center 0;
|
|
|
+}
|
|
|
.upload_Item_img{
|
|
|
width: 402rpx;
|
|
|
height: 336rpx;
|
|
@@ -214,8 +244,7 @@ page {
|
|
|
margin-bottom: 8rpx;
|
|
|
}
|
|
|
.teacher_name {
|
|
|
- flex: 0.5;
|
|
|
- width: 128rpx;
|
|
|
+ flex: 0.4;
|
|
|
height: 32rpx;
|
|
|
margin-left: 32rpx;
|
|
|
font-style: normal;
|
|
@@ -225,15 +254,13 @@ page {
|
|
|
color: #33333F;
|
|
|
}
|
|
|
.teacher_name_con {
|
|
|
+ flex: 0.6;
|
|
|
font-style: normal;
|
|
|
font-weight: normal;
|
|
|
font-size: 24rpx;
|
|
|
line-height: 40rpx;
|
|
|
margin-left: 0rpx;
|
|
|
}
|
|
|
-.teacher_con {
|
|
|
- flex: 0.5;
|
|
|
-}
|
|
|
.t_conntext {
|
|
|
margin-top:16rpx;
|
|
|
margin-left: 32rpx;
|
|
@@ -264,7 +291,7 @@ scroll-view-teacher {
|
|
|
.campus_Item {
|
|
|
position: absolute;
|
|
|
width: 686rpx;
|
|
|
- height: 162rpx;
|
|
|
+ height: 170rpx;
|
|
|
margin-left: 32rpx;
|
|
|
background-color: white;
|
|
|
border-radius: 32rpx 32rpx 0rpx 0rpx ;
|
|
@@ -272,24 +299,35 @@ scroll-view-teacher {
|
|
|
}
|
|
|
.campus_Item_img {
|
|
|
width: 172rpx;
|
|
|
- height: 112rpx;
|
|
|
+ height: 114rpx;
|
|
|
border-radius: 24rpx;
|
|
|
- border-color: #ff6160;
|
|
|
+}
|
|
|
+.campus_Item_img:hover{
|
|
|
+ border-color: #0880FF;
|
|
|
border-style: solid;
|
|
|
border-width: 4rpx;
|
|
|
+ border-radius: 24rpx;
|
|
|
+}
|
|
|
+.campus_Item_img_click {
|
|
|
+ width: 172rpx;
|
|
|
+ height: 112rpx;
|
|
|
+ border-radius: 24rpx;
|
|
|
+
|
|
|
}
|
|
|
.mkt-img{
|
|
|
width: 172rpx;
|
|
|
height: 121rpx;
|
|
|
margin-right: 20rpx;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
.mkt-img-box {
|
|
|
padding-top: 32rpx;
|
|
|
- height: 121rpx;
|
|
|
+ height: 126rpx;
|
|
|
}
|
|
|
.mktWrap {
|
|
|
margin-left: 32rpx;
|
|
|
- height: 116rpx;
|
|
|
+ height: 126rpx;
|
|
|
width:100%;
|
|
|
display: flex;
|
|
|
display: -webkit-box;
|
|
@@ -347,7 +385,7 @@ scroll-view-teacher {
|
|
|
position: fixed;
|
|
|
z-index: 90;
|
|
|
left: 110rpx;
|
|
|
- top: 330rpx;
|
|
|
+ top: 430rpx;
|
|
|
}
|
|
|
.booking_title {
|
|
|
font-style: normal;
|