index.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. text-align: center;
  41. }
  42. .sc-line{
  43. width: 2rpx;
  44. height: 86rpx;
  45. opacity: 1;
  46. background-color: #DEDEDE;
  47. margin: auto 40rpx auto 21rpx;
  48. }
  49. .sc-contact{
  50. line-height: 40rpx;
  51. font-size: 28rpx;
  52. font-family: PingFang SC-Regular, PingFang SC;
  53. font-weight: 400;
  54. color: #7A7B7F;
  55. margin-top: 4rpx;
  56. text-align: center;
  57. }
  58. .sc-contact image{
  59. width: 42rpx;
  60. height: 42rpx;
  61. margin: auto;
  62. }
  63. .sc-btn{
  64. width: 280rpx;
  65. height: 76rpx;
  66. line-height: 76rpx;
  67. background: #02A76D;
  68. border-radius: 38rpx 38rpx 38rpx 38rpx;
  69. opacity: 1;
  70. text-align: center;
  71. font-size: 28rpx;
  72. font-family: PingFang SC-Regular, PingFang SC;
  73. font-weight: 400;
  74. color: #FFFFFF;
  75. margin-left: 50rpx;
  76. }