| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .sc-box{
- height: 136rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 3rpx 15rpx 1rpx rgba(0,0,0,0.16);
- border-radius: 0rpx 0rpx 0rpx 0rpx;
- opacity: 1;
- padding: 25rpx 20rpx;
- box-sizing: border-box;
- position: fixed;
- bottom:0;
- left: 0;
- right: 0;
- z-index: 5;
- }
- .sc-header{
- width: 86rpx;
- height: 86rpx;
- background: #FFFFFF;
- border-radius: 100%;
- margin-right: 16rpx;
- }
- .sc-name{
- line-height: 45rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .sc-tag{
- padding: 0 10rpx;
- line-height: 29rpx;
- background: linear-gradient(319deg, #E6BB82 0%, #FAE4CD 100%);
- border-radius: 3rpx 3rpx 3rpx 3rpx;
- opacity: 1;
- margin-top: 10rpx;
- font-size: 20rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #84600A;
- }
- .sc-line{
- width: 2rpx;
- height: 86rpx;
- opacity: 1;
- background-color: #DEDEDE;
- margin: auto 40rpx auto 21rpx;
- }
- .sc-contact{
- line-height: 40rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #7A7B7F;
- margin-top: 4rpx;
- text-align: center;
- }
- .sc-contact image{
- width: 42rpx;
- height: 42rpx;
- margin: auto;
- }
- .sc-btn{
- width: 280rpx;
- height: 76rpx;
- line-height: 76rpx;
- background: #02A76D;
- border-radius: 38rpx 38rpx 38rpx 38rpx;
- opacity: 1;
- text-align: center;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- margin-left: 50rpx;
- }
|