detail.wxss 754 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .main .one {
  6. float: left;
  7. width: 100%;
  8. }
  9. .main .one .content {
  10. float: left;
  11. width: 95%;
  12. padding: 10px;
  13. background-color: #ffffff;
  14. border-bottom: 1px solid #ccc;
  15. }
  16. .main .one .content .label {
  17. float: left;
  18. width: 30%;
  19. font-size: 14px;
  20. }
  21. .main .one .content .value {
  22. float: left;
  23. width: 70%;
  24. text-align: right;
  25. font-size: 12px;
  26. color: #666;
  27. }
  28. .main .one .btn {
  29. float: left;
  30. width: 100%;
  31. text-align: center;
  32. margin: 10px 0 0 0;
  33. }
  34. .main .one .btn .button {
  35. width: 300px !important;
  36. border-radius: 30px;
  37. color: #ffffff;
  38. text-align: center;
  39. background-image: linear-gradient(to right, #fd3c1e, #c74df0);
  40. }