| | |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | <style lang="scss"> |
| | | /* 注意要写在第一行,同时给style标签加入lang="scss"属性 */ |
| | | @import "@/uni_modules/uview-ui/index.scss"; |
| | | |
| | | @import "static/css/colorUi/icon.css"; |
| | | /*每个页面公共css */ |
| | | body { |
| | |
| | | border-radius: 12upx; |
| | | width: 36%; |
| | | margin: 0 2.5% 40upx; |
| | | background-image: url(https://cdn.nlark.com/yuque/0/2019/png/280374/1552996358352-assets/web-upload/cc3b1807-c684-4b83-8f80-80e5b8a6b975.png); |
| | | /* background-image: url(https://cdn.nlark.com/yuque/0/2019/png/280374/1552996358352-assets/web-upload/cc3b1807-c684-4b83-8f80-80e5b8a6b975.png); */ |
| | | background-size: cover; |
| | | background-position: center; |
| | | position: relative; |