<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    padding: .9rem 0 .3rem 0;
    background: url(../../../img/shortLink/more/banner.png) no-repeat;
    background-size: 100%;
}

.content {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    width: 6.9rem;
    min-height: 10.85rem;
    padding-bottom: .5rem;
    background-color: #fff;
    box-shadow: 0 .06rem .16rem 0 rgba(0, 0, 0, .08);
    border-radius: .2rem;
}


.content .logo {
    position: absolute;
    top: -.68rem;
    left: 2.87rem;
    width: 1.16rem;
    height: 1.16rem;
    background-color: #f5f5f5;
    border: solid .03rem #fff;
    border-radius: 50%;
}

.product-name {
    box-sizing: border-box;
    padding: .89rem .3rem 0 .3rem;
    font-family: PingFang-SC-Medium;
    font-size: .4rem;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: .46rem auto 0;
    width: 6.3rem;
    height: 1.84rem;
    background: url(../../../img/shortLink/more/card-bg.png) no-repeat;
    background-size: 100%;
}

.card-item,
.link-item {
    display: flex;
    align-items: center;
    padding: 0 .3rem;
}

.card-item:nth-of-type(2) {
    margin-top: .27rem;
}

.card-item:first-of-type:last-of-type {
    margin-bottom: 0;
}

.card-item .title {
    margin-right: .35rem;
    font-size: .32rem;
    color: #666;
}

.card-item .subtitle {
    flex: 1;
    margin-right: .1rem;
    font-size: .32rem;
    color: #333;
}

.card-item .copy-btn {
    position: relative;
    display: block;
    width: 1rem;
    height: .44rem;
    line-height: .44rem;
    font-size: .26rem;
    color: #333;
    text-align: center;
    background-color: #fff;
    border-radius: .22rem;
    cursor: pointer;
}

.card-item .copy-btn::before {
    content: '澶嶅埗';
    position: absolute;
    left: .2rem;
    top: .02rem;
    width: .6rem;
    height: .4rem;
    text-align: center;
    pointer-events: none;
}

.card-item .copy-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    transform: scale(.5);
    transform-origin: 0 0;
    border-radius: .44rem;
    border: solid 1px #bd8652;
    pointer-events: none;
}

.link-item .tip {
    flex: 1;
    font-size: .32rem;
    color: #666;
}

.link-item .detail-btn {
    position: relative;
    display: block;
    margin-right: .2rem;
    width: 1rem;
    height: .44rem;
    line-height: .44rem;
    font-size: .26rem;
    color: #333;
    text-align: center;
    background-color: #fff;
    border-radius: .22rem;
}

.link-item .detail-btn::before {
    content: '鏌ョ湅';
    position: absolute;
    left: .2rem;
    top: .02rem;
    width: .6rem;
    height: .4rem;
    text-align: center;
}

.link-item .detail-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    transform: scale(.5);
    transform-origin: 0 0;
    border-radius: .44rem;
    border: solid 1px #bd8652;
}

.link-item .copy-btn {
    position: relative;
    display: block;
    width: 1.45rem;
    height: .44rem;
    line-height: .44rem;
    font-size: .26rem;
    color: #333;
    text-align: center;
    background-color: #fff;
    border-radius: .22rem;
}

.link-item .copy-btn::before {
    content: '澶嶅埗閾炬帴';
    position: absolute;
    left: .12rem;
    top: .02rem;
    width: 1.2rem;
    height: .4rem;
    text-align: center;
}

.link-item .copy-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    transform: scale(.5);
    transform-origin: 0 0;
    border-radius: .44rem;
    border: solid 1px #bd8652;
}

.tip-title {
    padding: .62rem 0 .3rem .32rem;
    font-family: PingFang-SC-Medium;
    font-size: .26rem;
    font-weight: 700;
    color: #666;
}

.tips {
    padding: 0 .32rem;
    font-size: .24rem;
    line-height: .4rem;
    color: #666;
    word-wrap: break-word;
}

.tips p {
    font-size: .24rem;
    line-height: .4rem;
    color: #666;
    word-wrap: break-word;
}

.coupon-wrap {
    position: relative;
    margin: 0 auto;
    width: 6.1rem;
    height: 3.3rem;
    text-align: center;
}

.coupon-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 0;
    transform-origin: 0 0;
    transform: scale(.5);
    border-bottom: dashed 1px #e3e4e5;
}

.coupon-qr-code {
    margin-top: .36rem;
    width: 2.3rem;
    height: 2.3rem;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}</pre></body></html>