小程序农机手端

style.less 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .card{
  2. margin: 30px;
  3. box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.08);
  4. border-radius: 40px;
  5. position: relative;
  6. overflow: hidden;
  7. padding: 40px;
  8. .jianbian{
  9. width: 225px;
  10. height: 217px;
  11. background: linear-gradient(-30deg, #FFAB8C, #FF703B);
  12. border-radius: 137px;
  13. border: 1px solid #FFC937;
  14. position: absolute;
  15. left: -134px;
  16. top: -122px;
  17. .text{
  18. transform:rotate(-45deg);
  19. font-size: 28px;
  20. font-weight: bold;
  21. color: #FFFFFF;
  22. position: relative;
  23. top: 92px;
  24. left: 108px;
  25. }
  26. }
  27. .cardHead{
  28. width: 100%;
  29. padding: 5px 0 0 38px;
  30. position: relative;
  31. .price{
  32. line-height: 36px;
  33. position: absolute;
  34. right: 40px;
  35. top: 22px;
  36. font-size: 30px;
  37. font-weight: bold;
  38. color: #FF2525;
  39. }
  40. }
  41. .line{
  42. width: 100%;
  43. border: 1px solid #000;
  44. opacity: 0.1;
  45. margin: 15px 0;
  46. }
  47. .content {
  48. width: 100%;
  49. }
  50. .cell{
  51. line-height: 32px;
  52. padding: 25px 0;
  53. font-size: 34px;
  54. font-weight: bold;
  55. color: #606060;
  56. .label{
  57. width: 24vw;
  58. display: inline-block;
  59. text-align: justify;
  60. text-align-last: justify;
  61. }
  62. .data{
  63. color: #101010;
  64. }
  65. }
  66. .footer{
  67. width: 100%;
  68. text-align: center;
  69. line-height: 32px;
  70. font-size: 34px;
  71. font-weight: bold;
  72. color: #606060;
  73. padding-top: 15px;
  74. }
  75. }