123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 字体大小变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .goods-template {
- width: 100%;
- background: #FFFFFF;
- margin-top: 24rpx;
- }
- .goods-template .goods-list {
- width: 100%;
- background: #F7F7F7;
- }
- .goods-template .goods-list .goods-item {
- width: 702rpx;
- padding: 0 24rpx;
- background: #FFFFFF;
- margin-bottom: 24rpx;
- }
- .goods-template .goods-list .goods-item:last-child {
- margin-bottom: 0;
- }
- .goods-template .goods-list .shoptitle {
- display: flex;
- align-items: center;
- height: 80rpx;
- line-height: 80rpx;
- }
- .goods-template .goods-list .shoptitle .title-logo {
- width: 48rpx;
- height: 48rpx;
- float: left;
- border-radius: 8rpx;
- border: 1px solid #e1e1e1;
- margin-right: 10rpx;
- }
- .goods-template .goods-list .shoptitle .title-logo image {
- border-radius: 8rpx;
- width: 48rpx;
- height: 48rpx;
- }
- .goods-template .goods-list .shoptitle .title-text {
- width: 400rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- float: left;
- font-size: 28rpx;
- color: #333333;
- text-align: left;
- line-height: 56rpx;
- font-weight: bold;
- }
- .goods-template .goods-list .productlist {
- width: 100%;
- height: auto;
- }
- .goods-template .goods-list .goods-pros-t {
- display: flex;
- align-items: center;
- width: 100%;
- height: auto;
- padding: 12rpx 0;
- }
- .goods-template .goods-list .goods-pros-t .pros-img {
- width: 210rpx;
- height: 100%;
- border-radius: 10rpx;
- margin: 0 26rpx 0 0;
- position: relative;
- }
- .goods-template .goods-list .goods-pros-t .pros-img .tips {
- display: inline-block;
- width: 80rpx;
- height: 40rpx;
- background-image: linear-gradient(214deg, #ff4500 0%, #ff5800 53%, #ff4367 100%);
- line-height: 40rpx;
- text-align: center;
- font-size: 24rpx;
- color: #FFFFFF;
- border-radius: 10rpx 0 10rpx 0;
- position: absolute;
- top: 0;
- left: 0;
- }
- .goods-template .goods-list .goods-pros-t .pros-img image {
- width: 210rpx;
- height: 210rpx;
- border-radius: 10rpx;
- border: 1px solid #f3f3f3;
- }
- .goods-template .goods-list .pros-product {
- width: 468rpx;
- height: 100%;
- line-height: 40rpx;
- font-size: 26rpx;
- position: relative;
- }
- .goods-template .goods-list .pros-product .producttitle {
- width: 100%;
- display: inline-block;
- height: auto;
- text-overflow: ellipsis;
- display: -webkit-box;
- word-break: break-all;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- margin-bottom: 8rpx;
- }
- .goods-template .goods-list .pros-product .productspec {
- width: 100%;
- float: left;
- height: 40rpx;
- color: #999999;
- line-height: 40rpx;
- font-size: 20rpx;
- text-overflow: ellipsis;
- display: -webkit-box;
- word-break: break-all;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .goods-template .goods-list .pros-product .productprice {
- width: 100%;
- height: 54rpx;
- line-height: 54rpx;
- width: 100%;
- }
- .goods-template .goods-list .pros-product .productprice .price {
- line-height: 54rpx;
- font-size: 28rpx;
- width: 48%;
- color: #ff457b;
- float: left;
- }
- .goods-template .goods-list .pros-product .productprice .price.disabled {
- color: #999999;
- text-decoration: line-through;
- }
- .goods-template .goods-list .pros-product .productprice .count {
- height: 100%;
- float: right;
- position: relative;
- }
- .goods-template .goods-list .pros-product .productprice .count .small {
- color: #666666;
- }
- .goods-template .goods-list .pros-product .floor-item-act {
- width: 100%;
- height: 30rpx;
- margin-top: 8rpx;
- float: left;
- }
- .goods-template .goods-list .pros-product .floor-item-act .tag {
- display: inline-block;
- height: 32rpx;
- font-size: 22rpx;
- line-height: 30rpx;
- text-align: center;
- color: #f83c6c;
- float: left;
- margin-right: 10rpx;
- }
- .goods-template .goods-list .pros-product .floor-item-act .tag.tag-02 {
- width: 80rpx;
- background: url(https://static.caimei365.com/app/mini-hehe/icon/icon-active.png) top center no-repeat;
- background-size: contain;
- }
- .goods-template .goods-list .pros-product .floor-item-act .tag.tag-01 {
- width: 56rpx;
- color: #fff;
- background-color: #f83c6c;
- border-radius: 4rpx;
- }
- .goods-template .goods-list .goods-pros-m {
- height: 76rpx;
- line-height: 76rpx;
- font-size: 26rpx;
- color: #333333;
- margin-top: 12rpx;
- }
- .goods-template .goods-list .goods-pros-m .m-text {
- width: 62rpx;
- float: left;
- padding-right: 20rpx;
- font-weight: bold;
- }
- .goods-template .goods-list .goods-pros-m .m-input {
- display: flex;
- align-items: center;
- position: relative;
- width: 576rpx;
- height: 36rpx;
- padding: 20rpx;
- background: #F9F9F9;
- border-radius: 10rpx;
- }
- .goods-template .goods-list .goods-pros-m .m-input input {
- width: 100%;
- height: 100%;
- font-size: 26rpx;
- line-height: 36rpx;
- color: #333333;
- min-height: 36rpx;
- }
- .goods-template .goods-list .goods-pros-b {
- width: 100%;
- height: auto;
- padding: 10rpx 0;
- }
- .goods-template .goods-list .goods-pros-b .sum-none {
- width: 100%;
- height: 48rpx;
- line-height: 48rpx;
- color: #333333;
- float: left;
- text-align: right;
- }
- .goods-template .goods-list .goods-pros-b .sum-none .money {
- font-size: 26rpx;
- color: #999999;
- text-decoration: line-through;
- }
- .goods-template .goods-list .goods-pros-b .sum-none .money-sign {
- font-size: 26rpx;
- color: #999999;
- text-decoration: line-through;
- }
- .goods-template .goods-list .goods-pros-b .sum-none .money-reduced {
- margin-left: 10rpx;
- font-size: 26rpx;
- color: #ff457b;
- }
- .goods-template .goods-list .goods-pros-b .sum-none .money-reduced .iconfont {
- font-size: 34rpx;
- }
- .goods-template .goods-list .goods-pros-b .sum {
- width: 100%;
- height: 48rpx;
- font-size: 28rpx;
- line-height: 48rpx;
- color: #333333;
- display: flex;
- justify-content: flex-end;
- }
- .goods-template .goods-list .goods-pros-b .sum .money {
- color: #ff457b;
- font-size: 28rpx;
- }
|