14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
/* 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;
|
|
} |