gjy hace 3 años
padre
commit
10afa9d89b
Se han modificado 1 ficheros con 8 adiciones y 5 borrados
  1. 8 5
      components/code-elf-guide/code-elf-guide.vue

+ 8 - 5
components/code-elf-guide/code-elf-guide.vue

@@ -123,14 +123,16 @@
 		line-height: 60upx;
 		padding: 0 40upx;
 		/* border-radius: 30upx; */
-		font-size: 32upx;
+		font-size: 30upx;
 		color: #AFB3BF;
 		background:#F3F3F3;
 		z-index: 999;
 	}
 	.jump-over{
 		right: 45upx;
+		padding: 0 28upx;
 		top: 125upx;
+		border-radius:4px;
 	}
 	.experience{
 		right: 50%;
@@ -141,6 +143,7 @@
 		line-height: 80upx;
 		border-radius:30px;
 		background:linear-gradient(#3BD072,#1BC771);
+		box-shadow: 2px 2px 6px #C5EFDA;
 	}
 	.dots {
 	  width: 170rpx;
@@ -156,8 +159,8 @@
 	/*未选中时的小圆点样式 */
 	 
 	.dot {
-	  width: 10rpx;
-	  height: 10rpx;
+	  width: 15rpx;
+	  height: 15rpx;
 	  border-radius: 14rpx;
 	  margin: 0 10px;
 	  background-color: #F2F2F2;
@@ -166,8 +169,8 @@
 	/*选中以后的小圆点样式  */
 	 
 	.active {
-	  width: 30rpx;
-	  height: 10rpx;
+	  width: 40rpx;
+	  height: 15rpx;
 	  background-color: #29CA78;
 	}
 </style>