index.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .sc-box{
  2. height: 136rpx;
  3. background: #FFFFFF;
  4. box-shadow: 0rpx 3rpx 15rpx 1rpx rgba(0,0,0,0.16);
  5. border-radius: 0rpx 0rpx 0rpx 0rpx;
  6. opacity: 1;
  7. padding: 25rpx 20rpx;
  8. box-sizing: border-box;
  9. position: fixed;
  10. bottom:0;
  11. left: 0;
  12. right: 0;
  13. z-index: 5;
  14. }
  15. .sc-header{
  16. width: 86rpx;
  17. height: 86rpx;
  18. background: #FFFFFF;
  19. border-radius: 100%;
  20. margin-right: 16rpx;
  21. }
  22. .sc-name{
  23. line-height: 45rpx;
  24. font-size: 32rpx;
  25. font-family: PingFang SC-Bold, PingFang SC;
  26. font-weight: bold;
  27. color: #333333;
  28. }
  29. .sc-tag{
  30. padding: 0 10rpx;
  31. line-height: 29rpx;
  32. background: linear-gradient(319deg, #E6BB82 0%, #FAE4CD 100%);
  33. border-radius: 3rpx 3rpx 3rpx 3rpx;
  34. opacity: 1;
  35. margin-top: 10rpx;
  36. font-size: 20rpx;
  37. font-family: PingFang SC-Regular, PingFang SC;
  38. font-weight: 400;
  39. color: #84600A;
  40. }
  41. .sc-line{
  42. width: 2rpx;
  43. height: 86rpx;
  44. opacity: 1;
  45. background-color: #DEDEDE;
  46. margin: auto 40rpx auto 21rpx;
  47. }
  48. .sc-contact{
  49. line-height: 40rpx;
  50. font-size: 28rpx;
  51. font-family: PingFang SC-Regular, PingFang SC;
  52. font-weight: 400;
  53. color: #7A7B7F;
  54. margin-top: 4rpx;
  55. text-align: center;
  56. }
  57. .sc-contact image{
  58. width: 42rpx;
  59. height: 42rpx;
  60. margin: auto;
  61. }
  62. .sc-btn{
  63. width: 280rpx;
  64. height: 76rpx;
  65. line-height: 76rpx;
  66. background: #02A76D;
  67. border-radius: 38rpx 38rpx 38rpx 38rpx;
  68. opacity: 1;
  69. text-align: center;
  70. font-size: 28rpx;
  71. font-family: PingFang SC-Regular, PingFang SC;
  72. font-weight: 400;
  73. color: #FFFFFF;
  74. margin-left: 50rpx;
  75. }