邃芒智像相册
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

16 righe
310 B

  1. /* eslint-disable */
  2. var style = require('../wxs/style.wxs');
  3. var addUnit = require('../wxs/add-unit.wxs');
  4. function rootStyle(data) {
  5. return style({
  6. color: data.color,
  7. 'background-color': data.backgroundColor,
  8. background: data.background,
  9. });
  10. }
  11. module.exports = {
  12. rootStyle: rootStyle,
  13. };