14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
/* components/brandSelect/index.wxss */
|
|
@import "../../commons/css/common.wxss";
|
|
.detail-page {
|
|
width: 100%;
|
|
height: 100%;
|
|
min-height: 300rpx;
|
|
/* display: flex;
|
|
align-items: center;
|
|
justify-content: center; */
|
|
/* position:fixed;
|
|
z-index: 1;
|
|
left: 0;
|
|
top: 0; */
|
|
} |