index.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .detail-address-wrap {
  2. height: 190px;
  3. position: relative;
  4. }
  5. .detail-address-backgroud-top {
  6. background-color: #f44;
  7. height: 100px;
  8. color: white;
  9. padding: 10px 20px;
  10. }
  11. .detail-status {
  12. font-size: 18px;
  13. float: left;
  14. }
  15. .detail-pay {
  16. float: right;
  17. }
  18. .detail-address-backgroud-bottom {
  19. background-color: white;
  20. height: 80px;
  21. }
  22. .detail-address-content {
  23. background-color: white;
  24. height: 100px;
  25. position: absolute;
  26. top: 55%;
  27. left: 50%;
  28. width: 90%;
  29. transform: translate(-50%, -50%);
  30. border-radius: 10px;
  31. border: 1px solid #F3F3F3;
  32. box-shadow: 0 1px 10px #F3F3F3;
  33. padding: 20px 5px;
  34. }
  35. .detail-address-content-icon {
  36. width: 20px;
  37. height: 100%;
  38. font-size: 16px;
  39. font-weight: 600;
  40. }
  41. .detail-address-content-username-phone {
  42. font-size: 16px;
  43. font-weight: 600;
  44. }
  45. .detail-store-name {
  46. width: 100%;
  47. background-color: white;
  48. height: 40px;
  49. padding: 0 15px;
  50. color: black;
  51. font-size: 15px;
  52. line-height: 40px;
  53. }