| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- /* 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;
- }
- .logo {
- width: 130rpx;
- height: 130rpx;
- border-radius: 50%;
- margin: 0 auto;
- }
- .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;
- }
- .code image {
- width: 100%;
- height: 100%;
- border-radius: 16rpx;
- }
- .infos {
- padding: 30rpx 120rpx 100rpx;
- box-sizing: border-box;
- }
- .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;
- }
|