You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
267 B
19 lines
267 B
.container1 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
|
|
.text-item{
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
height: 100rpx;
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
.divider {
|
|
width: 100%;
|
|
height: 1rpx;
|
|
background-color: #ccc;
|
|
}
|