123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- @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 !important;
- }
- .show-prod-list swiper-item {
- height: 570rpx !important;
- }
- .show-prod-list2 {
- height: 330rpx !important;
- }
- .show-prod-list2 swiper-item {
- height: 300rpx !important;
- }
|