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