12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
/* pages/branches/branchesdetail.wxss */
|
|
.content-view{
|
|
padding: 30rpx;
|
|
}
|
|
.content-detail{
|
|
padding: 30rpx;
|
|
box-shadow: 0 0 10rpx #ccc;
|
|
}
|
|
.notice-title{
|
|
padding-bottom: 30rpx;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
} |