industry.css 776 B

123456789
  1. /* industry.css */
  2. .industry{}
  3. .left{position: absolute;top: 0;left: 0;bottom: 140rpx;background: #f5f5f5;width: 35%;overflow: hidden;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
  4. .left .li{padding: 25rpx;font-size: 28rpx;color: #333;min-height: 80rpx;box-sizing: border-box;}
  5. .left .li.active{color: var(--main);}
  6. .right{position: absolute;top: 0;right: 0;bottom: 140rpx;background: #fff;width: 65%;overflow: hidden;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
  7. .right .li{padding: 30rpx;font-size: 28rpx;color: #666;}
  8. .right .li.active{color: var(--main);}
  9. .btn{position: fixed;left: 40rpx;right: 40rpx;bottom: 30rpx;z-index: 10;height: 80rpx;background: var(--main);border-radius: 40rpx;font-size: 32rpx;color: #fff;text-align: center;line-height: 80rpx;}