@import "../../style/common"; /* 容器 */ .modal-select-container{ width: 100%; height: 100%; } .modal-select-footer{ background-color: #fff; border-radius: 30upx 30upx 0 0; } .modal-select-margin{ height: 10upx; background-color: #F1F1F1; } .modal-select-for-item{ border-bottom: 1upx solid #EEEEEE !important; } .modal-select-for-item:last-of-type{ border-bottom: none; } .modal-select-item{ height: 87upx !important; font-size: 30upx; line-height: 40upx; color: #333; } /* 容器 */