index.scss 940 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // page{background-color: $my-page-bg-color;}
  2. .user-box{
  3. padding: 98rpx 20rpx 0 30rpx;
  4. .payee-no{
  5. margin-left: 23rpx;
  6. font-size: 30rpx;
  7. font-weight: 400;
  8. color: rgba(255,255,255,.7);
  9. line-height: 42rpx;
  10. letter-spacing: 1px;
  11. }
  12. .addr{
  13. font-size: 28rpx;
  14. font-weight: 400;
  15. color: #FFFFFF;
  16. line-height: 40rpx;
  17. .u-icon{
  18. margin-right: 18rpx;
  19. }
  20. }
  21. }
  22. .header{
  23. background-color: RGBA(47, 144, 250, 1);
  24. color: #fff;
  25. .header-total{
  26. padding-bottom: 92rpx;
  27. }
  28. }
  29. .notice{
  30. margin: -60rpx 0 50rpx;
  31. height: 120rpx;
  32. background: #FFFFFF;
  33. box-shadow: 0px 9rpx 8rpx 0px rgba(0, 0, 0, 0.07);
  34. border-radius: 15rpx;
  35. }
  36. .feature-list{
  37. margin-top: 50rpx;
  38. .feature-item{
  39. width: 50%;
  40. margin-bottom: 39rpx;
  41. display: flex;
  42. justify-content: center;
  43. flex-wrap: wrap;
  44. .feature-item-text{
  45. margin-top: 17rpx;
  46. width: 100%;
  47. text-align: center;
  48. font-size: 32rpx;
  49. line-height: 45rpx;
  50. color: #444;
  51. }
  52. }
  53. }