bt-lcyd/pages/venueIntro/venueIntro.wxss

12 lines
235 B
Plaintext
Raw Normal View History

2022-06-14 10:56:41 +08:00
.title{
font-size: 38rpx;
font-weight: bold;
text-align: center;
padding: 15rpx;
background: linear-gradient(to bottom,#4B7AFE,rgb(161, 161, 243));
color: #fff;
margin-bottom: 20rpx;
}
.text-content{
padding: 0 15rpx;
}