| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .detail-address-wrap {
- height: 190px;
- position: relative;
- }
- .detail-address-backgroud-top {
- background-color: #f44;
- height: 100px;
- color: white;
- padding: 10px 20px;
- }
- .detail-status {
- font-size: 18px;
- float: left;
- }
- .detail-pay {
- float: right;
- }
- .detail-address-backgroud-bottom {
- background-color: white;
- height: 80px;
- }
- .detail-address-content {
- background-color: white;
- height: 100px;
- position: absolute;
- top: 55%;
- left: 50%;
- width: 90%;
- transform: translate(-50%, -50%);
- border-radius: 10px;
- border: 1px solid #F3F3F3;
- box-shadow: 0 1px 10px #F3F3F3;
- padding: 20px 5px;
- }
- .detail-address-content-icon {
- width: 20px;
- height: 100%;
- font-size: 16px;
- font-weight: 600;
- }
- .detail-address-content-username-phone {
- font-size: 16px;
- font-weight: 600;
- }
- .detail-store-name {
- width: 100%;
- background-color: white;
- height: 40px;
- padding: 0 15px;
- color: black;
- font-size: 15px;
- line-height: 40px;
- }
|