wishinfo.wxss 1.3 KB

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