|
@@ -21,7 +21,7 @@
|
|
position:relative;
|
|
position:relative;
|
|
width: 100%;
|
|
width: 100%;
|
|
text-align: center;
|
|
text-align: center;
|
|
- font-size: 32rpx;
|
|
|
|
|
|
+ font-size: 36rpx;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
border-bottom: 2rpx #878787 solid;
|
|
border-bottom: 2rpx #878787 solid;
|
|
padding-bottom: 16rpx;
|
|
padding-bottom: 16rpx;
|
|
@@ -38,7 +38,7 @@
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 0;
|
|
right: 0;
|
|
top: 10rpx;
|
|
top: 10rpx;
|
|
- font-size: 24rpx;
|
|
|
|
|
|
+ font-size: 28rpx;
|
|
color: #fff;
|
|
color: #fff;
|
|
background-color: #95D4E6;
|
|
background-color: #95D4E6;
|
|
line-height: 40rpx;
|
|
line-height: 40rpx;
|
|
@@ -81,14 +81,14 @@
|
|
|
|
|
|
.lesson-name text:nth-child(1) {
|
|
.lesson-name text:nth-child(1) {
|
|
height: 38rpx;
|
|
height: 38rpx;
|
|
- font-size: 32rpx;
|
|
|
|
|
|
+ font-size: 36rpx;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
|
|
|
|
.lesson-name text:nth-child(2) {
|
|
.lesson-name text:nth-child(2) {
|
|
height: 30rpx;
|
|
height: 30rpx;
|
|
margin-top: 10rpx;
|
|
margin-top: 10rpx;
|
|
- font-size: 24rpx;
|
|
|
|
|
|
+ font-size: 28rpx;
|
|
color: #C3C3C3;
|
|
color: #C3C3C3;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -162,7 +162,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.icon view text {
|
|
.icon view text {
|
|
- font-size: 24rpx;
|
|
|
|
|
|
+ font-size: 28rpx;
|
|
color: #878787;
|
|
color: #878787;
|
|
margin-left: 14rpx;
|
|
margin-left: 14rpx;
|
|
}
|
|
}
|
|
@@ -182,14 +182,14 @@
|
|
|
|
|
|
.state {
|
|
.state {
|
|
text-align: center;
|
|
text-align: center;
|
|
- font-size: 24rpx;
|
|
|
|
- color: #C0C0C0;
|
|
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ color: #bebebe;
|
|
}
|
|
}
|
|
|
|
|
|
.upload-works {
|
|
.upload-works {
|
|
position: relative;
|
|
position: relative;
|
|
- width: 212rpx;
|
|
|
|
- height: 212rpx;
|
|
|
|
|
|
+ width: 240rpx;
|
|
|
|
+ height: 210rpx;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -197,8 +197,8 @@
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 0;
|
|
left: 0;
|
|
top: 0;
|
|
top: 0;
|
|
- width: 212rpx;
|
|
|
|
- height: 212rpx;
|
|
|
|
|
|
+ width: 235rpx;
|
|
|
|
+ height: 235rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.uploading-works {
|
|
.uploading-works {
|
|
@@ -216,8 +216,8 @@
|
|
left: 50%;
|
|
left: 50%;
|
|
top: 70%;
|
|
top: 70%;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
- font-size: 24rpx;
|
|
|
|
- color: #C0C0C0;
|
|
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ color: #bebebe;
|
|
transform: translate(-50%);
|
|
transform: translate(-50%);
|
|
}
|
|
}
|
|
|
|
|