/* pages/home/attentionPaperList/index.wxss */ page{ background-color: white; } .bj { background-color: white; min-height: 900rpx; } .vip-btn { /* height: 90rpx; */ width: 180rpx; background: #F5F5F5; float: right; color: rgba(0, 0, 0, 0.45); font-size: 28rpx; } .top { height: 258rpx; width: 100%; } .topText { width: 440rpx; height: 258rpx; float: left; padding-left: 48rpx; padding-top: 60rpx; font-size: 44rpx; color: #000000; font-family: PingFangSC-Medium; } .mid { height: 150rpx; padding-top: 100rpx; padding-left: 48rpx; font-family: PingFangSC-Medium; font-size: 36rpx; color: #000000; letter-spacing: 2px; } .bottom { height: 410rpx; padding: 48rpx; } .bg-blue{ color: #FFFFFF; background-color: #008AFF; } .page-btn { height: 90rpx; width: 100%; background: linear-gradient(312deg, rgba(38, 125, 214, 1) 0%, rgba(0, 138, 255, 1) 100%); box-shadow: 0px 10px 13px -8px rgba(35, 126, 217, 0.53); color: white; font-size: 32rpx; } .interestthreecheckbox .wx-checkbox-input { border-radius: 50%; width: 40rpx; height: 40rpx; } .interestthreecheckbox .wx-checkbox-input.wx-checkbox-input-checked{ background: white; border: 1px solid #007AFF; } .interestthreecheckbox .wx-checkbox-input.wx-checkbox-input-checked::before{ width: 40rpx;/* 选中后对勾大小 */ height: 40rpx;/* 选中后对勾大小 */ font-size:40rpx; /* 对勾大小30rpx */ color:#007AFF; /* 对勾颜色 白色 */ }