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.

57 line
890 B

  1. .Box {
  2. padding: 0 30rpx 20rpx 30rpx;
  3. margin: 20rpx auto;
  4. }
  5. .textBox_1_top{
  6. overflow: hidden;
  7. margin-top:20rpx;
  8. }
  9. .t1_logo{
  10. width: 68rpx;
  11. height: 68rpx;
  12. border-radius: 50%;
  13. border: 2rpx solid #FD832D;
  14. text-align: center;
  15. line-height: 68rpx;
  16. color: #FD832D;
  17. float: left;
  18. }
  19. .t1_text_1{
  20. float: left;
  21. width: 85%;
  22. margin-left: 15rpx;
  23. color: #FD832D;
  24. font-size: 28rpx;
  25. }
  26. .t1_text_j{
  27. float: left;
  28. width: 85%;
  29. margin-left: 15rpx;
  30. color: #FD832D;
  31. font-size: 28rpx;
  32. line-height: 55rpx;
  33. }
  34. .t1_text_2{
  35. float: left;
  36. width: 85%;
  37. margin-left: 85rpx;
  38. color: #FD832D;
  39. font-size: 28rpx;
  40. }
  41. .textBox_1_img{
  42. width: 85%;
  43. margin-left: 83rpx;
  44. margin-top: 10rpx;
  45. }
  46. .payText{
  47. font-size: 33rpx;
  48. margin-left: 83rpx;
  49. /* padding: 20rpx 0; */
  50. }
  51. .style_hui{
  52. color: rgba(0, 0, 0, 0.3);
  53. font-size: 28rpx;
  54. margin-left: 85rpx;
  55. padding: 20rpx 0;
  56. height: 30rpx;
  57. }