123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- .bg {
- width: 100%;
- height: 360rpx;
- position: absolute;
- top: 0;
- left: 0;
- background: linear-gradient(90deg, #F58711, #E63D23);
- }
- .container-wrap {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 30rpx 30rpx 140rpx;
- box-sizing: border-box;
- position: relative;
- top: calc(98rpx + var(--status-bar-height))
- }
- .address-box {
- width: 100%;
- height: 200rpx;
- background-color: #fff;
- display: flex;
- align-items: center;
- border-radius: 16rpx;
- padding: 0 24rpx;
- box-sizing: border-box;
- overflow: hidden;
- margin-bottom: 45rpx;
- }
- .location-icon {
- width: 80rpx;
- margin-right: 24rpx;
- }
- .address-sidebar {
- flex: 1;
- display: flex;
- align-items: center;
- }
- .address-column {
- flex: 1;
- display: flex;
- flex-direction: column;
- }
- .back-icon {
- width: 16rpx;
- margin-left: 20rpx;
- }
- .people-name {
- font-size: 34rpx;
- color: #303133;
- }
- .people-name text {
- font-size: 30rpx;
- color: #A7A7A7;
- margin-left: 20rpx;
- }
- .address-msg {
- width: 100%;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- font-size: 30rpx;
- color: #A7A7A7;
- margin-top: 10rpx;
- }
- .edit-btn {
- width: 168rpx;
- height: 72rpx;
- line-height: 72rpx;
- border: 1px solid #9D9D9D;
- background-color: #fff;
- border-radius: 100rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #A7A7A7;
- font-size: 28rpx;
- margin-left: 30rpx;
- }
- .padding-box {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 20rpx 0;
- }
- .order-msg-box {
- width: 100%;
- background-color: #fff;
- border-radius: 16rpx;
- padding: 18rpx 24rpx 36rpx;
- box-sizing: border-box;
- margin-bottom: 20rpx;
- }
- .order-msg-label {
- width: 100%;
- color: #111111;
- font-size: 30rpx;
- font-weight: bold;
- margin-bottom: 20rpx;
- }
- .order-msg-row {
- width: 100%;
- display: flex;
- align-items: center;
- margin-bottom: 22rpx;
- color: #202020;
- font-size: 26rpx;
- }
- .order-msg-row:last-child {
- margin-bottom: 0;
- }
- .order-msg-name {
- width: 22%;
- }
- .footer {
- width: 100%;
- height: 140rpx;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 999;
- background-color: #fff;
- padding: 0 24rpx;
- box-sizing: border-box;
- border-top: 1px solid #DCDCDC;
- }
- .footer button {
- width: 168rpx;
- height: 72rpx;
- line-height: 72rpx;
- border-radius: 100rpx;
- background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- box-sizing: border-box;
- border: 1px solid #9D9D9D;
- color: #777777;
- font-size: 24rpx;
- margin-right: 14rpx;
- }
- .footer button:last-child {
- margin-right: 0;
- }
- .item-content {
- width: 100%;
- display: flex;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .product-img {
- width: 186rpx;
- height: 186rpx;
- border-radius: 12rpx;
- margin-right: 28rpx;
- }
- .item-content-sidebar {
- flex: 1;
- height: 180rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .product-item-row-between {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .product-item-name {
- width: 71%;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- color: #202020;
- font-size: 26rpx;
- }
- .row-end {
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- }
- .product-item-price {
- color: #202020;
- font-size: 26rpx;
- }
- .product-item-num {
- color: #A7A7A7;
- font-size: 20rpx;
- }
- .product-item-num text {
- font-size: 24rpx;
- }
- .product-item-tag {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- color: #A7A7A7;
- font-size: 24rpx;
- }
- .product-item-msg {
- width: 100%;
- color: #F2501A;
- font-size: 20rpx;
- }
- .status-msg {
- color: #FFBD0B;
- font-size: 30rpx;
- }
- .item {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 0 24rpx;
- box-sizing: border-box;
- background-color: #fff;
- border-radius: 16rpx;
- margin-bottom: 20rpx;
- }
- .item-top {
- width: 100%;
- height: 90rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .item-top text:first-child {
- color: #111111;
- font-size: 30rpx;
- font-weight: bold;
- }
- .item-bottom {
- width: 100%;
- height: 120rpx;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- margin-top: 20rpx;
- }
- .item-bottom button {
- width: 168rpx;
- height: 72rpx;
- line-height: 72rpx;
- border-radius: 100rpx;
- border: 1px solid #9D9D9D;
- background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- box-sizing: border-box;
- color: #202020;
- font-size: 24rpx;
- margin-right: 14rpx;
- }
- .item-bottom button:last-child {
- margin-right: 0;
- }
- .border-red {
- border: 1px solid #E63D23 !important;
- color: #F2501A !important;
- }
- .border-gray {
- border: 1px solid #9D9D9D !important;
- color: #777777 !important;
- }
- .price-row {
- width: 100%;
- text-align: right;
- color: #A7A7A7;
- font-size: 24rpx;
- }
- .big-font {
- font-size: 38rpx;
- font-weight: bold;
- }
- .big-font-black {
- font-size: 38rpx;
- color: #202020;
- font-weight: bold;
- }
- .margin {
- margin-right: 10rpx;
- }
- .margin:last-child {
- margin: 0;
- }
|