123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498 |
- page {
- background-color: #F2F2F2;
- }
- .wrap {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding-top: calc(88rpx + var(--status-bar-height));
- }
- .header {
- width: 100%;
- height: calc(88rpx + 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: #fff;
- }
- .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;
- 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;
- }
- .header-right {
- display: flex;
- align-items: center;
- margin-left: 50rpx;
- }
- .header-right button {
- background: initial;
- border-radius: initial;
- display: flex;
- align-items: center;
- margin-right: 30rpx;
- }
- .header-right button:last-child {
- margin-right: 0;
- }
- .header-right button:first-child image {
- width: 44rpx;
- }
- .header-right button:nth-child(2) image {
- width: 36rpx;
- }
- .content-box {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 30rpx 24rpx;
- box-sizing: border-box;
- }
- .health-nav-list {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- border-radius: 16rpx;
- background-color: #FFFFFF;
- padding: 30rpx 28rpx 0;
- box-sizing: border-box;
- }
- .health-nav-item {
- width: 33.3333%;
- display: flex;
- flex-direction: column;
- align-items: center;
- color: #333333;
- font-size: 30rpx;
- margin-bottom: 30rpx;
- }
- .health-nav-item-img {
- width: 66rpx;
- height: 66rpx;
- margin-bottom: 22rpx;
- }
- .swiper-box {
- width: 100%;
- margin: 30rpx 0;
- }
- .swiper {
- width: 100%;
- height: 240rpx;
- border-radius: 16rpx;
- }
- .banner-img {
- width: 100%;
- height: 240rpx;
- border-radius: 16rpx;
- }
- .tag-box {
- width: 100%;
- background-color: #FFFFFF;
- border-radius: 16rpx;
- padding: 24rpx;
- box-sizing: border-box;
- margin-bottom: 30rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .tag-list {
- width: 100%;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .tag-item {
- width: calc(50% - 11rpx);
- background-color: #F8F9FC;
- border-radius: 50rpx;
- min-height: 60rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #202020;
- font-size: 24rpx;
- margin-bottom: 24rpx;
- font-weight: 500;
- }
- .refresh-row {
- display: flex;
- align-items: center;
- color: #919191;
- font-size: 22rpx;
- }
- .refresh-row>image {
- width: 20rpx;
- height: 20rpx;
- margin-right: 12rpx;
- }
- .health-menu-list {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- border-radius: 16rpx;
- background-color: #FFFFFF;
- padding: 40rpx 0 0;
- box-sizing: border-box;
- margin-bottom: 30rpx;
- }
- .health-menu-item {
- width: 20%;
- display: flex;
- flex-direction: column;
- align-items: center;
- color: #202020;
- font-size: 24rpx;
- margin-bottom: 32rpx;
- }
- .health-menu-item-img {
- height: 48rpx;
- margin-bottom: 18rpx;
- }
- .health-menu-item:last-child {
- color: #919191;
- }
- .health-consult-box {
- width: 100%;
- display: flex;
- align-items: center;
- border-radius: 16rpx;
- background-color: #FFFFFF;
- padding: 22rpx 24rpx 30rpx;
- box-sizing: border-box;
- }
- .health-consult-sidebar {
- flex: 1;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .health-consult-column {
- flex: 1;
- display: flex;
- flex-direction: column;
- margin-right: 20rpx;
- }
- .health-consult-img {
- width: 84rpx;
- margin-right: 20rpx;
- }
- .health-consult-name {
- color: #202020;
- font-size: 32rpx;
- }
- .health-consult-msg {
- color: #919191;
- font-size: 24rpx;
- }
- .health-consult-btn {
- border-radius: 100rpx;
- background-color: #F2501A;
- width: 140rpx;
- height: 60rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #F8F8F8;
- font-size: 24rpx;
- }
- .product-bottom {
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .tab-list {
- width: 100%;
- white-space: nowrap;
- }
- .child {
- width: 25%;
- display: inline-block;
- }
- .child-column {
- width: 100%;
- height: 140rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .child-column-name {
- color: #202020;
- font-size: 34rpx;
- font-weight: bold;
- }
- .child-column-msg {
- color: #202020;
- font-size: 26rpx;
- position: relative;
- display: flex;
- align-items: center;
- }
- .border-img {
- width: 15rpx;
- display: none;
- margin-right: -10rpx !important;
- margin-bottom: -30rpx !important;
- }
- .child.active .child-column view {
- color: #F2501A;
- }
- .child.active .border-img {
- /* opacity: 1; */
- display: block;
- }
- .product-list {
- width: 100%;
- display: flex;
- flex-direction: column;
- background-color: #FFFFFF;
- border-radius: 16rpx;
- overflow: hidden;
- }
- .product-item {
- width: 100%;
- display: flex;
- align-items: center;
- padding: 24rpx;
- box-sizing: border-box;
- border-bottom: 1px solid #F9F6F6;
- }
- .product-item:last-child {
- border-bottom: none;
- }
- .product-item-column-img {
- width: 220rpx;
- height: 180rpx;
- border-radius: 16rpx;
- margin-right: 24rpx;
- }
- .product-item-sidebar {
- flex: 1;
- height: 160rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .product-item-sidebar-top {
- width: 100%;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- }
- .product-tag-img {
- width: 106rpx;
- margin-right: 6rpx;
- vertical-align: middle;
- }
- .product-item-column-name {
- color: #202020;
- font-size: 28rpx;
- font-weight: bold;
- }
- .product-item-row-between {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .look-num {
- color: #919191;
- font-size: 26rpx;
- }
- .collect-btn {
- display: flex;
- align-items: center;
- font-size: 26rpx;
- color: #919191;
- background-color: initial;
- border-radius: initial;
- }
- .collect-btn>image {
- width: 35rpx;
- margin-right: 8rpx;
- }
- .mask {
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.38);
- z-index: 9999999;
- }
- .window {
- position: fixed;
- width: 100%;
- bottom: 0;
- left: 0;
- overflow: hidden;
- background-color: #fff;
- z-index: 99999999;
- display: flex;
- flex-direction: column;
- align-items: center;
- border-radius: 40rpx 40rpx 0 0;
- padding: 36rpx 24rpx 50rpx;
- box-sizing: border-box;
- }
- .window-bottom {
- width: 100%;
- }
- .window-bottom button {
- color: #FFFFFF;
- font-size: 26rpx;
- width: 100%;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 100rpx;
- background-color: #F2501A;
- }
- .window-label {
- font-size: 32rpx;
- color: #202020;
- margin-bottom: 60rpx;
- }
- .itemBox {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- margin-bottom: 120rpx;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .fang {
- width: calc(50% - 11rpx);
- height: 62rpx;
- line-height: 62rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 100rpx;
- color: #202020;
- font-size: 24rpx;
- font-weight: bold;
- margin-bottom: 24rpx;
- background-color: #F8F9FC;
- box-sizing: border-box;
- }
- .selected {
- background-color: #FEEEE6 !important;
- border: 1px solid #E63D23 !important;
- color: #F2501A !important;
- }
|