Fis3 compatible require.js how to load css on demand

the company"s require.js-based projects are packaged with fis3, but css loading doesn"t come in? The code for the
configuration file is as follows, but using fis3 sever start? The layer.css file cannot be found at all in the static file. At the same time, the path of this css.js is not correct

.

`fis.hook ("amd", {

)
baseUrl: "./resources/js/plugins",
map: {
    "*": {
        "css": "./resources/js/plugins/require-css/1.0.1/css"
    }
},
// 
paths: {
    "require": "require/1.2.3.4/require.js",
    "jquery" : "jquery/1.11.3/jquery.min",
    "layer" : "layer/3.1.0/layer"
},
// shim:AMD
// deps:js
// exports:
shim: {
    "jquery" : {
        exports : "jquery"
    },
    "layer" : {
        deps : ["jquery","css!layer.css"],
        exports : "layer"
    }
}

}); `

browser screenshot:

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32ec2-2b5cd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32ec2-2b5cd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?