123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .shop {
- background: #ffffff;
- padding: 0 12rpx;
- }
- .shop .shop-title {
- padding: 30rpx 0 20rpx;
- display: flex;
- align-items: center;
- border-bottom: 1px solid #e3e6e7;
- }
- .shop .shop-title .shop-item {
- width: 33%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .shop .shop-title .shop-item .sitem-font {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .shop .shop-title .shop-item .jt-down {
- width: 10rpx;
- height: 8rpx;
- margin-left: 12rpx;
- }
- .shop-list-wrap {
- padding-top: 20rpx;
- }
- .djq-wrap {
- width: 701rpx;
- background: #FFFFFF;
- box-shadow: 0px 0px 27rpx 0px rgba(50, 50, 52, 0.06);
- border-radius: 20rpx;
- margin: 0 auto 20rpx;
- padding: 23rpx 22rpx;
- }
- .djq-wrap:last-of-type {
- margin-bottom: 0;
- }
- .djq-wrap .djq-img {
- flex-shrink: 0;
- width: 150rpx;
- height: 150rpx;
- border-radius: 10rpx;
- }
- .djq-wrap .djq-right {
- flex-grow: 1;
- }
- .djq-wrap .djq-right .djq-tit {
- font-size: 34rpx;
- font-weight: bold;
- color: #333333;
- line-height: 52rpx;
- }
- .djq-wrap .djq-right .djq-tit .djq-name {
- max-width: 300rpx;
- }
- .djq-wrap .djq-right .djq-tit .djq-dis {
- flex-shrink: 0;
- font-size: 22rpx;
- font-weight: 500;
- color: #666666;
- }
- .djq-wrap .djq-right .djq-tit .djq-dis image {
- width: 20rpx;
- height: 28rpx;
- margin-right: 10rpx;
- }
- .djq-wrap .djq-right .djq-dz {
- width: 100%;
- font-size: 24rpx;
- font-weight: 500;
- color: #666666;
- }
- .djq-wrap .djq-right .djq-hd {
- width: 100%;
- border-bottom: 1rpx solid #EAECED;
- }
- .djq-wrap .djq-right .djq-hd .buy-info {
- display: inline-block;
- height: 32rpx;
- border-radius: 16rpx 16rpx 16rpx 0px;
- line-height: 32rpx;
- font-size: 20rpx;
- font-weight: 500;
- color: #FF440D;
- padding: 0 15rpx;
- background-color: #fff;
- }
- .djq-wrap .djq-right .djq-hd .hd-btn image {
- width: 46rpx;
- height: 46rpx;
- }
- .left-btm {
- height: 50rpx;
- }
- .left-btm .j-logo {
- width: 32rpx;
- line-height: 33rpx;
- background: linear-gradient(-48deg, #FFA30B, #FFD158);
- border-radius: 13rpx;
- font-size: 21rpx;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- }
- .left-btm .j-price {
- font-size: 27rpx;
- font-weight: bold;
- color: #FF4C4C;
- margin: 0 10rpx 0 5rpx;
- }
- .left-btm .j-zk {
- height: 31rpx;
- border: 1rpx solid #FF4C4C;
- border-radius: 7rpx;
- line-height: 31rpx;
- padding: 0 8rpx;
- font-size: 20rpx;
- font-weight: bold;
- color: #FF4C4C;
- margin-right: 5rpx;
- }
- .left-btm .j-name {
- font-size: 23rpx;
- font-weight: bold;
- color: #333333;
- }
- .search {
- justify-content: flex-start;
- padding: 10rpx 32rpx 20rpx;
- align-items: center;
- background-color: #fff;
- }
- .search .search-btn {
- display: inline-block;
- flex-shrink: 0;
- padding: 0 0 0 20rpx;
- font-size: 32rpx;
- color: #FF4C4C;
- z-index: 99;
- }
- .search .address {
- width: 32rpx;
- height: 38rpx;
- }
- .search .shop-name {
- height: 38rpx;
- position: relative;
- top: -4rpx;
- z-index: 100;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- padding-left: 10rpx;
- }
- .search .shop-jt {
- margin-left: 8rpx;
- width: 16rpx;
- height: 10rpx;
- }
- .search .input-box {
- margin-left: 10rpx;
- position: relative;
- z-index: 99;
- width: 710rpx;
- height: 60rpx;
- background: #EEEEEE;
- border-radius: 30rpx;
- }
- .search .input-box .input-content {
- position: relative;
- z-index: 11;
- border-radius: 99rpx;
- flex-grow: 1;
- padding: 5rpx 30rpx;
- background: #EEEEEE;
- }
- .search .input-box .input-content .iconsearch {
- font-size: 50rpx;
- color: #CBCBCB;
- }
- .search .input-box .input-content .input {
- margin-left: 19rpx;
- flex-grow: 1;
- }
- .search .input-box .input-content .input input {
- font-size: 28rpx;
- color: #000;
- }
- .search .input-box .input-button {
- padding-left: 20rpx;
- font-size: 28rpx;
- height: 100%;
- }
|