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.
24 lines
669 B
24 lines
669 B
import { jsx as _jsx, jsxs as _jsxs } from 'react/jsx-runtime'; |
|
import classes from './style.module.css'; |
|
export default function () { |
|
return _jsxs( |
|
'div', |
|
Object.assign( |
|
{ className: classes.box }, |
|
{ |
|
children: [ |
|
_jsx('div', { children: '\u8BBE\u5907IMEI\uFF1A98767898988888' }), |
|
_jsx('div', { children: '\u9884\u8B66\u4FE1\u606F\uFF1A0\u6761' }), |
|
_jsx('div', { |
|
children: |
|
'\u6240\u5C5E\u4F01\u4E1A\uFF1A\u5317\u4EAC\u661F\u5EA6\u79D1\u6280\u6709\u9650\u516C\u53F8', |
|
}), |
|
_jsx('div', { |
|
children: |
|
'\u5F52\u5C5E\u673A\u6784\uFF1A\u6E56\u5317\u5927\u5730\u5206\u516C\u53F8', |
|
}), |
|
], |
|
}, |
|
), |
|
); |
|
}
|
|
|