123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 字体大小变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 字体大小变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- page {
- background-color: #F7F7F7 !important;
- }
- .search-main {
- width: 100%;
- height: 88rpx;
- position: fixed;
- top: 0;
- left: 0;
- background: #FFFFFF;
- z-index: 1001;
- box-sizing: border-box;
- padding: 9rpx 24rpx;
- }
- .search-main .gosearch-btn {
- width: 604rpx;
- height: 100%;
- float: left;
- border-radius: 40rpx;
- background: #F0F0F0;
- margin: 0 auto;
- padding: 0 20rpx;
- font-size: 28rpx;
- line-height: 66rpx;
- padding-left: 66rpx;
- color: #8A8A8A;
- background: #F7F7F7;
- position: relative;
- box-sizing: border-box;
- }
- .search-main .gosearch-btn .icon-sousuo {
- width: 66rpx;
- height: 66rpx;
- line-height: 66rpx;
- text-align: center;
- display: block;
- position: absolute;
- left: 0;
- top: 0;
- font-size: 34rpx;
- color: #8A8A8A;
- z-index: 10;
- }
- .search-main .gosearch-btn .icon-quxiao {
- width: 66rpx;
- height: 66rpx;
- display: block;
- line-height: 66rpx;
- font-size: 36rpx;
- text-align: center;
- color: #8A8A8A;
- position: absolute;
- right: 10rpx;
- top: 0;
- padding: 0 10rpx;
- z-index: 100;
- }
- .search-main .gosearch-btn .input {
- width: 530rpx;
- height: 100%;
- float: left;
- font-size: 24rpx;
- box-sizing: border-box;
- padding-right: 66rpx;
- }
- .search-main .search-btn {
- width: 90rpx;
- height: 66rpx;
- line-height: 66rpx;
- float: right;
- text-align: center;
- color: #666666;
- font-size: 24rpx;
- }
- .search-container {
- padding-top: 91rpx;
- }
- .search-container-history {
- width: 100%;
- height: auto;
- background-color: #FFFFFF;
- }
- .s-block {
- background: #FFFFFF;
- }
- .s-block.hot {
- border-top: 20rpx solid #F7F7F7;
- }
- .s-block .header {
- font-size: 32rpx;
- padding: 40rpx 24rpx 22rpx 24rpx;
- line-height: 42rpx;
- font-size: 30rpx;
- font-weight: bold;
- position: relative;
- width: 100%;
- float: left;
- box-sizing: border-box;
- }
- .s-block .header .icon-shanchu {
- font-size: 36rpx;
- color: #333333;
- float: right;
- padding: 0 10rpx;
- z-index: 10;
- font-weight: normal;
- }
- .s-block .list {
- width: 100%;
- height: auot;
- float: left;
- padding: 0 24rpx 30rpx 24rpx;
- box-sizing: border-box;
- }
- .s-block .list .list-title {
- width: 100%;
- height: 40rpx;
- font-size: 26rpx;
- color: #333;
- }
- .s-block .list .list-main {
- width: 100%;
- float: left;
- display: flex;
- flex-wrap: wrap;
- }
- .s-block .list .list-main view {
- color: #8A8A8A;
- font-size: 24rpx;
- box-sizing: border-box;
- text-align: center;
- height: 48rpx;
- line-height: 48rpx;
- border-radius: 24rpx;
- margin: 12rpx 12rpx 12rpx 0;
- padding: .0 20rpx;
- white-space: nowrap;
- text-overflow: ellipsis;
- background-color: #F3F3F3;
- }
- .s-block .list .list-main view .iconfont {
- font-size: 30rpx;
- color: #e15616;
- margin-left: 12rpx;
- }
- .s-block .list .list-main view.list-active {
- background-color: #fef6f3;
- color: #e15616;
- }
- .commodity-list-wrapper {
- box-sizing: border-box;
- padding: 0 24rpx;
- background: #FFFFFF;
- }
- .commodity-list-wrapper scroll-view {
- height: 100%;
- overflow: scroll;
- }
- .commodity-list-wrapper .empty-container-image {
- margin-top: -300rpx;
- }
- .commodity-list-wrapper .toIndexPage {
- bottom: 390rpx;
- }
- .commodity-list-wrapper .show-more-btn {
- width: 276rpx;
- height: 52rpx;
- line-height: 52rpx;
- border: 2rpx solid #D8D8D8;
- background: #F7F7F7;
- font-size: 26rpx;
- margin: 26rpx 0;
- position: absolute;
- left: 50%;
- margin-left: -138rpx;
- }
- .product-list-type {
- height: 246rpx;
- padding: 32rpx 0;
- box-sizing: border-box;
- border-bottom: 1px solid #e1e1e1;
- }
- .product-list-type:last-child {
- border-bottom: none;
- }
- .product-list-type .product-list-image {
- width: 182rpx;
- height: 182rpx;
- box-sizing: border-box;
- border-radius: 8rpx;
- border: 1px solid #e1e1e1;
- float: left;
- }
- .product-list-type .product-list-image .product-image {
- width: 180rpx;
- height: 180rpx;
- display: block;
- border-radius: 8rpx;
- }
- .product-list-type .product-list-msgs {
- width: 495rpx;
- height: 100%;
- float: right;
- position: relative;
- }
- .product-list-type .product-list-msgs .product-name {
- width: 100%;
- height: auto;
- line-height: 36rpx;
- text-overflow: ellipsis;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- font-size: 26rpx;
- color: #333333;
- text-align: justify;
- float: left;
- }
- .product-list-type .product-list-msgs .product-unit {
- width: 100%;
- height: 28rpx;
- float: left;
- margin-top: 4rpx;
- text-align: left;
- line-height: 28rpx;
- font-size: 20rpx;
- color: #999999;
- }
- .product-list-type .product-list-msgs .product-tags {
- width: 100%;
- height: 30rpx;
- margin-top: 8rpx;
- float: left;
- }
- .product-list-type .product-list-msgs .product-tags .tag {
- display: inline-block;
- width: 80rpx;
- height: 30rpx;
- background: url(https://static.caimei365.com/app/mini-hehe/icon/icon-active.png) top center no-repeat;
- background-size: contain;
- font-size: 22rpx;
- line-height: 30rpx;
- text-align: center;
- color: #f83c6c;
- float: left;
- }
- .product-list-type .product-list-msgs .product-pric {
- width: 100%;
- height: 44rpx;
- position: absolute;
- bottom: -10rpx;
- left: 0;
- }
- .product-list-type .product-list-msgs .product-pric .price {
- float: left;
- font-size: 26rpx;
- color: #f83c6c;
- font-weight: bold;
- line-height: 44rpx;
- }
- .product-list-type .product-list-msgs .product-pric .carts {
- float: right;
- }
- .product-list-type .product-list-msgs .product-pric .carts .carts-add {
- width: 44rpx;
- height: 44rpx;
- text-align: center;
- line-height: 44rpx;
- background-color: #ff457b;
- border-radius: 50%;
- }
- .product-list-type .product-list-msgs .product-pric .carts .carts-add .iconfont {
- font-size: 32rpx;
- color: #FFFFFF;
- }
|