wishinfo.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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:250rpx;
  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. }
  43. .icon_add_02{
  44. width:29rpx;
  45. height:30rpx;
  46. margin-right: 10rpx;
  47. }
  48. .text04{
  49. font-size: 36rpx;
  50. font-family: 'Roboto-Black';
  51. margin-right: 30rpx;
  52. }
  53. .text05{
  54. font-size:28rpx;
  55. width:100%;
  56. height:100rpx;
  57. text-align: center;
  58. line-height: 100rpx;
  59. }
  60. .line{
  61. width:580rpx;
  62. height:1rpx;
  63. background-color: #FBF0E1;
  64. }
  65. .panel2{
  66. width:100%;
  67. height: 100rpx;
  68. margin-bottom: 200rpx;
  69. background-color: #DB1824;
  70. color:#FBF0E1;
  71. border-radius: 0rpx;
  72. }
  73. .icon_share_03{
  74. width:30rpx;
  75. height:30rpx;
  76. margin-right: 10rpx;
  77. }
  78. .text06{
  79. font-size:28rpx;
  80. }
  81. .panelFooter{
  82. width:100%;
  83. height:110rpx;
  84. border-radius: 0;
  85. }
  86. .panelFooterBtn{
  87. width:374rpx;
  88. height:110rpx;
  89. }
  90. .line2{
  91. width:2rpx;
  92. height:50rpx;
  93. background-color: #FBF0E1;
  94. }