giftinfo.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. .container {
  2. background-color: #f0f0f0;
  3. color:#1e1e1e;
  4. font-weight: 500;
  5. }
  6. .panelTitle{
  7. width:100%;
  8. margin-top: 50rpx;
  9. justify-content: flex-start;
  10. }
  11. .panelTitle .panelTitle1{
  12. font-size:32rpx;
  13. margin-left: 30rpx;
  14. margin-bottom: 30rpx;
  15. }
  16. .panelItem{
  17. width:100%;
  18. justify-content: space-between;
  19. font-size:28rpx;
  20. height:110rpx;
  21. background-color: #fff;
  22. }
  23. .panelItem0{
  24. height:88rpx;
  25. }
  26. .panelItem00{
  27. height:123rpx;
  28. }
  29. .panelItem .panelItem1{
  30. margin-left: 30rpx;
  31. font-weight: 400;
  32. align-items: flex-start;
  33. }
  34. .panelItem .panelItem11{
  35. margin-bottom: 5rpx;
  36. }
  37. .panelItem .panelItem2{
  38. margin-right: 30rpx;
  39. }
  40. .product_icon_ksxq_70x70{
  41. width:50rpx;
  42. height:50rpx;
  43. border-radius: 10rpx;
  44. margin-left: 10rpx;
  45. }
  46. .panelItem .title1{
  47. color:#9B9B9B;
  48. font-size:20rpx;
  49. font-weight: 400;
  50. margin-right: 10rpx;
  51. width:80rpx;
  52. }
  53. .panelItem .title2{
  54. font-size:20rpx;
  55. font-weight: 400;
  56. }
  57. .panelItem .title3{
  58. color:#787878;
  59. font-size:28rpx;
  60. }
  61. .panelItem .title4{
  62. color:#F44336;
  63. }
  64. .universalpic_face_default_blue_120x120{
  65. width:60rpx;
  66. height:60rpx;
  67. border-radius: 10rpx;
  68. }
  69. .btn0{
  70. width:400rpx;
  71. height:100rpx;
  72. font-size:48rpx;
  73. margin-top: 50rpx;
  74. }
  75. .title5{
  76. font-weight: 400;
  77. font-size:24rpx;
  78. margin: 30rpx 0 0 0;
  79. }
  80. .file_0301{
  81. width:100%;
  82. height:1204rpx;
  83. margin-bottom: 50rpx;
  84. }
  85. .file_0302{
  86. width:100%;
  87. height:746rpx;
  88. margin-bottom: 50rpx;
  89. }
  90. .file_0303{
  91. width:100%;
  92. height:752rpx;
  93. margin-bottom: 50rpx;
  94. }
  95. .panelFooter{
  96. font-weight: 400;
  97. font-size: 24rpx;
  98. margin-bottom: 100rpx;
  99. }
  100. .panelFooter .title6{
  101. color:#B3443B;
  102. text-decoration: underline;
  103. font-weight: 500;
  104. }