shareuser.wxss 1.0 KB

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