C端小程序
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

59 linhas
1.0 KiB

  1. /* pages/complete/index.wxss */
  2. page {
  3. background-color: #f4f4f4;
  4. }
  5. .container{
  6. }
  7. .c-top-top{
  8. margin: 60rpx auto 0;
  9. width:657rpx;
  10. height:11rpx;
  11. background:rgba(2,192,255,1);
  12. border-radius:6px;
  13. }
  14. .c-top-center{
  15. display: flex;
  16. margin: -4rpx auto 0;
  17. width:636rpx;
  18. height:328rpx;
  19. background:rgba(255,255,255,1);
  20. box-shadow:0px 8px 25px 2px rgba(165,165,165,0.1);
  21. border-radius:0px 0px 20px 20px;
  22. }
  23. .content-left{
  24. position: relative;
  25. width: 240rpx;
  26. align-self: left;
  27. }
  28. .content-left image{
  29. display: block;
  30. position: absolute;
  31. top: 129rpx;
  32. /* margin-top: -35rpx; */
  33. right: 60rpx;
  34. width: 70rpx;
  35. height: 70rpx;
  36. align-self: left;
  37. }
  38. .title{
  39. margin-top: 108rpx;
  40. font-size:40rpx;
  41. font-family:PingFang-SC-Bold;
  42. font-weight:bold;
  43. color:rgba(51,51,51,1);
  44. line-height:50rpx;
  45. }
  46. .text{
  47. font-size:28rpx;
  48. font-family:PingFang-SC-Regular;
  49. font-weight:400;
  50. color:rgba(51,51,51,1);
  51. line-height:50rpx;
  52. }
  53. .support-tansfer{
  54. width: 636rpx;
  55. border-radius: 50rpx;
  56. margin-top: 30rpx;
  57. background: #02C0FF!important;
  58. }