123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466 |
- .wrap {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 20rpx 24rpx 100rpx;
- box-sizing: border-box;
- }
- .address-wrap {
- width: 100%;
- display: flex;
- flex-direction: column;
- margin-bottom: 22rpx;
- }
- .address-box {
- width: 100%;
- height: 224rpx;
- background-color: #fff;
- display: flex;
- align-items: center;
- border-radius: 16rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- overflow: hidden;
- }
- .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;
- }
- .normal-msg {
- color: #111111;
- font-size: 30rpx;
- }
- .product-module {
- width: 100%;
- background: #FFFFFF;
- border-radius: 16rpx;
- display: flex;
- flex-direction: column;
- padding: 0 24rpx 26rpx;
- box-sizing: border-box;
- margin-bottom: 22rpx;
- }
- .product-module-label {
- width: 100%;
- height: 90rpx;
- display: flex;
- align-items: center;
- color: #111111;
- font-size: 30rpx;
- font-weight: bold;
- }
- .product-item-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-sidebar {
- flex: 1;
- height: 180rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .product-name {
- width: 100%;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- color: #202020;
- font-size: 28rpx;
- }
- .product-row-between {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .gray-font {
- font-size: 24rpx;
- color: #A7A7A7;
- }
- .gray-font-msg{
- width: 100%;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- font-size: 24rpx;
- color: #A7A7A7;
- }
- .black-font {
- font-size: 24rpx;
- color: #202020;
- }
- .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%;
- color: #A7A7A7;
- font-size: 24rpx;
- }
- .product-item-msg {
- width: 100%;
- color: #F2501A;
- font-size: 20rpx;
- }
- .product-row-right {
- display: flex;
- align-items: center;
- font-size: 24rpx;
- color: #202020;
- }
- .product-row-right image {
- margin-left: 20rpx;
- width: 14rpx;
- }
- .product-row-left {
- display: flex;
- align-items: center;
- }
- .product-row-label {
- color: #202020;
- font-size: 24rpx;
- margin-right: 34rpx;
- }
- .product-row-msg {
- color: #A7A7A7;
- font-size: 24rpx;
- }
- .product-bottom {
- width: 100%;
- display: flex;
- flex-direction: column;
- margin-top: 80rpx;
- }
- .product-row-price {
- color: #F2501A;
- font-size: 24rpx;
- }
- .radio-wrap {
- width: 100%;
- display: flex;
- flex-direction: column;
- background-color: #fff;
- }
- .radio-row {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 38rpx;
- }
- .radio-row:last-child {
- margin-bottom: 0;
- }
- .leftsidebar {
- display: flex;
- align-items: center;
- color: #333333;
- font-size: 26rpx;
- }
- .type-img {
- width: 40rpx;
- height: 40rpx;
- margin-right: 26rpx;
- }
- .circle-img {
- width: 38rpx;
- height: 38rpx;
- }
- .footer {
- width: 100%;
- height: 100rpx;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- background-color: #F8F9FC;
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 999;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .footer-sidebar {
- flex: 1;
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- }
- .footer-row {
- color: #A7A7A7;
- font-size: 26rpx;
- }
- .total-label {
- color: #202020;
- font-size: 28rpx;
- margin-left: 22rpx;
- }
- .total-money {
- color: #F2501A;
- font-size: 24rpx;
- }
- .total-money text {
- font-size: 34rpx;
- }
- .footer-sidebar-msg {
- color: #202020;
- font-size: 22rpx;
- }
- .footer-btn {
- width: 180rpx;
- height: 60rpx;
- line-height: 60rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 100rpx;
- background-color: #F2501A;
- color: #F8F8F8;
- font-size: 24rpx;
- margin-left: 26rpx;
- }
- .total-price-row {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .total-price-row-left {
- color: #202020;
- font-size: 26rpx;
- }
- .total-price-row-left text {
- color: #A7A7A7;
- margin-left: 32rpx;
- }
- .total-price {
- color: #202020;
- font-size: 26rpx;
- }
- .details-row-between {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .details-row-between:last-child {
- margin-bottom: ;
- }
- .details-row-left {
- display: flex;
- align-items: center;
- color: #202020;
- font-size: 26rpx;
- }
- .details-row-left image {
- width: 40rpx;
- height: 40rpx;
- margin-right: 28rpx;
- }
- .details-row-right {
- display: flex;
- align-items: center;
- color: #F2501A;
- font-size: 26rpx;
- }
- .details-row-right image {
- width: 14rpx;
- margin-left: 18rpx;
- }
- .details-bottom-row {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 26rpx;
- color: #202020;
- }
- .border-img {
- width: 100%;
- }
- .product-item {
- width: 100%;
- background: #FFFFFF;
- border-radius: 16rpx;
- display: flex;
- flex-direction: column;
- padding: 24rpx 24rpx 20rpx;
- box-sizing: border-box;
- margin-bottom: 22rpx;
- }
- .time-row {
- width: 100%;
- color: #A7A7A7;
- font-size: 24rpx;
- }
- .product-content {
- width: 100%;
- display: flex;
- align-items: center;
- margin-bottom: 10rpx;
- }
- .product-img {
- width: 188rpx;
- height: 188rpx;
- border-radius: 12rpx;
- margin-right: 20rpx;
- }
- .left-row{
- display: flex;
- align-items: center;
- }
- .child {
- width: 28rpx;
- height: 28rpx;
- background-color: #E63D23;
- border-radius: 6rpx;
- position: relative;
- margin-left: 6rpx;
- z-index: 9999;
- }
- .child::before {
- content: "";
- position: absolute;
- width: 24rpx;
- height: 24rpx;
- left: 50%;
- top: 50%;
- background-color: #FFFFFF;
- transform: translate(-50%, -50%);
- }
- .child::after {
- content: "";
- position: absolute;
- width: 20rpx;
- height: 20rpx;
- left: 50%;
- top: 50%;
- background-color: #F54D36;
- transform: translate(-50%, -50%);
- }
|