master_basic
parent
d67aefa675
commit
f45c3be8d0
After Width: | Height: | Size: 547 KiB |
@ -0,0 +1,19 @@
|
||||
.info {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #666666;
|
||||
line-height: 22px;
|
||||
margin-top: 35px;
|
||||
}
|
||||
|
||||
.picture{
|
||||
position: relative;
|
||||
height: 434px;
|
||||
border: 1px solid #D8D8D8;
|
||||
margin-top: 48px;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
import styles from './index.less';
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
);
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
import styles from './index.less';
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
);
|
||||
}
|
Loading…
Reference in new issue