You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
809 B

page{height:100%}.activity-page{background:#f2f2f2;min-height:100%;padding-top:150rpx}.tab-box{width:100%;height:82rpx;background:#fff;margin-bottom:50rpx}.tab-item{height:100%;line-height:82rpx;font-size:34rpx;color:#a5a5a5;padding-bottom:12rpx;box-sizing:border-box;font-weight:600;position:relative}.tab-item::after{display:block;content:"";width:100%;height:6rpx;background:#ebb672;position:absolute;bottom:0;left:0;opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .2s ease,opacity .15s ease;transition:all .2s ease,opacity .15s ease}.tab-item-active{color:#333}.tab-item-active::after{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.activity-item{margin-bottom:24rpx;background:#fff;padding:16rpx 32rpx}.address{width:70%;display:inline-block;margin-left:10rpx}