Houjie
2025-04-11 1bf977929dd324f3ac64b70debd8a79443c54392
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<template>
    <view>
        <cu-custom bgColor="bg-gradual-blue" :isBack="true">
            <block slot="backText">返回</block>
            <block slot="content">背景</block>
        </cu-custom>
        <view class="cu-bar bg-white solid-bottom">
            <view class="action">
                <text class='cuIcon-title text-blue'></text>深色背景
            </view>
        </view>
        <view class="grid col-3 padding-sm">
            <view class="padding-sm" v-for="(item,index) in ColorList" :key="index">
                <view class="padding radius text-center shadow-blur" :class="'bg-' + item.name">
                    <view class="text-lg">{{item.title}}</view>
                    <view class="margin-top-sm text-Abc">{{item.name}}</view>
                </view>
            </view>
        </view>
        <view class="cu-bar bg-white solid-bottom">
            <view class="action">
                <text class="cuIcon-title text-blue"></text>淡色背景
            </view>
        </view>
        <view class="grid col-3 bg-white padding-sm">
            <view class="padding-sm" v-for="(item,index) in ColorList" :key="index" v-if="index<12">
                <view class="padding radius text-center light" :class="'bg-' + item.name">
                    <view class="text-lg">{{item.title}}</view>
                    <view class="margin-top-sm text-Abc">{{item.name}}</view>
                </view>
            </view>
        </view>
        <view class="cu-bar bg-white solid-bottom margin-top">
            <view class="action">
                <text class="cuIcon-title text-blue"></text>渐变背景
            </view>
        </view>
        <view class="grid col-2 padding-sm">
            <view class="padding-sm">
                <view class="bg-gradual-red padding radius text-center shadow-blur">
                    <view class="text-lg">魅红</view>
                    <view class="margin-top-sm text-Abc">#f43f3b - #ec008c</view>
                </view>
            </view>
            <view class="padding-sm">
                <view class="bg-gradual-orange padding radius text-center shadow-blur">
                    <view class="text-lg">鎏金</view>
                    <view class="margin-top-sm text-Abc">#ff9700 - #ed1c24</view>
                </view>
            </view>
            <view class="padding-sm">
                <view class="bg-gradual-green padding radius text-center shadow-blur">
                    <view class="text-lg">翠柳</view>
                    <view class="margin-top-sm text-Abc">#39b54a - #8dc63f</view>
                </view>
            </view>
            <view class="padding-sm">
                <view class="bg-gradual-blue padding radius text-center shadow-blur">
                    <view class="text-lg">靛青</view>
                    <view class="margin-top-sm text-Abc">#0081ff - #1cbbb4</view>
                </view>
            </view>
            <view class="padding-sm">
                <view class="bg-gradual-purple padding radius text-center shadow-blur">
                    <view class="text-lg">惑紫</view>
                    <view class="margin-top-sm text-Abc">#9000ff - #5e00ff</view>
                </view>
            </view>
            <view class="padding-sm">
                <view class="bg-gradual-pink padding radius text-center shadow-blur">
                    <view class="text-lg">霞彩</view>
                    <view class="margin-top-sm text-Abc">#ec008c - #6739b6</view>
                </view>
            </view>
        </view>
        <view class="cu-bar bg-white margin-top">
            <view class="action">
                <text class="cuIcon-title text-blue"></text>图片背景
            </view>
        </view>
        <view class="bg-img bg-mask flex align-center" style="background-image: url('https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg');height: 414upx;">
            <view class="padding-xl text-white">
                <view class="padding-xs text-xxl text-bold">
                    钢铁之翼
                </view>
                <view class="padding-xs text-lg">
                    Only the guilty need fear me.
                </view>
            </view>
        </view>
<!--         <view class="cu-bar bg-white margin-top">
            <view class="action">
                <text class="cuIcon-title text-blue"></text>视频背景
            </view>
        </view>
        <view class="bg-video bg-mask flex align-center" style="height: 422upx;">
            <video src="https://yz.lol.qq.com/v1/assets/videos/aatrox-splashvideo.webm" autoplay loop muted :show-play-btn="false"
             :controls="false" objectFit="cover"></video>
            <cover-view class="padding-xl text-white ">
                <cover-view class="padding-xs  text-xxl text-bold">
                    暗裔剑魔
                </cover-view>
                <cover-view class="padding-xs">
                    我必须连同希望一起毁坏……
                </cover-view>
            </cover-view>
        </view> -->
        
        <view class="cu-bar bg-white margin-top">
            <view class="action">
                <text class="cuIcon-title text-blue"></text>透明背景(文字层)
            </view>
        </view>
        <view class="grid col-2">
            <view class="bg-img padding-bottom-xl" style="background-image: url('https://ossweb-img.qq.com/images/lol/web201310/skin/big10007.jpg');height: 207upx;">
                <view class="bg-shadeTop padding padding-bottom-xl">
                    上面开始
                </view>
            </view>
            <view class="bg-img padding-top-xl flex align-end" style="background-image: url('https://ossweb-img.qq.com/images/lol/web201310/skin/big10001.jpg');height: 207upx;">
                <view class="bg-shadeBottom padding padding-top-xl flex-sub">
                    下面开始
                </view>
            </view>
        </view>
    </view>
</template>
 
<script>
    export default {
        data() {
            return {
                ColorList: this.ColorList,
            };
        }
    }
</script>
 
<style>
 
</style>