| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 | 
							- @import"../../wxParse/wxParse.wxss";
 
- /* 盒子 */
 
- .storeMsg-box {
 
-     width: 100vw;
 
-     background-color: #ffffff;
 
-     padding: 20rpx 24rpx 30rpx;
 
-     box-sizing: border-box;
 
- }
 
- /* 品牌名称 */
 
- .fbrand {
 
-     font-size: 32rpx;
 
-     font-family: PingFangSC-Regular, PingFang SC;
 
-     color: #000000;
 
-     margin-bottom: 10rpx;
 
-     padding-left: 20rpx;
 
- }
 
- /* 灰色矩形 */
 
- .grey-rectangle {
 
-     display: flex;
 
-     justify-content: space-between;
 
-     width: 100%;
 
-     background: #F6F7F8;
 
-     border-radius: 20rpx;
 
-     padding: 20rpx;
 
-     box-sizing: border-box;
 
- }
 
- .grey-rectangle-left {
 
-     flex: 1;
 
-     font-size: 24rpx;
 
-     font-family: PingFangSC-Regular, PingFang SC;
 
-     color: #000000;
 
-     opacity: .8;
 
- }
 
- .grey-rectangle-left view {
 
-     line-height: 34rpx;
 
-     min-height: 34rpx;
 
-     margin-bottom: 8rpx;
 
- }
 
- .grey-rectangle-left view:last-child {
 
-     margin-bottom: 0;
 
- }
 
- .grey-rectangle-right {
 
-     width: 200rpx;
 
-     height: 100%;
 
- }
 
- .grey-rectangle-right image {
 
-     width: 200rpx;
 
-     height: 180rpx;
 
-     border-radius: 20rpx;
 
- }
 
- .grey-rectangle-right view {
 
-     display: flex;
 
-     justify-content: center;
 
-     width: 100%;
 
- }
 
- /* 一键联系 */
 
- .relation {
 
-     width: 138rpx !important;
 
-     height: 46rpx !important;
 
-     box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1);
 
-     border-radius: 10rpx !important;
 
-     font-size: 24rpx !important;
 
-     font-family: PingFangSC-Medium, PingFang SC;
 
-     color: #FFFFFF;
 
-     margin-top: 8rpx;
 
- }
 
- .show-prod-list-box {
 
-     width: 702rpx;
 
-     background: #FFFFFF;
 
-     border-radius: 20rpx;
 
-     margin: 0 auto;
 
-     padding-top: 20rpx;
 
-     padding-left: 20rpx;
 
-     box-sizing: border-box;
 
- }
 
- /* 热门展品 */
 
- .show-prod-list {
 
-     height: 600rpx;
 
- }
 
- .show-prod-list swiper-item {
 
-     height: 570rpx !important;
 
- }
 
 
  |