C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

54 行
901 B

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