childs.wxss 969 B

12345678
  1. .scroll{width:100%;white-space:nowrap;text-align:center; height: 280rpx; background:linear-gradient(to bottom, #ffffff 250rpx, #ffffff 250rpx, transparent 250rpx, transparent 250rpx) no-repeat;}
  2. .personCol{width:160rpx;display:inline-block;text-align:center;margin:0 10rpx;position:relative;}
  3. .header{display:block;width:136rpx;height:136rpx;border-radius:50%;margin:0 auto;}
  4. .name{width:100%;text-align:center;font-size:26rpx;margin-top:16rpx;}
  5. .current .header{width:166rpx;height:166rpx;}
  6. .current .name{font-size:30rpx; color: #333;}
  7. .current::after{content: ''; transform: rotate(-45deg) translateX(-50%); font-size: 24rpx;border-left: 2rpx solid #ee3a43; border-bottom: 2rpx solid #ee3a43; width: 15rpx; height: 15rpx; position: absolute; bottom: -30rpx; left: 50%; z-index: 2;}
  8. .current::before{content:''; background: #fff; border-radius: 100%; width: 50rpx; height: 50rpx; position: absolute; bottom: -50rpx; left: 50%; transform: translateX(-50%); z-index:1;}