wishinfo.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. page{
  2. background-color: #DB1824;
  3. }
  4. .container{
  5. background-color: #DB1824;
  6. color:#FBF0E1;
  7. }
  8. .pic_06{
  9. width:100%;
  10. height:800rpx;
  11. }
  12. .text01{
  13. font-size: 48rpx;
  14. font-weight: 700;
  15. width:580rpx;
  16. text-align: center;
  17. margin-top: 60rpx;
  18. text-shadow: 0 5rpx 0 #BD0E19;
  19. }
  20. .text02{
  21. font-size: 96rpx;
  22. margin-top: 0rpx;
  23. text-shadow: 0 7rpx 0 #BD0E19;
  24. }
  25. .text03{
  26. font-size: 32rpx;
  27. margin-top: 30rpx;
  28. font-weight: 400;
  29. text-shadow: 0 3rpx 0 #BD0E19;
  30. }
  31. .panel1{
  32. width:316rpx;
  33. height:100rpx;
  34. border:3rpx solid #FBF0E1;
  35. border-radius: 20rpx;
  36. margin-top: 150rpx;
  37. margin-bottom: 60rpx;
  38. justify-content: space-between;
  39. }
  40. .panel11{
  41. margin:0 0 0 30rpx;
  42. font-size: 28rpx;
  43. }
  44. .icon_add_02{
  45. width:29rpx;
  46. height:30rpx;
  47. margin:0 0 0 10rpx;
  48. }
  49. .text04{
  50. font-size: 36rpx;
  51. font-family: 'Roboto-Black';
  52. margin-right: 30rpx;
  53. }
  54. .text05{
  55. font-size:28rpx;
  56. width:100%;
  57. height:100rpx;
  58. text-align: center;
  59. line-height: 100rpx;
  60. }
  61. .line{
  62. width:580rpx;
  63. height:1rpx;
  64. background-color: #FBF0E1;
  65. }
  66. .panel2{
  67. width:100%;
  68. height: 100rpx;
  69. margin-bottom: 200rpx;
  70. background-color: #DB1824;
  71. color:#FBF0E1;
  72. border-radius: 0rpx;
  73. }
  74. .icon_share_03{
  75. width:30rpx;
  76. height:30rpx;
  77. margin-right: 10rpx;
  78. }
  79. .text06{
  80. font-size:28rpx;
  81. }
  82. .panelFooter{
  83. width:100%;
  84. height:110rpx;
  85. border-radius: 0;
  86. }
  87. .panelFooterBtn{
  88. width:374rpx;
  89. height:110rpx;
  90. }
  91. .line2{
  92. width:2rpx;
  93. height:50rpx;
  94. background-color: #FBF0E1;
  95. }