/* pages/member/SupplierCenter/SupplierCenter.wxss */ .supplier-center { text-align: center; } .supplier-center .user { color: #fff; position: fixed; top: 0; width: 100%; } .supplier-center .bgColor { background-color: #f15353; } .supplier-center .user .user-header { padding: 28rpx; } .supplier-center .user .user-header .img { margin-right: 20rpx; width: 104rpx; height: 104rpx; border: solid 4rpx #fff; overflow: hidden; border-radius: 50%; margin: 0 auto; } .supplier-center .user .user-header .img image { width: 100%; } .supplier-center .user .user-header .span { font-size: 28rpx; display: block; line-height: 72rpx; } .supplier-center .user .user-info { background: rgba(255, 255, 255, 0.2); display: flex; } .supplier-center .user .user-info .ul { margin: 20rpx 0; width: 33.3%; line-height: 48rpx; } .supplier-center .user .user-info .ul .b { font-size: 36rpx; } .supplier-center .user .user-info .ul:last-child { border-right: none; } .supplier-center .withdraw { background: #fff; display: flex; padding: 28rpx; font-size: 28rpx; position: relative; } .supplier-center .withdraw .ul { text-align: left; line-height: 48rpx; } .supplier-center .withdraw .ul .li:last-child { color: #f15353; } .supplier-center .withdraw .ul .i { font-size: 36rpx; } .supplier-center .withdraw .span { display: block; position: absolute; height: 72rpx; line-height: 72rpx; padding: 0 32rpx; right: 28rpx; top: 48rpx; background: #f15353; color: #fff; border-radius: 6rpx; } .supplier-center .store-box { margin-top: 20rpx; background: #fff; height: 720rpx; } .supplier-center .store-box .my-store { height: 80rpx; line-height: 80rpx; font-size: 28rpx; padding: 0 28rpx; display: flex; justify-content: space-between; border-bottom: solid 2rpx #ebebeb; } .supplier-center .store-box .manage-list { margin-top: 32rpx; margin-bottom: 32rpx; display: flex; flex-wrap: wrap; } .supplier-center .store-box .manage-list .ul { margin-bottom: 20rpx; width: 33.3%; } .supplier-center .store-box .manage-list .ul .img { width: 72rpx; height: 72rpx; margin: 0 auto; overflow: hidden; } .supplier-center .store-box .manage-list .ul .img image { width: 100%; } .supplier-center .store-box .manage-list .ul .li { line-height: 48rpx; } .swipBox { width: 100%; height: 346rpx; } .swipBox swiper { width: 100%; height: 100%; } .swipBox swiper image { width: 100%; height: 100%; }