share.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .container {
  2. background-color: #99607C;
  3. color:#1e1e1e;
  4. font-weight: 500;
  5. }
  6. .btn1{
  7. width:610rpx;
  8. height:372rpx;
  9. margin-top: 212rpx;
  10. background-color: #FFD48B;
  11. border-radius: 14rpx;
  12. box-shadow: 0 20rpx 1rpx #67453C;
  13. justify-content: flex-end;
  14. }
  15. .panel10{
  16. width:100%;
  17. margin-bottom: 53rpx;
  18. justify-content: flex-start;
  19. }
  20. .line2{
  21. margin-left: 50rpx;
  22. width:16rpx;
  23. height:140rpx;
  24. background-color: #EC4C56;
  25. }
  26. .panel101{
  27. align-items: flex-start;
  28. margin-left: 30rpx;
  29. }
  30. .text1{
  31. font-size: 64rpx;
  32. }
  33. .text2{
  34. font-size: 48rpx;
  35. }
  36. .line{
  37. width:100%;
  38. height:2rpx;
  39. background-color: #E4B06C;
  40. }
  41. .panel11{
  42. font-size:36rpx;
  43. width: 610rpx;
  44. background-color: #FEC579;
  45. justify-content: space-between;
  46. border-bottom-left-radius: 10rpx;
  47. border-bottom-right-radius: 10rpx;
  48. }
  49. .panel111{
  50. width: 304rpx;
  51. height:120rpx;
  52. line-height: 120rpx;
  53. text-align: center;
  54. background-color: #FEC579;
  55. border-bottom-left-radius: 14rpx;
  56. }
  57. .panel1111{
  58. width: 100%;
  59. }
  60. .line1{
  61. width:2rpx;
  62. height:60rpx;
  63. background-color: #E4B06C;
  64. }
  65. .panel112{
  66. border-bottom-left-radius: 0;
  67. border-bottom-right-radius: 14rpx;
  68. padding-right: 0;
  69. }
  70. .panel112::after {
  71. border: 0px;
  72. }
  73. .program_share_footer{
  74. width:100%;
  75. height:440rpx;
  76. position: fixed;
  77. bottom: 0;
  78. }