shareuser.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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 .text3{
  40. font-size:24rpx;
  41. margin: 40rpx 0;
  42. text-align: center;
  43. }
  44. .panel .btn{
  45. width:622rpx;
  46. height:92rpx;
  47. line-height: 100rpx;
  48. font-size:36rpx;
  49. margin-top: 60rpx;
  50. color:#E65A20;
  51. background-color: #fff;
  52. border-radius: 20rpx;
  53. justify-content: space-between;
  54. border:4rpx solid #E65A20;
  55. }
  56. .Arrow{
  57. width:14rpx;
  58. height:22rpx;
  59. }
  60. .Canvas{
  61. width: 750px;
  62. height: 1110px;
  63. background-color: #fff;
  64. position: fixed;
  65. left:760rpx;
  66. }