/* packageA//pages/chongzhiDetails/chongzhiDetails.wxss */ @charset "utf-8"; .c-y { color: #FFC736; } .pdv10 { padding-top: 10rpx; padding-bottom: 10rpx; } .txt-justify { text-align: justify; } .container { background-color: white; padding-bottom: 120rpx; } .banner-container {} .list { /* padding: 0 20rpx; background-color: skyblue; */ } .list-item { align-items: center; padding: 20rpx; } .title-container { padding:40rpx; background-color: white; letter-spacing:2px; } .title { text-align: center; position: relative; color: #FFC736; font-weight: bold; } .title::before, .title::after { content: ''; position: absolute; width: 15%; height: 2rpx; background-color: #FFC736; top: 0; bottom: 0; margin: auto 0; } .title::before { left: 40rpx; } .title::after { right: 40rpx; } .avatar { width: 120rpx; height: 120rpx; line-height: 120rpx; border-radius: 50%; background-color: pink; flex-shrink: 0; text-align: center; } .avatar image{ width: 100%; height: 100%;} .icon-meirong2 { color: white; font-size: 64rpx; } .info { padding-left: 40rpx; display: flex; flex-direction: column; justify-content: center; flex: 1; } .btn-container { position: fixed; width: 100%; bottom: 0; text-align: center; padding: 20rpx 0; background-color: white; border-top: 1rpx solid #f2f2f2; } .btn { display: inline-block; background-color: #FFC736; color: white; padding: 20rpx 160rpx; border-radius: 40rpx; font-size: 28rpx; } .btn.bk_huise { background-color: gainsboro; } .img-block { display: block; width: 100%; height: 100%; } .qr-container { position: fixed; background-color: rgba(0,0,0,.4); top: 0; bottom: 0; left: 0; right: 0; } .qr { background-color: white; width: 80%; height: 600rpx; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; text-align: center; display: flex; flex-direction: column; justify-content: center; } .qr-img { width: 500rpx; height: 500rpx; margin: 0 auto; } .container{ display: block;min-height: 100%;width: 100%;position: absolute;left: 0;top: 0;z-index: 1; } .date { padding-top: 10rpx; color: #FE6867; } .box_ware_code.data-v-3a5b7e36 { position: absolute; right: 10rpx; top: 10rpx; } .box_ware_code image.data-v-3a5b7e36 { width: 50rpx; height: 50rpx; } .max_len_name{ max-width: 480rpx; }