@charset "UTF-8"; /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page { background-color: #fff; } .home_head_search { padding-top: 30rpx; margin: 0rpx 30rpx; } .u-nav-slot { display: flex; align-items: center; } .buy_medicine { font-size: 32rpx; color: #fff; margin-right: 15rpx; } .address_box { font-size: 28rpx; color: #fff; margin-left: 5rpx; } .title_store { padding: 0rpx 30rpx 10rpx 30rpx; font-size: 30rpx; font-weight: 600; } .box_shop_list { display: flex; flex-direction: column; margin: 0rpx 20rpx; } .box_shop_item { display: flex; background-color: #fff; margin: 10rpx; padding: 20rpx; border-radius: 10rpx; } .store_img { flex: none; width: 150rpx; height: 130rpx; background-color: #F3F4F6; } .subhead_title { margin-top: 10rpx; font-size: 28rpx; color: #82848a; } .home_box_content { display: flex; flex-direction: column; justify-content: space-between; width: calc(100% - 20rpx); margin-left: 20rpx; } .home_name_shop { font-size: 30rpx; font-weight: bold; } .box_enter_into { flex: none; width: -webkit-fit-content; width: fit-content; padding: 12rpx 20rpx; border-radius: 35rpx; color: #fff; font-size: 28rpx; background-color: #4CAF50; } .box_classify { display: flex; height: 370rpx; flex-direction: column; flex-wrap: wrap; } .card_classify { display: flex; align-items: center; flex-direction: column; margin: 20rpx 20rpx 0rpx 0rpx; } .classify_img { width: 120rpx; height: 120rpx; border-radius: 50%; } .box_notice .u-icon__icon { color: red !important; } .u-scroll-list { padding-bottom: 0px !important; } .u-scroll-list__indicator { margin: 0px !important; }