react-person-y
Version:
138 lines (128 loc) • 3.49 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.personnelSty = undefined;
var _react = require("react");
var _react2 = _interopRequireDefault(_react);
var _reactUtilsY = require("react-utils-y");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var personnelSty = function personnelSty(_theme) {
return {
//弹出框
bodyStyle: {
width: "37.5rem",
height: "40.63rem"
},
contentStyle: {
width: "37.5rem",
height: "40.63rem"
},
chooseHeader: {
paddingLeft: "1rem",
marginBottom: "1rem",
borderLeft: "solid 5px #4aa5fe"
},
//选择人员展示区
chooseBox: {
display: "flex",
flexWrap: "wrap",
height: "5rem",
width: "33.75rem",
border: "0.0625rem solid #cccccc"
// paddingTop: "0.45rem"
},
chooseCont: {
display: "flex",
flexWrap: "wrap",
width: "31.9rem",
padding: "0.5rem 0 0 1.1rem"
},
chooseItem: {
background: "#eeeeee",
display: "flex",
justifyContent: "space-between",
margin: "0.2125rem",
backgroundColor: "#cccccc",
height: "1.5rem",
minWidth: "7.35rem"
},
chooseItemImage: {
width: "1.5rem",
height: "1.5rem"
},
chooseItemName: {
fontSize: "0.875rem",
textAlign: "left",
width: "5rem"
},
//搜索
searchBox: {
display: "flex",
alignItems: "center"
},
searchInput: {
margin: "1.25rem 0",
border: "0.0625rem solid #cccccc",
width: "7.5rem",
height: "1.75rem"
},
searchBtn: {
position: "relative",
right: "1.75rem",
top: "0.2rem"
},
//列表
personnelTitle: {
color: "#4aa5fe"
},
personnelList: {
display: "flex",
flexWrap: "wrap",
marginTop: "0.9375rem",
width: "33.75rem",
height: "18.5rem",
border: "0.0625rem solid #cccccc"
},
personnelCont: {
display: "flex",
flexWrap: "wrap",
width: "32rem",
padding: "1rem 0 0 1rem"
},
personItem: {
display: "flex",
padding: "0.34rem 1.25rem",
width: "7.8125rem",
height: "1.875rem",
alignItems: 'center'
},
personItemImage: {
width: "1.875rem",
height: "1.875rem",
borderRadius: '100%',
marginRight: '0.3125rem'
},
personItemName: {
fontSize: "0.875rem",
width: "4rem"
},
personEmpty: {
position: "absolute",
left: "45%",
top: "43%"
},
//按钮
buttonBox: {
display: "flex",
justifyContent: "flex-end",
marginTop: "1rem",
marginRight: "0.7rem"
},
submitBtn: {
marginRight: '0.625rem'
}
};
};
exports.personnelSty = personnelSty;
//# sourceMappingURL=style.js.map