修改小程序浮动首页按钮样式

This commit is contained in:
sugar1569 2018-09-28 12:54:44 +08:00
parent 04d20a05ab
commit c19a938b4c

View File

@ -33,7 +33,7 @@ page{font-size: 28rpx; background-color: #f7f7f7; color: #333;}
.line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.line2{word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.zhao{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000;opacity:0.7;}
.index-con{position:fixed; left:6rpx;top: 20%; width: 80rpx; height: 100rpx;}
.index-con{position:fixed; right:6rpx;top: 20%; width: 80rpx; height: 100rpx;}
.index-con image{width: 82rpx; height: 82rpx;}
.index-con navigator{width: 82rpx; height: 100rpx;position: absolute;bottom: 0;left: 0}
.index-con .index-area{display:inline-block;top:88rpx;left:0px;position:relative;height: 600rpx;width:82rpx;}