| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- /* 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);
- }
- .bg image{width: 100%;height: 100%;}
- .info {
- width: 590rpx;
- background: #228AF9;
- border-radius: 16rpx;
- margin: 215rpx auto 0;
- position: relative;
- padding: 50rpx 0 0;
- box-sizing: border-box;
- overflow: hidden;
- }
- .logo {
- width: 130rpx;
- height: 130rpx;
- border: 6rpx solid rgba(255, 255, 255, .8);
- border-radius: 50%;
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- top: -70rpx;
- }
- .logo image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .brief {
- font-size: 38rpx;
- color: #fff;
- margin: 0 60rpx;
- position: relative;
- line-height: 60rpx;
- text-align: center;
- }
- .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: 304rpx;
- height: 304rpx;
- border-radius: 16rpx;
- background: #fff;
- margin: 40rpx auto 0;
- padding: 10rpx;
- }
- .code image {
- width: 100%;
- height: 100%;
- border-radius: 16rpx;
- }
- .infos {
- padding: 0 133rpx 70rpx;
- margin-top: 35rpx;
- }
- .name {
- font-size: 30rpx;
- height: 53rpx;
- line-height: 53rpx;
- color: #fff;
- }
- .company {
- font-size: 22rpx;
- height: 40rpx;
- line-height: 40rpx;
- color: #fff;
- margin-top: 15rpx;
- opacity: .8;
- }
- .industry{
- margin-top: 15rpx;
- color: #fff;
- font-size: 22rpx;
- opacity: .8;
- }
- .qy-logo{height: 120rpx;background-color: #fff;border-radius: 0 0 16rpx 16rpx;justify-content: center;}
- .qy-logo image{width: 175rpx;height: 48rpx;}
- .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;
- }
|