C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 line
870 B

  1. .content{
  2. padding:0 57rpx;
  3. }
  4. .title{
  5. margin-top: 60rpx;
  6. }
  7. .head image{
  8. width: 100rpx;
  9. height: 100rpx;
  10. border-radius:50%;
  11. }
  12. .head .fl{
  13. font-size:32rpx;
  14. font-family:PingFang-SC-Bold;
  15. font-weight:bold;
  16. color:rgba(51,51,51,1);
  17. }
  18. .txt1{
  19. font-size:32rpx;
  20. font-family:PingFang-SC-Regular;
  21. font-weight:400;
  22. color:rgba(134,134,134,1);
  23. }
  24. .money button{
  25. width:636rpx;
  26. height:95rpx;
  27. margin:80rpx auto 0;
  28. background:rgba(2,192,255,1);
  29. border-radius:48rpx;
  30. color: #fff;
  31. }
  32. .money .icon{
  33. font-size:38rpx;
  34. font-family:PingFang-SC-Medium;
  35. font-weight:500;
  36. color:rgba(51,51,51,1);
  37. }
  38. .money .num{
  39. font-size:60rpx!important;
  40. font-family:PingFang-SC-Bold;
  41. font-weight:bold;
  42. color:rgba(51,51,51,1);
  43. display: inline-block!important;
  44. width: 300rpx;
  45. height: 60rpx;
  46. margin-top: 20rpx;
  47. line-height: 60rpx;
  48. }
  49. .active{
  50. opacity: .6;
  51. }