daofu-applet/components/title-bar/index.wxss

14 lines
208 B
Plaintext
Raw Permalink Normal View History

2024-01-29 17:42:38 +08:00
/* components/title-bar/index.wxss */
.title-bar-img {
width: 100vw;
height: 300rpx;
position: fixed;
top: 0;
z-index: -1;
}
.text-white {
font-size: 32rpx;
color: white;
font-weight: bold;
}