|
@@ -478,13 +478,13 @@ export default {
|
|
|
.tab-item {
|
|
.tab-item {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- font-size: 28upx;
|
|
|
|
|
|
|
+ font-size: 34upx;
|
|
|
color: #666666;
|
|
color: #666666;
|
|
|
height: 90upx;
|
|
height: 90upx;
|
|
|
line-height: 90upx;
|
|
line-height: 90upx;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
transition: all 0.2s ease;
|
|
transition: all 0.2s ease;
|
|
|
-
|
|
|
|
|
|
|
+ font-weight: bold;
|
|
|
&.active {
|
|
&.active {
|
|
|
color: #3385ff;
|
|
color: #3385ff;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -672,7 +672,7 @@ export default {
|
|
|
.explain-textarea {
|
|
.explain-textarea {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 120upx;
|
|
height: 120upx;
|
|
|
- font-size: 26upx;
|
|
|
|
|
|
|
+ font-size: 30upx;
|
|
|
color: #333333;
|
|
color: #333333;
|
|
|
background-color: #fafafa;
|
|
background-color: #fafafa;
|
|
|
border: 1upx solid #eeeeee;
|
|
border: 1upx solid #eeeeee;
|