|
@@ -0,0 +1,170 @@
|
|
|
+.page-header-search {
|
|
|
+ padding: 20rpx 0 28rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.page-header-search-warp {
|
|
|
+ width: 690rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-wrap {
|
|
|
+ width: 100%;
|
|
|
+ padding-left: 22rpx;
|
|
|
+ border-bottom: 1rpx solid rgba(189, 189, 189, 1);
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-wrap .nav {
|
|
|
+ position: relative;
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ display: inline-block;
|
|
|
+ padding: 0 22rpx 24rpx;
|
|
|
+ font-size: 0;
|
|
|
+ color: rgba(145, 179, 121, 1);
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-wrap .nav.active {
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.nav-wrap .nav.active .photo {
|
|
|
+ border: 4rpx solid rgba(145, 179, 121, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.nav-wrap .nav.active:after {
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ bottom: 0;
|
|
|
+ content: '';
|
|
|
+ width: 100%;
|
|
|
+ height: 12rpx;
|
|
|
+ border-radius: 10rpx 10rpx 0 0;
|
|
|
+ background: rgba(145, 179, 121, 1);
|
|
|
+ transform: translateX(-50%);
|
|
|
+}
|
|
|
+
|
|
|
+.nav-wrap .photo {
|
|
|
+ width: 106rpx;
|
|
|
+ height: 106rpx;
|
|
|
+ border-radius: 30rpx;
|
|
|
+ margin: 0 auto;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-wrap .photo image {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: pink;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-wrap .name {
|
|
|
+ margin-top: 16rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ line-height: 36rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.list {
|
|
|
+ padding: 38rpx 0;
|
|
|
+}
|
|
|
+
|
|
|
+.item-info {
|
|
|
+ width: 690rpx;
|
|
|
+ min-height: 222rpx;
|
|
|
+ padding: 32rpx 16rpx 28rpx 38rpx;
|
|
|
+ margin: 0 auto 20rpx;
|
|
|
+ border-radius: 24rpx;
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
+ box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.1);
|
|
|
+}
|
|
|
+
|
|
|
+.item-info .top {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+
|
|
|
+.logo {
|
|
|
+ width: 100rpx;
|
|
|
+ height: 100rpx;
|
|
|
+ border-radius: 5rpx;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.logo image {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: pink;
|
|
|
+}
|
|
|
+
|
|
|
+.info {
|
|
|
+ width: 400rpx;
|
|
|
+ padding: 0 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.info .name {
|
|
|
+ line-height: 44rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+ word-break: break-all;
|
|
|
+ word-wrap: break-word;
|
|
|
+}
|
|
|
+
|
|
|
+.info .goods-count {
|
|
|
+ margin-top: 22rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ line-height: 34rpx;
|
|
|
+ color: rgba(102, 102, 102, 1);
|
|
|
+}
|
|
|
+
|
|
|
+button.contact[type="default"] {
|
|
|
+ width: 136rpx;
|
|
|
+ height: 50rpx;
|
|
|
+ border-radius: 16rpx;
|
|
|
+ border: 2rpx solid rgba(145, 179, 121, 1);
|
|
|
+ line-height: 46rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: rgba(145, 179, 121, 1);
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.item-info .bottom {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin-top: 24rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.item-info .bottom button[type="default"] {
|
|
|
+ justify-content: flex-start;
|
|
|
+ line-height: 38rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ background-color: transparent;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+.item-info .bottom button[type="default"]:nth-of-type(1) {
|
|
|
+ width: 228rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.item-info .bottom button[type="default"]:nth-of-type(2) {
|
|
|
+ width: calc(100% - 228rpx);
|
|
|
+ padding-left: 84rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+}
|
|
|
+
|
|
|
+.pullup-wrapper {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ width: 100%;
|
|
|
+ height: 50px;
|
|
|
+}
|
|
|
+
|
|
|
+.van-loading__text {
|
|
|
+ color: #969799;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 20px;
|
|
|
+}
|