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.
|
|
- .cell-box {
- background: #FFFFFF;
- border-radius: 20rpx;
- margin-top: 20rpx;
- padding: 20rpx;
- margin-bottom: 150rpx;
- }
-
- .personal-pet-info-title {
- font-size: 28rpx;
- color: #333;
- font-weight: bold;
- padding-bottom: 20rpx;
-
- }
-
- .border-bottom {
- border-bottom: 1px solid #efefef;
- }
|