/* packageC/microshop/shareDetail/shareDetail.wxss */ .top { height: 190rpx; padding: 30rpx; background: #fff; position: relative; text-align: center; margin: 30rpx 0; } .top icon { font-style: normal; font-size: 32rpx; display: block; } .top .content { width: 240rpx; margin: 0 auto; font-size: 16rpx; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; } .top .content .span { font-size: 28rpx; color: green; display: inline-block; padding-top: 24rpx; margin-bottom: 10rpx; } .top .content .b { line-height: 48rpx; font-weight: normal; color: #fff; background: #f15353; width: 120rpx; height: 48rpx; display: inline-block; } .middle, .bott { text-align: left; padding: 30rpx 30rpx; line-height: 64rpx; color: #343434; background: #fff; margin-bottom: 16rpx; } .middle { display: flex; flex-wrap: wrap; } .middle .lrest { flex: 50%; } .middle .resot { flex: 50%; text-align: right; }