index.wxss 978 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .db image {
  2. width: 100%;
  3. /* height: 641rpx; */
  4. }
  5. .shz {
  6. display: flex;
  7. width: 100%;
  8. flex-direction: column;
  9. align-items: center;
  10. justify-content: center;
  11. }
  12. .shz .sfshz {
  13. font-size: 38rpx;
  14. font-family: SourceHanSansCN-Medium;
  15. font-weight: bold;
  16. color: rgba(102, 102, 102, 1);
  17. padding-top: 150rpx;
  18. }
  19. .shz .sqtjdht {
  20. font-size: 26rpx;
  21. font-family: SourceHanSansCN-Regular;
  22. font-weight: bold;
  23. color: rgba(153, 153, 153, 1);
  24. padding-top: 45rpx;
  25. }
  26. .shz .wait {
  27. font-size: 26rpx;
  28. font-family: SourceHanSansCN-Regular;
  29. font-weight: bold;
  30. color: rgba(153, 153, 153, 1);
  31. padding-top: 10rpx;
  32. }
  33. .shz .shwtg {
  34. display: flex;
  35. align-items: center;
  36. justify-content: center;
  37. width:287rpx;
  38. height:85rpx;
  39. background:linear-gradient(-60deg,rgba(237,141,93,1),rgba(251,174,111,1));
  40. border-radius:42rpx;
  41. margin-top: 54rpx
  42. }
  43. .shz .shwtg text{
  44. font-size:38rpx;
  45. font-family:SourceHanSansCN-Regular;
  46. font-weight:400;
  47. color:rgba(255,254,254,1);
  48. }