shareuser.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .container {
  2. background-color: #f2f2f2;
  3. color:#4D4D4D;
  4. }
  5. .panel{
  6. margin-top: 60rpx;
  7. width:710rpx;
  8. border-radius: 40rpx;
  9. background-color: #fff;
  10. justify-content: flex-start;
  11. }
  12. .panel .text1{
  13. font-size:24rpx;
  14. margin-top: 60rpx;
  15. }
  16. .panel .Number{
  17. font-family: Roboto-Black;
  18. font-size: 28rpx;
  19. color: #4D4D4D;
  20. margin-left: 6rpx;
  21. }
  22. .panel .text2{
  23. font-size:36rpx;
  24. margin-top: 30rpx;
  25. color:#1E1E1E;
  26. text-align: center;
  27. }
  28. .panel .panel1{
  29. margin-top: 60rpx;
  30. width:670rpx;
  31. height:526rpx;
  32. flex-wrap: wrap;
  33. }
  34. .panel .img{
  35. width:300rpx;
  36. height:248rpx;
  37. margin: 0 10rpx;
  38. }
  39. .panel .img2{
  40. width:234rpx;
  41. height:206rpx;
  42. margin: 60rpx 0 0 0;
  43. }
  44. .panel .text3{
  45. font-size:24rpx;
  46. margin: 40rpx 0;
  47. text-align: center;
  48. }
  49. .panel .btn{
  50. width:622rpx;
  51. height:92rpx;
  52. line-height: 100rpx;
  53. font-size:36rpx;
  54. margin-top: 60rpx;
  55. color:#E65A20;
  56. background-color: #fff;
  57. border-radius: 20rpx;
  58. justify-content: space-between;
  59. border:4rpx solid #E65A20;
  60. }
  61. .Arrow{
  62. width:14rpx;
  63. height:22rpx;
  64. }
  65. .Canvas{
  66. width: 750px;
  67. height: 1110px;
  68. background-color: #fff;
  69. position: fixed;
  70. left:760rpx;
  71. }