123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366 |
- page {
- background-color: #F2F2F2;
- }
- .wrap {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding-top: calc(268rpx + var(--status-bar-height));
- padding-bottom: 71rpx;
- }
- .header {
- width: 100%;
- height: calc(268rpx + var(--status-bar-height));
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9999999;
- display: flex;
- flex-direction: column;
- box-sizing: border-box;
- padding: var(--status-bar-height) 0 0;
- background-color: #F2501A;
- }
- .header-bottom {
- width: 100%;
- height: 88rpx;
- display: flex;
- align-items: center;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .search-bar {
- flex: 1;
- height: 68rpx;
- border: 1px solid #F2501A;
- background-color: #FFFFFF;
- box-sizing: border-box;
- border-radius: 100rpx;
- display: flex;
- align-items: center;
- }
- .search-input {
- flex: 1;
- font-size: 24rpx;
- }
- .search-btn {
- width: 120rpx;
- height: 60rpx;
- line-height: 60rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 100rpx;
- background-color: #F2501A;
- margin-right: 2rpx;
- color: #F8F8F8;
- font-size: 24rpx;
- }
- .placeholder {
- color: #919191;
- }
- .search-icon {
- width: 26rpx;
- height: 26rpx;
- margin-left: 24rpx;
- margin-right: 12rpx;
- }
- .classification-menu-list {
- width: 100%;
- white-space: nowrap;
- background-color: #F2501A;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .classification-menu-item {
- width: 20%;
- height: 180rpx;
- display: inline-block;
- color: #FFFFFF;
- font-size: 24rpx;
- }
- .classification-menu-item-box {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .classification-menu-item-img {
- height: 52rpx;
- margin-bottom: 13rpx;
- }
- ::-webkit-scrollbar {
- width: 0;
- height: 0;
- color: transparent;
- display: none;
- }
- .wrap-container {
- width: 100%;
- height: calc(100vh - 268rpx - 71rpx + var(--status-bar-height));
- display: flex;
- width: 100%;
- position: relative;
- top: 0;
- box-sizing: border-box;
- display: flex;
- padding: 30rpx 24rpx;
- }
- .nav_left {
- width: 160rpx;
- height: 100%;
- overflow: hidden;
- background: #FFFFFF;
- border-radius: 16rpx;
- }
- .child {
- height: 110rpx;
- font-size: 28rpx;
- color: #666666;
- position: relative;
- }
- .child-column {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .child-column text:first-child {
- color: #202020;
- font-size: 24rpx;
- font-weight: bold;
- }
- .child:first-child .child-column text:first-child {
- color: #202020;
- font-size: 28rpx;
- }
- .child-column text:last-child {
- color: #919191;
- font-size: 24rpx;
- margin-top: 2rpx;
- }
- .child.active .child-column text:first-child {
- color: #F2501A;
- }
- .child.active::after {
- content: "";
- width: 8rpx;
- height: 52rpx;
- background: linear-gradient(180deg, #F2501A, #FFDCC3);
- position: absolute;
- left: 0;
- top: 50%;
- transform: translate(0, -50%);
- border-radius: 0 198rpx 198rpx 0;
- }
- .nav_right {
- width: calc(100% - 190rpx);
- margin-left: 30rpx;
- height: 100%;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- }
- .list {
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .item {
- width: 100%;
- display: flex;
- flex-direction: column;
- border-radius: 16rpx;
- background-color: #fff;
- margin-bottom: 30rpx;
- padding: 24rpx;
- box-sizing: border-box;
- }
- .item:last-child {
- margin-bottom: 0;
- }
- .item-top {
- width: 100%;
- color: #202020;
- font-size: 24rpx;
- font-weight: bold;
- margin-bottom: 25rpx;
- }
- .item-top>text {
- color: #919191;
- font-size: 24rpx;
- font-weight: normal;
- margin-left: 8rpx;
- }
- .sub-list {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- }
- .sub-item {
- width: 33.3333%;
- display: flex;
- flex-direction: column;
- align-items: center;
- color: #202020;
- font-size: 28rpx;
- }
- .sub-item image {
- max-width: 100%;
- height: 80rpx;
- margin-bottom: 12rpx;
- }
- .normal-box {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- font-size: 28rpx;
- color: #999999;
- padding: 300rpx 0;
- }
- .normal-box image {
- width: 316rpx;
- margin-bottom: 20rpx;
- }
- .swiper-box {
- width: 100%;
- margin-bottom: 30rpx;
- }
- .swiper {
- width: 100%;
- height: 180rpx;
- border-radius: 16rpx;
- }
- .banner-img {
- width: 100%;
- height: 180rpx;
- border-radius: 16rpx;
- }
- .product-list {
- background-color: #FFFFFF;
- padding: 20rpx 14rpx;
- box-sizing: border-box;
- border-radius: 16rpx;
- width: calc(100% - 190rpx);
- margin-left: 30rpx;
- height: 100%;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- }
- .product-item {
- width: 100%;
- display: flex;
- align-items: center;
- margin-bottom: 40rpx;
- }
- .product-item:last-child {
- margin-bottom: 0;
- }
- .product-item-img {
- width: 154rpx;
- height: 154rpx;
- border-radius: 16rpx;
- margin-right: 16rpx;
- }
- .product-item-sidebar {
- flex: 1;
- height: 150rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .product-item-name {
- width: 100%;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- color: #202020;
- font-weight: bold;
- font-size: 26rpx;
- }
- .product-item-column2-row-between {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .product-item-column2-btn {
- width: 40rpx;
- height: 40rpx;
- line-height: 40rpx;
- border-radius: initial;
- }
- .product-item-column2-btn image {
- width: 100%;
- height: 100%;
- }
- .product-item-column2-price {
- color: #F2501A;
- font-size: 28rpx;
- }
- .product-item-column2-price>text {
- color: #919191;
- font-size: 24rpx;
- margin-left: 6rpx;
- }
|