/* follow.css */ page{ } .bg{ filter: blur(50rpx); position: absolute; top:0; left:0; right: 0; bottom: 0; height: 100%; z-index: -1; background: rgba(255,255,255,0.49); } .info { width: 590rpx; /* height: 736rpx; */ background: #27D699; border-radius: 16rpx; margin: 215rpx auto 0; position: relative; padding: 80rpx 0 0; box-sizing: border-box; overflow: hidden; } .info-title{ line-height: 53rpx; font-size: 38rpx; font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; color: #FFFFFF; text-align: center; margin: 40rpx auto; z-index: 1; position: relative; } .logo { width: 130rpx; height: 130rpx; border-radius: 50%; margin: 0 auto; z-index: 1; position: relative; } .logo image { width: 100%; height: 100%; border-radius: 50%; } .brief { font-size: 38rpx; color: #fff; display: inline-block; margin: 0 60rpx; position: relative; line-height: 60rpx; } .brief view { display: inline-block; } .brief image { width: 24rpx; height: 21rpx; display: inline-block; position: relative; } .yin-l { top: -20rpx; margin-right: 25rpx; } .yin-r { bottom: 20rpx; margin-left: 25rpx; } .code { width: 341rpx; height: 341rpx; border-radius: 16rpx; background: #fff; margin: 0rpx auto 0; z-index: 1; position: relative; overflow: hidden; } .code image { width: 280rpx; height: 280rpx; border-radius: 16rpx; margin: 30rpx; } .infos { padding: 30rpx 120rpx 100rpx; box-sizing: border-box; z-index: 1; position: relative; } .name { font-size: 38rpx; font-weight: 600; height: 53rpx; line-height: 53rpx; color: #fff; } .company { font-size: 28rpx; font-weight: 400; height: 40rpx; line-height: 40rpx; color: #fff; margin-top: 4rpx; } .industry{ height: 36rpx; line-height: 36rpx; border-radius: 5rpx 5rpx 5rpx 5rpx; opacity: 1; border: 1px solid #FFFFFF; margin-top: 8rpx; color: #fff; font-size: 20rpx; display: inline-block; padding: 0 12rpx; } .opt { justify-content: space-around; width: 500rpx; margin: 60rpx auto 0; } .opt .li { font-size: 26rpx; color: #333; padding: 20rpx 0 !important; } .opt .li image { width: 80rpx; height: 80rpx; margin: 0 auto 15rpx; } canvas { position: fixed; left: 9000px; /* left: -100px; top: -200px; z-index: 100; scale: 0.5; */ }